Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!6868
Issue
#3425105
: Don't use text_with_summary in Umami
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3425105
: Don't use text_with_summary in Umami
issue/drupal-3425105:3425105-dont-use-textwithsummary
into
11.x
Overview
0
Commits
12
Pipelines
12
Changes
25
Closed
Stephen Mustgrave
requested to merge
issue/drupal-3425105:3425105-dont-use-textwithsummary
into
11.x
1 year ago
Overview
0
Commits
12
Pipelines
12
Changes
25
Expand
Closes
#3425105
0
0
Merge request reports
Compare
11.x
version 11
a53ddddb
1 year ago
version 10
49076aaf
1 year ago
version 9
aa9edc68
1 year ago
version 8
83411a59
1 year ago
version 7
f0538b80
1 year ago
version 6
c1cf79da
1 year ago
version 5
e505b036
1 year ago
version 4
13c007bd
1 year ago
version 3
c54c9bb8
1 year ago
version 2
63015ef4
1 year ago
version 1
3ac26810
1 year ago
11.x (base)
and
latest version
latest version
163d9b34
12 commits,
1 year ago
version 11
a53ddddb
11 commits,
1 year ago
version 10
49076aaf
10 commits,
1 year ago
version 9
aa9edc68
9 commits,
1 year ago
version 8
83411a59
8 commits,
1 year ago
version 7
f0538b80
7 commits,
1 year ago
version 6
c1cf79da
6 commits,
1 year ago
version 5
e505b036
5 commits,
1 year ago
version 4
13c007bd
4 commits,
1 year ago
version 3
c54c9bb8
3 commits,
1 year ago
version 2
63015ef4
2 commits,
1 year ago
version 1
3ac26810
1 commit,
1 year ago
25 files
+
125
−
101
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
core/profiles/demo_umami/config/install/core.entity_form_display.block_content.basic.default.yml
+
3
−
5
Options
@@ -3,7 +3,7 @@ status: true
dependencies
:
config
:
-
block_content.type.basic
-
field.field.block_content.basic.body
-
field.field.block_content.basic.
field_
body
module
:
-
text
id
:
block_content.basic.default
@@ -11,15 +11,13 @@ targetEntityType: block_content
bundle
:
basic
mode
:
default
content
:
body
:
type
:
text_textarea
_with_summary
field_
body
:
type
:
text_textarea
weight
:
-4
region
:
content
settings
:
rows
:
9
summary_rows
:
3
placeholder
:
'
'
show_summary
:
false
third_party_settings
:
{
}
info
:
type
:
string_textfield
Loading