enjoyscms / ace-editor
Ace (Ajax.org Cloud9 Editor) fo EnjoysCMS
1.0.5
2023-06-10 12:08 UTC
Requires
- php: ^8.0
- enjoyscms/core: >=4.7
README
Ace (Ajax.org Cloud9 Editor) fo EnjoysCMS
Variants (example) config
\EnjoysCMS\ContentEditor\AceEditor\Ace: template: # (string|null) default `null` options: showLineNumbers: 'true' # (string<bool>) showPrintMargin: 'true' # (string<bool>) fontSize: 14 # (number) enableBasicAutocompletion: 'true' # (string<bool>) enableLiveAutocompletion: 'false' # (string<bool>) theme: null # (string|null) mode: html # (string)
editor: \EnjoysCMS\ContentEditor\AceEditor\Ace
editor: \EnjoysCMS\ContentEditor\AceEditor\Ace: 'template.path'
editor: \EnjoysCMS\ContentEditor\AceEditor\Ace: template: 'template.path' options: # ... []