added home links as individual links, improved the home layout with field_group
This commit is contained in:
@@ -5,12 +5,108 @@ dependencies:
|
||||
config:
|
||||
- field.field.node.frontpage.field_a_database
|
||||
- field.field.node.frontpage.field_blabla
|
||||
- field.field.node.frontpage.field_blabla_links
|
||||
- field.field.node.frontpage.field_database_links
|
||||
- field.field.node.frontpage.field_pricing
|
||||
- field.field.node.frontpage.field_showroom_links
|
||||
- field.field.node.frontpage.field_showrooms
|
||||
- field.field.node.frontpage.field_what_is_materio
|
||||
- node.type.frontpage
|
||||
module:
|
||||
- field_group
|
||||
- link
|
||||
- text
|
||||
third_party_settings:
|
||||
field_group:
|
||||
group_htabs:
|
||||
children:
|
||||
- group_intro
|
||||
- group_database
|
||||
- group_showrooms
|
||||
- group_blabla
|
||||
- group_pricing
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: tabs
|
||||
region: content
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
direction: vertical
|
||||
label: htabs
|
||||
group_intro:
|
||||
children:
|
||||
- field_what_is_materio
|
||||
parent_name: group_htabs
|
||||
weight: 19
|
||||
format_type: tab
|
||||
region: content
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: open
|
||||
required_fields: true
|
||||
label: Intro
|
||||
group_database:
|
||||
children:
|
||||
- field_a_database
|
||||
- field_database_links
|
||||
parent_name: group_htabs
|
||||
weight: 20
|
||||
format_type: tab
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Database
|
||||
group_showrooms:
|
||||
children:
|
||||
- field_showrooms
|
||||
- field_showroom_links
|
||||
parent_name: group_htabs
|
||||
weight: 21
|
||||
format_type: tab
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Showrooms
|
||||
group_blabla:
|
||||
children:
|
||||
- field_blabla
|
||||
- field_blabla_links
|
||||
parent_name: group_htabs
|
||||
weight: 22
|
||||
format_type: tab
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Blabla
|
||||
group_pricing:
|
||||
children:
|
||||
- field_pricing
|
||||
parent_name: group_htabs
|
||||
weight: 23
|
||||
format_type: tab
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: ''
|
||||
description: ''
|
||||
formatter: closed
|
||||
required_fields: true
|
||||
label: Pricing
|
||||
id: node.frontpage.default
|
||||
targetEntityType: node
|
||||
bundle: frontpage
|
||||
@@ -32,14 +128,38 @@ content:
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_blabla_links:
|
||||
weight: 5
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_database_links:
|
||||
weight: 3
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_pricing:
|
||||
weight: 26
|
||||
weight: 2
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_showroom_links:
|
||||
weight: 4
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
type: link_default
|
||||
region: content
|
||||
field_showrooms:
|
||||
weight: 3
|
||||
settings:
|
||||
@@ -49,7 +169,7 @@ content:
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_what_is_materio:
|
||||
weight: 1
|
||||
weight: 20
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
@@ -58,7 +178,7 @@ content:
|
||||
region: content
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 5
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
@@ -72,7 +192,7 @@ content:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
translation:
|
||||
weight: 6
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@@ -5,12 +5,16 @@ dependencies:
|
||||
config:
|
||||
- field.field.node.frontpage.field_a_database
|
||||
- field.field.node.frontpage.field_blabla
|
||||
- field.field.node.frontpage.field_blabla_links
|
||||
- field.field.node.frontpage.field_database_links
|
||||
- field.field.node.frontpage.field_pricing
|
||||
- field.field.node.frontpage.field_showroom_links
|
||||
- field.field.node.frontpage.field_showrooms
|
||||
- field.field.node.frontpage.field_what_is_materio
|
||||
- node.type.frontpage
|
||||
module:
|
||||
- field_group
|
||||
- link
|
||||
- text
|
||||
- user
|
||||
third_party_settings:
|
||||
@@ -36,8 +40,8 @@ third_party_settings:
|
||||
region: content
|
||||
group_database:
|
||||
children:
|
||||
- field_a_database
|
||||
- computed_materials_reference
|
||||
- group_db_col_left
|
||||
- group_db_col_right
|
||||
parent_name: ''
|
||||
weight: 1
|
||||
format_type: html_element
|
||||
@@ -55,8 +59,8 @@ third_party_settings:
|
||||
region: content
|
||||
group_showrooms:
|
||||
children:
|
||||
- field_showrooms
|
||||
- computed_showrooms_reference
|
||||
- group_showroom_col_left
|
||||
- group_showroom_col_right
|
||||
parent_name: ''
|
||||
weight: 2
|
||||
format_type: html_element
|
||||
@@ -74,8 +78,8 @@ third_party_settings:
|
||||
region: content
|
||||
group_blabla:
|
||||
children:
|
||||
- field_blabla
|
||||
- computed_articles_reference
|
||||
- group_blabla_col_left
|
||||
- group_blabla_col_right
|
||||
parent_name: ''
|
||||
weight: 3
|
||||
format_type: html_element
|
||||
@@ -109,6 +113,117 @@ third_party_settings:
|
||||
classes: home-pricing
|
||||
label: pricing
|
||||
region: content
|
||||
group_db_col_left:
|
||||
children:
|
||||
- field_a_database
|
||||
- field_database_links
|
||||
parent_name: group_database
|
||||
weight: 5
|
||||
format_type: html_element
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: 'col left db'
|
||||
element: div
|
||||
show_label: false
|
||||
label_element: h3
|
||||
label_element_classes: ''
|
||||
attributes: ''
|
||||
effect: none
|
||||
speed: fast
|
||||
label: db-col-left
|
||||
group_db_col_right:
|
||||
children:
|
||||
- computed_materials_reference
|
||||
parent_name: group_database
|
||||
weight: 8
|
||||
format_type: html_element
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: 'col right db'
|
||||
element: div
|
||||
show_label: false
|
||||
label_element: h3
|
||||
label_element_classes: ''
|
||||
attributes: ''
|
||||
effect: none
|
||||
speed: fast
|
||||
label: db-col-right
|
||||
group_showroom_col_left:
|
||||
children:
|
||||
- field_showrooms
|
||||
- field_showroom_links
|
||||
parent_name: group_showrooms
|
||||
weight: 20
|
||||
format_type: html_element
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: 'col left sowroom'
|
||||
element: div
|
||||
show_label: false
|
||||
label_element: h3
|
||||
label_element_classes: ''
|
||||
attributes: ''
|
||||
effect: none
|
||||
speed: fast
|
||||
label: showroom-col-left
|
||||
group_showroom_col_right:
|
||||
children:
|
||||
- computed_showrooms_reference
|
||||
parent_name: group_showrooms
|
||||
weight: 21
|
||||
format_type: html_element
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: 'col right sowroom'
|
||||
element: div
|
||||
show_label: false
|
||||
label_element: h3
|
||||
label_element_classes: ''
|
||||
attributes: ''
|
||||
effect: none
|
||||
speed: fast
|
||||
label: showroom-col-right
|
||||
group_blabla_col_left:
|
||||
children:
|
||||
- field_blabla
|
||||
- field_blabla_links
|
||||
parent_name: group_blabla
|
||||
weight: 20
|
||||
format_type: html_element
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: 'col left blabla'
|
||||
element: div
|
||||
show_label: false
|
||||
label_element: h3
|
||||
label_element_classes: ''
|
||||
attributes: ''
|
||||
effect: none
|
||||
speed: fast
|
||||
label: blabla-col-left
|
||||
group_blabla_col_right:
|
||||
children:
|
||||
- computed_articles_reference
|
||||
parent_name: group_blabla
|
||||
weight: 21
|
||||
format_type: html_element
|
||||
region: hidden
|
||||
format_settings:
|
||||
id: ''
|
||||
classes: 'col right blabla'
|
||||
element: div
|
||||
show_label: false
|
||||
label_element: h3
|
||||
label_element_classes: ''
|
||||
attributes: ''
|
||||
effect: none
|
||||
speed: fast
|
||||
label: blabla-col-right
|
||||
id: node.frontpage.default
|
||||
targetEntityType: node
|
||||
bundle: frontpage
|
||||
@@ -116,7 +231,7 @@ mode: default
|
||||
content:
|
||||
computed_articles_reference:
|
||||
label: hidden
|
||||
weight: 5
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
view_mode: card_medium
|
||||
@@ -124,7 +239,7 @@ content:
|
||||
third_party_settings: { }
|
||||
type: entity_reference_entity_view
|
||||
computed_materials_reference:
|
||||
weight: 3
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
view_mode: card_medium
|
||||
@@ -134,7 +249,7 @@ content:
|
||||
label: hidden
|
||||
computed_showrooms_reference:
|
||||
label: hidden
|
||||
weight: 4
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
view_mode: home
|
||||
@@ -142,7 +257,7 @@ content:
|
||||
third_party_settings: { }
|
||||
type: entity_reference_entity_view
|
||||
field_a_database:
|
||||
weight: 2
|
||||
weight: 6
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
@@ -155,6 +270,30 @@ content:
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
field_blabla_links:
|
||||
weight: 5
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
type: link
|
||||
region: content
|
||||
field_database_links:
|
||||
weight: 7
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
type: link
|
||||
region: content
|
||||
field_pricing:
|
||||
weight: 5
|
||||
label: above
|
||||
@@ -162,6 +301,18 @@ content:
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
field_showroom_links:
|
||||
weight: 4
|
||||
label: hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
type: link
|
||||
region: content
|
||||
field_showrooms:
|
||||
weight: 3
|
||||
label: above
|
||||
@@ -176,6 +327,11 @@ content:
|
||||
third_party_settings: { }
|
||||
type: text_default
|
||||
region: content
|
||||
flag_flag_list_template_1:
|
||||
weight: 10
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
title:
|
||||
type: string
|
||||
weight: 1
|
||||
|
@@ -4,6 +4,14 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.frontpage.field_a_database
|
||||
- field.field.node.frontpage.field_blabla
|
||||
- field.field.node.frontpage.field_blabla_links
|
||||
- field.field.node.frontpage.field_database_links
|
||||
- field.field.node.frontpage.field_pricing
|
||||
- field.field.node.frontpage.field_showroom_links
|
||||
- field.field.node.frontpage.field_showrooms
|
||||
- field.field.node.frontpage.field_what_is_materio
|
||||
- node.type.frontpage
|
||||
module:
|
||||
- user
|
||||
@@ -36,6 +44,11 @@ content:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
flag_flag_list_template_1:
|
||||
weight: 10
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
links:
|
||||
weight: 100
|
||||
settings: { }
|
||||
@@ -52,7 +65,11 @@ content:
|
||||
hidden:
|
||||
field_a_database: true
|
||||
field_blabla: true
|
||||
field_blabla_links: true
|
||||
field_database_links: true
|
||||
field_pricing: true
|
||||
field_showroom_links: true
|
||||
field_showrooms: true
|
||||
field_what_is_materio: true
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
||||
|
@@ -61,6 +61,7 @@ module:
|
||||
datetime_range: 0
|
||||
dynamic_page_cache: 0
|
||||
editor: 0
|
||||
editor_advanced_link: 0
|
||||
editors_menus: 0
|
||||
email_registration: 0
|
||||
embed: 0
|
||||
|
@@ -0,0 +1,23 @@
|
||||
uuid: ebda730e-8b8c-4c98-833d-b232b7dc00de
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_blabla_links
|
||||
- node.type.frontpage
|
||||
module:
|
||||
- link
|
||||
id: node.frontpage.field_blabla_links
|
||||
field_name: field_blabla_links
|
||||
entity_type: node
|
||||
bundle: frontpage
|
||||
label: 'Blabla links'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
link_type: 17
|
||||
title: 1
|
||||
field_type: link
|
@@ -0,0 +1,23 @@
|
||||
uuid: 4c80f6de-37ed-4c43-bb96-21364bb7733f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_database_links
|
||||
- node.type.frontpage
|
||||
module:
|
||||
- link
|
||||
id: node.frontpage.field_database_links
|
||||
field_name: field_database_links
|
||||
entity_type: node
|
||||
bundle: frontpage
|
||||
label: 'Database Links'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
link_type: 17
|
||||
title: 1
|
||||
field_type: link
|
@@ -0,0 +1,23 @@
|
||||
uuid: 5f212efb-d4ae-449b-8779-42dd21fc33e0
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.node.field_showroom_links
|
||||
- node.type.frontpage
|
||||
module:
|
||||
- link
|
||||
id: node.frontpage.field_showroom_links
|
||||
field_name: field_showroom_links
|
||||
entity_type: node
|
||||
bundle: frontpage
|
||||
label: 'Showroom Links'
|
||||
description: ''
|
||||
required: false
|
||||
translatable: true
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
link_type: 17
|
||||
title: 1
|
||||
field_type: link
|
23
config/sync/field.storage.node.field_blabla_links.yml
Normal file
23
config/sync/field.storage.node.field_blabla_links.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
uuid: b84596a8-e771-4449-a19f-1f87fb44a0f5
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- link
|
||||
- node
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: node.field_blabla_links
|
||||
field_name: field_blabla_links
|
||||
entity_type: node
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
23
config/sync/field.storage.node.field_database_links.yml
Normal file
23
config/sync/field.storage.node.field_database_links.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
uuid: 87a730f0-ed14-4cb3-acc8-3b414c358c0f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- link
|
||||
- node
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: node.field_database_links
|
||||
field_name: field_database_links
|
||||
entity_type: node
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
23
config/sync/field.storage.node.field_showroom_links.yml
Normal file
23
config/sync/field.storage.node.field_showroom_links.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
uuid: 1da9fce3-c5f7-4441-85dd-a45e89ba4e0b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- link
|
||||
- node
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: node.field_showroom_links
|
||||
field_name: field_showroom_links
|
||||
entity_type: node
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: -1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
@@ -0,0 +1 @@
|
||||
label: 'Mettre à jour l''alias d''URL'
|
@@ -0,0 +1 @@
|
||||
label: 'Mettre à jour l''alias d''URL'
|
Reference in New Issue
Block a user