File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/backend/upgrading/version-specific-migration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ Nothing changes.
142142#### For Developers
143143
144144The add-ons control panel in Plone 5.1 no longer supports installation or uninstallation code in ` Extensions/install.py ` or ` Extensions/Install.py ` .
145- If you have such code, you must switch to a GenericSetup profile.
146- GenericSetup is already the preferred way of writing installation code since Plone 3.
145+ If you have such code, you must switch to a ` GenericSetup ` profile.
146+ ` GenericSetup ` is already the preferred way of writing installation code since Plone 3.
147147If you must use the old way, you can still use the ` portal_quickinstaller ` in the Management Interface.
148148
149149The ` portal_quickinstaller ` is scheduled to go away completely in Plone 6.
You can’t perform that action at this time.
0 commit comments