You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- providing upgrade steps for addon version upgrades
34
-
- ... etc ...
24
+
- registering Registry entries, such as resources and configuration
25
+
- setting various properties
26
+
- registering portlets
27
+
- registering portal_catalog search query indexes
28
+
- providing upgrade steps for addon version upgrades
29
+
- and other preparations
35
30
36
31
GenericSetup is mostly used to apply an add-on's specific changes to the site configuration and to enable specific behaviors when the add-on installer is run.
37
32
38
-
GenericSetup XML files are usually in a `profiles/default` folder inside the add-on package.
33
+
GenericSetup XML files are usually in a {file}`profiles/default` folder inside the add-on package.
39
34
40
-
All run-time through-the-web ({term}`TTW`) configurable items (for example viewlets order through `/@@manage-viewlets` page) are made repeatable using GenericSetup profile files.
35
+
All run-time through-the-web ({term}`TTW`) configurable items—for example, viewlet order through the `/@@manage-viewlets` page—are made repeatable using GenericSetup profile files.
41
36
42
37
You can always change the configuration options through Plone or using the Management Interface, and then you export the resulting profile as an XML file, using the *Export* tab in `portal_setup` accessible from the Management Interface.
0 commit comments