Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quill
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
quill
Merge requests
!11
Issue
#3444572
: Test for basic settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3444572
: Test for basic settings
issue/quill-3444572:3444572-2-x
into
2.x
Overview
0
Commits
2
Pipelines
5
Changes
2
Merged
Alastair Moore
requested to merge
issue/quill-3444572:3444572-2-x
into
2.x
1 year ago
Overview
0
Commits
2
Pipelines
5
Changes
2
Expand
Closes
#3444572
0
0
Merge request reports
Compare
2.x
version 3
7ad94c07
1 year ago
version 2
44997592
1 year ago
version 1
8e491c38
1 year ago
2.x (base)
and
latest version
latest version
87ce7014
2 commits,
11 months ago
version 3
7ad94c07
3 commits,
1 year ago
version 2
44997592
2 commits,
1 year ago
version 1
8e491c38
1 commit,
1 year ago
2 files
+
106
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
config/schema/quill.schema.yml
0 → 100644
+
15
−
0
Options
# 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