#3248 lien voir toutes les actus
This commit is contained in:
8
config/sync/block_content.type.link.yml
Normal file
8
config/sync/block_content.type.link.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
uuid: 19a0fbf2-ca25-45d7-b5dd-812acab719cf
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: link
|
||||
label: Link
|
||||
revision: 0
|
||||
description: ''
|
@@ -0,0 +1,38 @@
|
||||
uuid: fa11d5c4-5120-4fb2-a580-dba21e05dec5
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.field.block_content.link.field_link
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.default
|
||||
targetEntityType: block_content
|
||||
bundle: link
|
||||
mode: default
|
||||
content:
|
||||
field_link:
|
||||
type: link_default
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
placeholder_url: ''
|
||||
placeholder_title: ''
|
||||
third_party_settings: { }
|
||||
info:
|
||||
type: string_textfield
|
||||
weight: -5
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
langcode:
|
||||
type: language_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
include_locked: true
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
@@ -0,0 +1,29 @@
|
||||
uuid: 75b7884d-1fa3-41fe-b0b4-ffc7f3fcbbca
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.field.block_content.link.field_link
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.default
|
||||
targetEntityType: block_content
|
||||
bundle: link
|
||||
mode: default
|
||||
content:
|
||||
field_link:
|
||||
type: link
|
||||
label: visually_hidden
|
||||
settings:
|
||||
trim_length: 80
|
||||
url_only: false
|
||||
url_plain: false
|
||||
rel: ''
|
||||
target: ''
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
hidden:
|
||||
langcode: true
|
||||
search_api_excerpt: true
|
@@ -108,6 +108,7 @@ module:
|
||||
smart_trim: 0
|
||||
smtp: 0
|
||||
social_media_links: 0
|
||||
structure_sync: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
telephone: 0
|
||||
|
23
config/sync/field.field.block_content.link.field_link.yml
Normal file
23
config/sync/field.field.block_content.link.field_link.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
uuid: a4e5f0a0-3de0-42c0-a4ed-e2a1887e145f
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
- field.storage.block_content.field_link
|
||||
module:
|
||||
- link
|
||||
id: block_content.link.field_link
|
||||
field_name: field_link
|
||||
entity_type: block_content
|
||||
bundle: link
|
||||
label: Link
|
||||
description: ''
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
title: 1
|
||||
link_type: 17
|
||||
field_type: link
|
19
config/sync/field.storage.block_content.field_link.yml
Normal file
19
config/sync/field.storage.block_content.field_link.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
uuid: 6bd9cb8e-662d-436c-9a42-134aa4149786
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- block_content
|
||||
- link
|
||||
id: block_content.field_link
|
||||
field_name: field_link
|
||||
entity_type: block_content
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
custom_storage: false
|
11
config/sync/language.content_settings.block_content.link.yml
Normal file
11
config/sync/language.content_settings.block_content.link.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
uuid: ed559255-d60a-46b9-911b-9bbe4a928ff7
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- block_content.type.link
|
||||
id: block_content.link
|
||||
target_entity_type_id: block_content
|
||||
target_bundle: link
|
||||
default_langcode: site_default
|
||||
language_alterable: false
|
14
config/sync/structure_sync.data.yml
Normal file
14
config/sync/structure_sync.data.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
blocks:
|
||||
-
|
||||
info: 'Lien actus'
|
||||
langcode: fr
|
||||
uuid: 764294aa-409f-4668-88bf-dc71e186915c
|
||||
bundle: link
|
||||
revision_id: null
|
||||
rev_id_current: null
|
||||
fields:
|
||||
field_link:
|
||||
-
|
||||
uri: 'internal:/actualites'
|
||||
title: 'Voir toutes les actualités'
|
||||
options: { }
|
@@ -16,6 +16,7 @@ dependencies:
|
||||
- node
|
||||
- taxonomy
|
||||
- user
|
||||
- views_block_area
|
||||
id: actus
|
||||
label: Actus
|
||||
module: views
|
||||
@@ -412,7 +413,12 @@ display:
|
||||
plugin_id: standard
|
||||
required: false
|
||||
header: { }
|
||||
footer: { }
|
||||
footer:
|
||||
views_block_area:
|
||||
id: views_block_area
|
||||
table: views
|
||||
field: views_block_area
|
||||
plugin_id: views_block_area
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
@@ -540,7 +546,19 @@ display:
|
||||
defaults:
|
||||
filters: false
|
||||
filter_groups: false
|
||||
footer: false
|
||||
display_description: ''
|
||||
footer:
|
||||
views_block_area:
|
||||
id: views_block_area
|
||||
table: views
|
||||
field: views_block_area
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
plugin_id: views_block_area
|
||||
block_id: 'block_content:764294aa-409f-4668-88bf-dc71e186915c'
|
||||
empty: false
|
||||
display_extenders:
|
||||
matomo:
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user