added readOnly attribute which puts text editor into readonly mode #371

This commit is contained in:
azivner
2019-01-27 13:10:03 +01:00
parent 54de4d236d
commit 76fbff68ba
5 changed files with 14 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'appCss' },
{ type: 'label', name: 'hideChildrenOverview' },
{ type: 'label', name: 'hidePromotedAttributes' },
{ type: 'label', name: 'readOnly' },
// relation names
{ type: 'relation', name: 'runOnNoteView' },