Skip to content

Instantly share code, notes, and snippets.

@vijaycs85
Created April 10, 2013 11:04
Show Gist options
  • Save vijaycs85/5353697 to your computer and use it in GitHub Desktop.
Save vijaycs85/5353697 to your computer and use it in GitHub Desktop.
# Schema for the configuration files of the Editor module.
editor.editor.*:
type: mapping
label: 'Contact category'
mapping:
format:
type: string
label: 'Name'
editor:
type: string
label: 'Text editor'
settings:
type: editor.settings.[%parent.editor]
status:
type: boolean
label: 'Status'
langcode:
type: string
label: 'Default language'
editor.settings.ckeditor:
type: mapping
label: 'Settings'
mapping:
toolbar:
type: mapping
label: 'Toolbar configuration'
mapping:
buttons:
type: sequence
label: 'Active toolbar'
sequence:
- type: sequence
label: 'Buttons'
sequence:
- type: string
label: 'Button'
plugins:
type: sequence
label: 'Plugins'
sequence:
- type: editor.ckeditor.[%key]
editor.ckeditor.stylescombo:
type: mapping
label: 'Styles combo'
mapping:
styles:
type: string
label: 'Style'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment