ckeditor_axe-1.0.x-dev/config/schema/ckeditor.plugin.axe.schema.yml
config/schema/ckeditor.plugin.axe.schema.yml
# Schema for the configuration files of the CKEditor CodeMirror module.
ckeditor.plugin.axe:
type: config_object
label: 'CKEditor AXE settings'
mapping:
tags:
type: mapping
label: 'Accessibility Standard/Purpose'
mapping:
wcag2a:
type: boolean
label: 'WCAG 2.0 Level A'
wcag2aa:
type: boolean
label: 'WCAG 2.0 Level AA'
wcag21aa:
type: boolean
label: 'WCAG 2.1 Level AA'
section508:
type: boolean
label: 'Section 508'
best-practice:
type: boolean
label: 'Best practices endorsed by Deque'
experimental:
type: boolean
label: 'Cutting-edge techniques'
