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
GitLab 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
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
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
Issue #3444572: Test for basic settings
Alastair Moore
requested to merge
issue/quill-3444572:3444572-2-x
into
2.x
May 16, 2024
Overview
0
Commits
2
Pipelines
5
Changes
2
Closes
#3444572
0
0
Merge request reports
Compare
2.x
version 3
7ad94c07
May 17, 2024
version 2
44997592
May 17, 2024
version 1
8e491c38
May 16, 2024
2.x (base)
and
latest version
latest version
87ce7014
2 commits,
Jul 5, 2024
version 3
7ad94c07
3 commits,
May 17, 2024
version 2
44997592
2 commits,
May 17, 2024
version 1
8e491c38
1 commit,
May 16, 2024
2 files
+
106
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
config/schema/quill.schema.yml
0 → 100644
+
15
−
0
View file @ 87ce7014
Edit in single-file editor
Open in Web IDE
# 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