Skip to content
Snippets Groups Projects

Issue #3444572: Test for basic settings

Files

+ 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