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
!87
Resolve
#2765065
: "Bundle plurals"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#2765065
: "Bundle plurals"
issue/drupal-2765065:2765065-bundle-plurals
into
9.2.x
Overview
3
Commits
20
Pipelines
0
Changes
27
All threads resolved!
Hide all comments
Open
Claudiu Cristea
requested to merge
issue/drupal-2765065:2765065-bundle-plurals
into
9.2.x
4 years ago
Overview
3
Commits
20
Pipelines
0
Changes
27
All threads resolved!
Hide all comments
Expand
Closes
#2765065
0
0
Merge request reports
Compare
9.2.x
version 8
e3fb9d07
4 years ago
version 7
9ac1ba8a
4 years ago
version 6
de1de062
4 years ago
version 5
287528f3
4 years ago
version 4
1b1622b3
4 years ago
version 3
ad601b5d
4 years ago
version 2
29a34a59
4 years ago
version 1
bf85fa3b
4 years ago
9.2.x (base)
and
latest version
latest version
bd86400d
20 commits,
4 years ago
version 8
e3fb9d07
19 commits,
4 years ago
version 7
9ac1ba8a
18 commits,
4 years ago
version 6
de1de062
16 commits,
4 years ago
version 5
287528f3
15 commits,
4 years ago
version 4
1b1622b3
10 commits,
4 years ago
version 3
ad601b5d
3 commits,
4 years ago
version 2
29a34a59
2 commits,
4 years ago
version 1
bf85fa3b
1 commit,
4 years ago
27 files
+
786
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
core/config/schema/core.entity.schema.yml
+
21
−
0
Options
@@ -375,6 +375,27 @@ field.formatter.settings.entity_reference_label:
type
:
boolean
label
:
'
Link
label
to
the
referenced
entity'
bundle_entity_with_plural_labels
:
type
:
config_entity
label
:
'
Bundle'
mapping
:
label_singular
:
type
:
label
label
:
'
Indefinite
singular
name'
translation context
:
'
Bundle
singular
label'
label_plural
:
type
:
label
label
:
'
Indefinite
plural
name'
translation context
:
'
Bundle
plural
label'
label_count
:
type
:
sequence
nullable
:
true
label
:
'
Count
labels'
sequence
:
type
:
plural_label
label
:
'
Count
label'
translation context
:
'
Bundle
count
label
variant'
block.settings.field_block:*:*:*
:
type
:
block_settings
mapping
:
Loading