created thematique admin view, added action create thematique, thematique form display
This commit is contained in:
@@ -4,10 +4,15 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.node.thematique.body
|
||||
- field.field.node.thematique.field_linked_articles
|
||||
- field.field.node.thematique.field_linked_materials
|
||||
- field.field.node.thematique.field_memo
|
||||
- field.field.node.thematique.field_short_description
|
||||
- field.field.node.thematique.field_tags
|
||||
- field.field.node.thematique.field_visuel
|
||||
- node.type.thematique
|
||||
module:
|
||||
- image
|
||||
- text
|
||||
- user
|
||||
id: node.thematique.default
|
||||
@@ -22,6 +27,14 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_linked_articles:
|
||||
weight: 105
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_linked_materials:
|
||||
weight: 102
|
||||
label: above
|
||||
@@ -30,6 +43,21 @@ content:
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_memo:
|
||||
weight: 106
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
region: content
|
||||
field_short_description:
|
||||
weight: 107
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 103
|
||||
label: above
|
||||
@@ -38,10 +66,53 @@ content:
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
region: content
|
||||
field_visuel:
|
||||
weight: 104
|
||||
label: above
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
region: content
|
||||
flag_admintest:
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
flag_dossier:
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
flag_flag_list_template_1:
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
flag_projet_1:
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
flag_projet_2:
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
title:
|
||||
label: hidden
|
||||
type: string
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
Reference in New Issue
Block a user