[10084] | 1 | <?xml version="1.0"?> |
---|
| 2 | <!-- This file holds the setup configuration for the portal_skins tool --> |
---|
| 3 | |
---|
| 4 | <!-- Change the value of these parameters to modify portal_skins behavior: |
---|
| 5 | - allow_any: change it to True if you want users to be able to select the |
---|
| 6 | skin to use from their personal preferences management page. In the |
---|
| 7 | ZMI, this value is known as 'Skin flexibility'. |
---|
| 8 | - cookie_persistence: change it to True if you want to make the skin cookie |
---|
| 9 | persist indefinitely. In the ZMI, this value is known as 'Skin Cookie |
---|
| 10 | persistence'. |
---|
| 11 | --> |
---|
| 12 | <object name="portal_skins" allow_any="False" cookie_persistence="False" |
---|
| 13 | default_skin="Sunburst Theme"> |
---|
| 14 | |
---|
| 15 | <!-- This list registers the folders that are stored in the skins directory |
---|
| 16 | of your product (on the filesystem) as Filesystem Directory Views within |
---|
| 17 | the portal_skins tool, so that they become usable as skin layers. |
---|
| 18 | --> |
---|
| 19 | <object name="plonetheme_bootstrap_images" |
---|
| 20 | meta_type="Filesystem Directory View" |
---|
| 21 | directory="waeup.plonetheme.ngren3:skins/plonetheme_bootstrap_images" |
---|
| 22 | remove="True" |
---|
| 23 | /> |
---|
| 24 | <object name="plonetheme_bootstrap_templates" |
---|
| 25 | meta_type="Filesystem Directory View" |
---|
| 26 | directory="waeup.plonetheme.ngren3:skins/plonetheme_bootstrap_templates" |
---|
| 27 | remove="True" |
---|
| 28 | /> |
---|
| 29 | <object name="plonetheme_bootstrap_styles" |
---|
| 30 | meta_type="Filesystem Directory View" |
---|
| 31 | directory="waeup.plonetheme.ngren3:skins/plonetheme_bootstrap_styles" |
---|
| 32 | remove="True" |
---|
| 33 | /> |
---|
| 34 | <object name="plonetheme_bootstrap_javascript" |
---|
| 35 | meta_type="Filesystem Directory View" |
---|
| 36 | directory="waeup.plonetheme.ngren3:skins/plonetheme_bootstrap_javascript" |
---|
| 37 | remove="True" |
---|
| 38 | /> |
---|
| 39 | |
---|
| 40 | |
---|
[10085] | 41 | <skin-path name="WAeUP NgREN Bootstrap Theme" based-on="Plone Default" remove="True"> |
---|
[10084] | 42 | |
---|
| 43 | </skin-path> |
---|
| 44 | |
---|
| 45 | </object> |
---|