type de ressource multiple

This commit is contained in:
2025-05-19 12:59:17 +02:00
parent 4cd0f1104b
commit b091e8ed37
2 changed files with 9 additions and 3 deletions
@@ -27,6 +27,7 @@ dependencies:
- image - image
- link - link
- paragraphs - paragraphs
- path
- text - text
- video_embed_field - video_embed_field
third_party_settings: third_party_settings:
@@ -102,11 +103,11 @@ third_party_settings:
required_fields: true required_fields: true
group_detailssidebar: group_detailssidebar:
children: children:
- field_collections
- field_type_de_ressource - field_type_de_ressource
- field_type_de_media - field_type_de_media
- status - status
- promote - promote
- path
label: Details label: Details
region: content region: content
parent_name: '' parent_name: ''
@@ -266,6 +267,12 @@ content:
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
path:
type: path
weight: 141
region: content
settings: { }
third_party_settings: { }
promote: promote:
type: boolean_checkbox type: boolean_checkbox
weight: 140 weight: 140
@@ -291,7 +298,6 @@ content:
hidden: hidden:
created: true created: true
langcode: true langcode: true
path: true
sticky: true sticky: true
uid: true uid: true
url_redirects: true url_redirects: true
@@ -13,7 +13,7 @@ settings:
target_type: taxonomy_term target_type: taxonomy_term
module: core module: core
locked: false locked: false
cardinality: 1 cardinality: -1
translatable: true translatable: true
indexes: { } indexes: { }
persist_with_no_fields: false persist_with_no_fields: false