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
!1652
Issue
#2765065
: Allow plurals on bundle labels
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#2765065
: Allow plurals on bundle labels
issue/drupal-2765065:2765065-bundle-plurals-9.4.x
into
9.4.x
Overview
0
Commits
22
Pipelines
0
Changes
28
Open
Pieter Frenssen
requested to merge
issue/drupal-2765065:2765065-bundle-plurals-9.4.x
into
9.4.x
3 years ago
Overview
0
Commits
22
Pipelines
0
Changes
28
Expand
0
0
Merge request reports
Compare
9.4.x
version 3
5f5f6864
3 years ago
version 2
c5d13449
3 years ago
version 1
14ba6650
3 years ago
9.4.x (HEAD)
and
latest version
latest version
4add826b
22 commits,
3 years ago
version 3
5f5f6864
21 commits,
3 years ago
version 2
c5d13449
20 commits,
3 years ago
version 1
14ba6650
19 commits,
3 years ago
28 files
+
786
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
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