enjoyscms/ace-editor

Ace (Ajax.org Cloud9 Editor) fo EnjoysCMS

1.0.5 2023-06-10 12:08 UTC

This package is auto-updated.

Last update: 2024-04-14 12:12:12 UTC


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: # ... []