DataObjects/Cms_page.php
[Pman.Cms] / Cms.perms.json
1
2 {       
3   
4         
5         "Cms_Tab"                 : [ "S",      "" , "Content Manager [OLD]"] ,
6         "Cms"                 : [ "S",      "" , "Content Manager"] ,
7         "Products"               : [ "EPS",     "S" , "Product Manager" ] ,
8         "Blog"                  : [ "EPS",     "S" , "Blog entries" ] ,
9         "Page"                  : [ "EPS",     "S" , "HTML Pages" ],
10         "CategoryType"          : [ "S",     "" , "Category Type" ],
11         "TranslateTemplates"    : [ "S",     "" , "Category Type" ],
12         "Aggregate"             : [ "S",     "" , "RSS Feed Aggregator" ]
13          
14 }
15