Skip to content
Snippets Groups Projects

Issue #3444572: Test for basic settings

Merged Alastair Moore requested to merge issue/quill-3444572:3444572-2-x into 2.x
Files
2
+ 15
0
# Schema for the configuration files of the Quill module.
editor.settings.quill:
type: mapping
label: 'Quill settings'
mapping:
placeholder:
type: string
label: 'Placeholder text'
theme:
type: string
label: 'Theme'
paste_without_formatting:
type: boolean
label: 'Paste Without Formatting'
\ No newline at end of file
Loading