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
Create a file {file}`mypackage/controlpanel/configure.zcml` with the following content to register the control panel view in ZCML.
92
92
@@ -124,7 +124,7 @@ Make sure to include the above file in your package's main {file}`mypackage/conf
124
124
</configure>
125
125
```
126
126
127
-
### Add the control panel entry
127
+
####Add the control panel entry
128
128
129
129
Create a {file}`mypackage/profiles/default/controlpanel.xml` in your package's GenericSetup profile with the following content to add your control panel to the Plone control panel listing.
130
130
@@ -165,7 +165,7 @@ These values correspond to the groups in {guilabel}`Site Setup`.
165
165
: {guilabel}`Advanced`
166
166
167
167
168
-
### Set default values in the registry
168
+
####Set default values in the registry
169
169
170
170
Define default values for your settings in {file}`mypackage/profiles/default/registry.xml`.
171
171
@@ -182,24 +182,7 @@ Define default values for your settings in {file}`mypackage/profiles/default/reg
182
182
```
183
183
184
184
185
-
### Access your settings in code
186
-
187
-
You can access your settings in Python code as follows.
0 commit comments