fix: markdown core props + styles/scripts permissions
This commit is contained in:
@@ -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',
|
||||
|
@@ -45,7 +45,7 @@
|
||||
)
|
||||
v-spacer
|
||||
.body-2 {{core.input}}
|
||||
v-icon.mx-2 mdi-arrow-right-bold-hexagon-outline
|
||||
v-icon.mx-2 mdi-arrow-right-circle
|
||||
.caption {{core.output}}
|
||||
v-spacer
|
||||
v-expansion-panel-content
|
||||
|
Reference in New Issue
Block a user