fix: markdown core props + styles/scripts permissions

This commit is contained in:
NGPixel
2020-06-18 22:49:26 -04:00
parent 9e4ed7986c
commit b723d7d626
3 changed files with 24 additions and 10 deletions

View File

@@ -80,6 +80,20 @@ export default {
restrictedForSystem: true,
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',
hint: 'Can view pages source, as specified in the Page Rules',