PHP8 fix
[Pman.Cms] / Cms.perms.json
index eb2c05b..ebb2618 100644 (file)
@@ -2,10 +2,14 @@
 {      
   
         
-       "Cms"                 : [ "S",      "" , "Content Manager"] ,
+       "Cms_Tab"                 : [ "S",      "" , "Content Manager [OLD]"] ,
+        "Cms"                 : [ "S",      "" , "Content Manager"] ,
         "Products"              : [ "EPS",     "S" , "Product Manager" ] ,
        "Blog"                  : [ "EPS",     "S" , "Blog entries" ] ,
-       "Page"                  : [ "EPS",     "S" , "HTML Pages" ]
+       "Page"                  : [ "EPS",     "S" , "HTML Pages" ],
+        "CategoryType"         : [ "S",     "" , "Category Type" ],
+        "TranslateTemplates"    : [ "S",     "" , "Category Type" ],
+        "Aggregate"            : [ "S",     "" , "RSS Feed Aggregator" ]
         
 }
       
\ No newline at end of file