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
:title=>@page.container_published?(name) ? "This content is published and can be seen by site visitors." : "This content is a draft and won't be seen by site visitors until this page is published.",
create_permission(:administrate,:name=>"administrate",:full_name=>"Administer CMS",:description=>"Allows users to administer the CMS, including adding users and groups.")
12
17
create_permission(:edit_content,:name=>"edit_content",:full_name=>"Edit Content",:description=>"Allows users to Add, Edit and Delete both Pages and Blocks. Can Save (but not Publish) and Assign them as well.")
13
18
create_permission(:publish_content,:name=>"publish_content",:full_name=>"Publish Content",:description=>"Allows users to Save and Publish, Hide and Archive both Pages and Blocks.")
0 commit comments