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
!10
Issue
#3444558
: Editor setting form not showing in text format manage page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3444558
: Editor setting form not showing in text format manage page
issue/quill-3444558:3444558-2-x
into
2.x
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Mingsong
requested to merge
issue/quill-3444558:3444558-2-x
into
2.x
1 year ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
Closes
#3444558
0
0
Merge request reports
Compare
2.x
version 1
290a0c9a
1 year ago
2.x (base)
and
latest version
latest version
209d57c2
1 commit,
10 months ago
version 1
290a0c9a
1 commit,
1 year ago
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/Editor/Quill.php
+
4
−
1
Options
@@ -37,7 +37,10 @@ class Quill extends EditorBase {
/**
* {@inheritdoc}
*/
public
function
settingsForm
(
array
$form
,
FormStateInterface
$form_state
,
Editor
$editor
)
{
public
function
buildConfigurationForm
(
array
$form
,
FormStateInterface
$form_state
)
{
$editor
=
$form_state
->
get
(
'editor'
);
assert
(
$editor
instanceof
Editor
);
$settings
=
$editor
->
getSettings
();
$form
[
'placeholder'
]
=
[
Loading