File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ Layers ensure that only one add-on product can override the specific Plone insta
2424Multiple Plone site instances can share the same ZCML and code files.
2525
2626Many ZCML directives take the optional ` layer ` parameter.
27- See example [ resourceDirectory] ( http://apidoc.zope.org/++apidoc++/ZCML/http_co__sl__sl_namespaces.zope.org_sl_browser/resourceDirectory/index.html ) .
28-
2927Layers are activated when an add-on product is installed or a certain theme is activated.
28+ You can find an example of the layer attribute in the Chapter {ref}` classic-ui-using-layers-label ` .
3029
3130
3231(classic-ui-using-layers-label)=
@@ -106,14 +105,14 @@ Theme layers can be created through the following steps.
106105 ```xml
107106 < object name= " portal_skins" allow_any= " False" cookie_persistence= " False"
108107 default_skin= " SitsSkin" >
109-
108+
110109 < !-- define skins- based folder objects here if any -- >
111-
110+
112111 < skin- path name= " SitsSkin" based- on= " Plone Default" >
113112 < layer name= " plone_skins_style_folder_name"
114113 insert- before= " *" / >
115114 < / skin- path>
116-
115+
117116 < / object >
118117 ```
119118
You can’t perform that action at this time.
0 commit comments