|
@@ -80,6 +80,20 @@ export default {
|
|
restrictedForSystem: true,
|
|
restrictedForSystem: true,
|
|
disabled: false
|
|
disabled: false
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ permission: 'write:styles',
|
|
|
|
+ hint: 'Can insert CSS styles in pages, as specified in the Page Rules',
|
|
|
|
+ warning: false,
|
|
|
|
+ restrictedForSystem: true,
|
|
|
|
+ disabled: false
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ permission: 'write:scripts',
|
|
|
|
+ hint: 'Can insert JavaScript in pages, as specified in the Page Rules',
|
|
|
|
+ warning: false,
|
|
|
|
+ restrictedForSystem: true,
|
|
|
|
+ disabled: false
|
|
|
|
+ },
|
|
{
|
|
{
|
|
permission: 'read:source',
|
|
permission: 'read:source',
|
|
hint: 'Can view pages source, as specified in the Page Rules',
|
|
hint: 'Can view pages source, as specified in the Page Rules',
|