|
Setting of components permissions in template availability (see permissions.png):
- somearea
- permissions
- move/delete/write
- property with group name
- property with group name
...
This setting can be rewriten by new boolean template properties (see templateProperties.png):
- moveable
- deletable
- writable
Example:
- Add property moveable=true to some component template (stkFQAItem).
- Add property deletable=false to this component template (stkFQAItem).
- Look how the component bar of this component looks on the page (in edit mode):
- The button for deleting component is now hidden.
- The buttons for editing and moving are shown (if you don't set the permission then the button is shown by default (writable permission in this example).
|