Skip to content
Snippets Groups Projects

Resolve #2765065: "Bundle plurals"

Open Claudiu Cristea requested to merge issue/drupal-2765065:2765065-bundle-plurals into 9.2.x
All threads resolved!
Files
27
@@ -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