On Mar 14, 2008, at 1:39 PM, Dan Olsen wrote:

Is there are way to set the default theme for Jetspeed and then disable the theme selectors?

- Dan


Don't set the decorator on any pages or folders except the root folder.metadata
It will inherit down to all folders and pages

To disable features in the customizer, the settings are in each individual decorator.properties:

allow.add.folder=false
allow.add.page=false
allow.add.portlet=true
allow.change.folder.name=false
allow.change.folder.theme=false
allow.change.portlet.decorator=false
allow.change.page.name=false
allow.change.page.theme=false
allow.change.layout=true
allow.delete.folder=false
allow.delete.page=false
allow.navigate.folder=false
allow.navigate.page=false
max.layout.nesting=2

Note these settings no longer pickup when you edit the decorator.properties

Reply via email to