footnotes
This commit is contained in:
@@ -16,10 +16,14 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "^1.9",
|
"composer/installers": "^1.9",
|
||||||
|
"drupal-ckeditor-libraries-group/fakeobjects": "^4.20",
|
||||||
"drupal/book_access_code": "^2.0",
|
"drupal/book_access_code": "^2.0",
|
||||||
|
"drupal/config_pages": "^2.14",
|
||||||
"drupal/core-composer-scaffold": "^9.5",
|
"drupal/core-composer-scaffold": "^9.5",
|
||||||
"drupal/core-project-message": "^9.5",
|
"drupal/core-project-message": "^9.5",
|
||||||
"drupal/core-recommended": "^9.5",
|
"drupal/core-recommended": "^9.5",
|
||||||
|
"drupal/fakeobjects": "^1.2",
|
||||||
|
"drupal/footnotes": "^3.0",
|
||||||
"drupal/paragraphs": "^1.15",
|
"drupal/paragraphs": "^1.15",
|
||||||
"drupal/tablefield": "^2.4",
|
"drupal/tablefield": "^2.4",
|
||||||
"wikimedia/composer-merge-plugin": "^2.1"
|
"wikimedia/composer-merge-plugin": "^2.1"
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI
|
default_config_hash: jvTSppzcgH5wnzBhX5xnAExcp2I1CzkQ_aky65XNfYI
|
||||||
|
langcode: fr
|
||||||
menu_depth: 4
|
menu_depth: 4
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: WgdZsrd_5w9jlmcHV4R9dD2tG9OZEkYo4I_O8h7Gq8Q
|
default_config_hash: WgdZsrd_5w9jlmcHV4R9dD2tG9OZEkYo4I_O8h7Gq8Q
|
||||||
|
langcode: fr
|
||||||
max_bundle_number: 20
|
max_bundle_number: 20
|
||||||
hoverintent_functionality: true
|
hoverintent_functionality: true
|
||||||
show_local_tasks: false
|
show_local_tasks: false
|
||||||
|
|||||||
@@ -7,3 +7,4 @@ features:
|
|||||||
favicon: 1
|
favicon: 1
|
||||||
logo:
|
logo:
|
||||||
use_default: 1
|
use_default: 1
|
||||||
|
langcode: fr
|
||||||
|
|||||||
+5
-5
@@ -1,4 +1,4 @@
|
|||||||
uuid: 98f2f3ad-5b5f-405c-b009-7a90a7abf490
|
uuid: d6ba9b7a-dc0a-4ff0-8a95-e6f3eab1d730
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -7,12 +7,12 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU
|
default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU
|
||||||
id: eql_account_menu
|
id: IRI_account_menu
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: secondary_menu
|
||||||
weight: -4
|
weight: -4
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'system_menu_block:account'
|
plugin: 'system_menu_block:account'
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
uuid: 26483001-e91e-4867-9c81-41419b8cdb05
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- book
|
||||||
|
- context
|
||||||
|
theme:
|
||||||
|
- IRI
|
||||||
|
_core:
|
||||||
|
default_config_hash: ihOiiwS6o3R7KIEOsDQ2tLrmz3MGNVRAy95rMT_T3Gs
|
||||||
|
id: IRI_book_navigation
|
||||||
|
theme: IRI
|
||||||
|
region: sidebar_first
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: book_navigation
|
||||||
|
settings:
|
||||||
|
id: book_navigation
|
||||||
|
label: 'Book navigation'
|
||||||
|
label_display: visible
|
||||||
|
provider: book
|
||||||
|
block_mode: 'book pages'
|
||||||
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
+5
-5
@@ -1,16 +1,16 @@
|
|||||||
uuid: e53217dd-dbe3-41de-a05f-fe15f8c967a0
|
uuid: fbfcd494-db72-4431-820f-eb08f5e713ac
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE
|
default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE
|
||||||
id: eql_breadcrumbs
|
id: IRI_breadcrumbs
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: breadcrumb
|
||||||
weight: 0
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_breadcrumb_block
|
plugin: system_breadcrumb_block
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
uuid: 5a10d376-68ab-474d-9e68-f8bdbdba9b19
|
uuid: 9397e65f-6152-4a8f-81be-252be2ac8287
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -6,11 +6,11 @@ dependencies:
|
|||||||
- context
|
- context
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: erQSEZF2XUjNmgTl0uNRBzmg18ZGXwUcw2FhApoeuHk
|
default_config_hash: erQSEZF2XUjNmgTl0uNRBzmg18ZGXwUcw2FhApoeuHk
|
||||||
id: eql_content
|
id: IRI_content
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: content
|
region: content
|
||||||
weight: 0
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
uuid: 1cc64bc5-1059-4944-9212-a19652cd64f2
|
uuid: ef887a0b-677d-47f9-9cf6-ad1406e161d1
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- help
|
- help
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg
|
default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg
|
||||||
id: eql_help
|
id: IRI_help
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: sidebar_first
|
||||||
weight: 0
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
plugin: help_block
|
plugin: help_block
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
uuid: ee6bf199-635b-4ccd-81b8-823b0209d93d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.main
|
||||||
|
module:
|
||||||
|
- context
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- IRI
|
||||||
|
_core:
|
||||||
|
default_config_hash: KWAiziL39uEzmOJEql_wbUP2RtqGceL3WM2CfxhMelE
|
||||||
|
id: IRI_main_menu
|
||||||
|
theme: IRI
|
||||||
|
region: primary_menu
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'system_menu_block:main'
|
||||||
|
settings:
|
||||||
|
id: 'system_menu_block:main'
|
||||||
|
label: 'Main navigation'
|
||||||
|
label_display: '0'
|
||||||
|
provider: system
|
||||||
|
level: 1
|
||||||
|
depth: 6
|
||||||
|
expand_all_items: false
|
||||||
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
uuid: dc3a7e3c-4c6b-4b80-8359-2bd13ba55bdb
|
uuid: 79d47ffa-4836-44f9-ad94-69e8e3cd1ef4
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: BZ5tpW7H8X4PVGRm3MImTIHd2tN0eF7zOtp4SpRYUA0
|
default_config_hash: BZ5tpW7H8X4PVGRm3MImTIHd2tN0eF7zOtp4SpRYUA0
|
||||||
id: eql_messages
|
id: IRI_messages
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: highlighted
|
||||||
weight: -5
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_messages_block
|
plugin: system_messages_block
|
||||||
+5
-5
@@ -1,14 +1,14 @@
|
|||||||
uuid: de3b4237-d6fa-4472-9abf-64753f7e1264
|
uuid: 73a03ebe-1ba6-4524-8dce-99ce0c215836
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y
|
default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y
|
||||||
id: eql_page_title
|
id: IRI_page_title
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: sidebar_first
|
||||||
weight: -5
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: page_title_block
|
plugin: page_title_block
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
uuid: af824741-771f-4e54-9033-254e87691fb5
|
uuid: cc1ae80b-8816-414e-85ea-db5523522bf6
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM
|
default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM
|
||||||
id: eql_powered
|
id: IRI_powered
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: sidebar_first
|
||||||
weight: 0
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_powered_by_block
|
plugin: system_powered_by_block
|
||||||
+5
-5
@@ -1,14 +1,14 @@
|
|||||||
uuid: 330517e1-330d-4bd1-a6a1-cacdb41eb574
|
uuid: 1cd86d33-71c2-4b1e-9d23-0b6f637dad24
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U
|
default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U
|
||||||
id: eql_primary_admin_actions
|
id: IRI_primary_admin_actions
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: highlighted
|
||||||
weight: -5
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: local_actions_block
|
plugin: local_actions_block
|
||||||
+5
-5
@@ -1,14 +1,14 @@
|
|||||||
uuid: bdf4482b-8e0d-4564-a244-a1c8fec84cec
|
uuid: 607c51f9-145a-4a66-9724-bce81c285805
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: nGE3EoPQQaQCuqTUtZgw0-KIzmrqdKDzdNQf2JyPUt4
|
default_config_hash: nGE3EoPQQaQCuqTUtZgw0-KIzmrqdKDzdNQf2JyPUt4
|
||||||
id: eql_primary_local_tasks
|
id: IRI_primary_local_tasks
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: highlighted
|
||||||
weight: -4
|
weight: -4
|
||||||
provider: null
|
provider: null
|
||||||
plugin: local_tasks_block
|
plugin: local_tasks_block
|
||||||
+5
-5
@@ -1,14 +1,14 @@
|
|||||||
uuid: 989f95fd-a996-4db5-af65-9e0b94cf819d
|
uuid: ee073b9d-8e5e-45d6-a72e-b9e618750931
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: ydSxdq7R66I8UMC460rOzlfzvlUL4VRbdwc6z9DWaUI
|
default_config_hash: ydSxdq7R66I8UMC460rOzlfzvlUL4VRbdwc6z9DWaUI
|
||||||
id: eql_secondary_local_tasks
|
id: IRI_secondary_local_tasks
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: highlighted
|
||||||
weight: -2
|
weight: -2
|
||||||
provider: null
|
provider: null
|
||||||
plugin: local_tasks_block
|
plugin: local_tasks_block
|
||||||
+5
-5
@@ -1,16 +1,16 @@
|
|||||||
uuid: 17de4784-2d60-41b1-9147-9edaab12cac9
|
uuid: 7918be82-764e-4157-b386-88676fb561bf
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- eql
|
- IRI
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: n_nlgjggHVfQt2H__zvLOKB2YtjPDbQ5tHijF9LE1aM
|
default_config_hash: n_nlgjggHVfQt2H__zvLOKB2YtjPDbQ5tHijF9LE1aM
|
||||||
id: eql_site_branding
|
id: IRI_site_branding
|
||||||
theme: eql
|
theme: IRI
|
||||||
region: header_top_left
|
region: header
|
||||||
weight: 0
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_branding_block
|
plugin: system_branding_block
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: bf13b1f9-9965-4827-9cf9-857503dc63f1
|
uuid: bf13b1f9-9965-4827-9cf9-857503dc63f1
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 52721dfc-3e3b-4a92-8987-854318db3368
|
uuid: 52721dfc-3e3b-4a92-8987-854318db3368
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: aa6700c1-9f18-41e1-ada1-65ede1513e80
|
uuid: aa6700c1-9f18-41e1-ada1-65ede1513e80
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: dccd377d-a187-4d19-ace4-34a7649335bf
|
uuid: dccd377d-a187-4d19-ace4-34a7649335bf
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 4f0ed248-f7f7-4d15-b77b-ed09bb851966
|
uuid: 4f0ed248-f7f7-4d15-b77b-ed09bb851966
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 3438b5de-1032-4729-b852-d2d85ec03e63
|
uuid: 3438b5de-1032-4729-b852-d2d85ec03e63
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 9d79819b-df83-425d-b300-73914ac7900f
|
uuid: 9d79819b-df83-425d-b300-73914ac7900f
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: bf7159a6-b28f-4984-8c5a-3aed87f0a394
|
uuid: bf7159a6-b28f-4984-8c5a-3aed87f0a394
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 9687c6c4-ebaa-429d-9aae-1f888e16c9ce
|
uuid: 9687c6c4-ebaa-429d-9aae-1f888e16c9ce
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -0,0 +1,40 @@
|
|||||||
|
uuid: 7a83539d-5212-4fd8-aa5d-1a027f17113e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- context
|
||||||
|
- system
|
||||||
|
theme:
|
||||||
|
- rorschach
|
||||||
|
id: breadcrumbs
|
||||||
|
theme: rorschach
|
||||||
|
region: header_bottom
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: system_breadcrumb_block
|
||||||
|
settings:
|
||||||
|
id: system_breadcrumb_block
|
||||||
|
label: Breadcrumbs
|
||||||
|
label_display: visible
|
||||||
|
provider: system
|
||||||
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
uuid: 60530c4b-986d-4d47-84bf-295c929fd4f4
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- book
|
|
||||||
theme:
|
|
||||||
- eql
|
|
||||||
_core:
|
|
||||||
default_config_hash: ihOiiwS6o3R7KIEOsDQ2tLrmz3MGNVRAy95rMT_T3Gs
|
|
||||||
id: eql_book_navigation
|
|
||||||
theme: eql
|
|
||||||
region: header_top_left
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: book_navigation
|
|
||||||
settings:
|
|
||||||
id: book_navigation
|
|
||||||
label: 'Book navigation'
|
|
||||||
label_display: visible
|
|
||||||
provider: book
|
|
||||||
block_mode: 'book pages'
|
|
||||||
visibility: { }
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
uuid: 9fc3707b-a2e1-4fb4-a043-7ae08f4d7130
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- system.menu.main
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- eql
|
|
||||||
_core:
|
|
||||||
default_config_hash: KWAiziL39uEzmOJEql_wbUP2RtqGceL3WM2CfxhMelE
|
|
||||||
id: eql_main_menu
|
|
||||||
theme: eql
|
|
||||||
region: header_top_left
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: 'system_menu_block:main'
|
|
||||||
settings:
|
|
||||||
id: 'system_menu_block:main'
|
|
||||||
label: 'Main navigation'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
level: 1
|
|
||||||
depth: 2
|
|
||||||
expand_all_items: true
|
|
||||||
visibility: { }
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: ffa719ef-df42-4d19-a025-afd8907614ee
|
uuid: ffa719ef-df42-4d19-a025-afd8907614ee
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: fdfdee2e-9ebd-4419-9407-e6d17bf665b5
|
uuid: fdfdee2e-9ebd-4419-9407-e6d17bf665b5
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: dba27cd6-3f6d-4219-8bc3-a45b67acadfd
|
uuid: dba27cd6-3f6d-4219-8bc3-a45b67acadfd
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 361ec0dc-b310-41ee-b140-402612e8da92
|
uuid: 361ec0dc-b310-41ee-b140-402612e8da92
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: ead46dda-5684-44ad-9939-3be6e767bf1f
|
uuid: ead46dda-5684-44ad-9939-3be6e767bf1f
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: c35c0c3d-7e28-4ee7-9916-ba0587090ab7
|
uuid: c35c0c3d-7e28-4ee7-9916-ba0587090ab7
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: e13ac864-6673-4b95-91c9-2c3765ca18af
|
uuid: e13ac864-6673-4b95-91c9-2c3765ca18af
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: e049446e-e700-4c9d-ad1e-cb8a00bd2939
|
uuid: e049446e-e700-4c9d-ad1e-cb8a00bd2939
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 60644e56-f598-49e2-9127-26a36d8320e3
|
uuid: 60644e56-f598-49e2-9127-26a36d8320e3
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: ec5bbcd5-8daa-4ffc-8232-1b689dcd9d2d
|
uuid: ec5bbcd5-8daa-4ffc-8232-1b689dcd9d2d
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 14738f6b-7821-42a9-8bd9-51a14d1e5908
|
uuid: 14738f6b-7821-42a9-8bd9-51a14d1e5908
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 2b6e1691-2b86-4ad7-9d27-0b25c245c512
|
uuid: 2b6e1691-2b86-4ad7-9d27-0b25c245c512
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 5020e8c6-1ba0-454a-b589-27622311499a
|
uuid: 5020e8c6-1ba0-454a-b589-27622311499a
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- system.menu.account
|
- system.menu.account
|
||||||
module:
|
module:
|
||||||
|
- context
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- rorschach
|
- rorschach
|
||||||
@@ -12,7 +13,7 @@ _core:
|
|||||||
default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU
|
default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU
|
||||||
id: rorschach_account_menu
|
id: rorschach_account_menu
|
||||||
theme: rorschach
|
theme: rorschach
|
||||||
region: header_top_left
|
region: header_top_rigth
|
||||||
weight: -4
|
weight: -4
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'system_menu_block:account'
|
plugin: 'system_menu_block:account'
|
||||||
@@ -24,4 +25,23 @@ settings:
|
|||||||
level: 1
|
level: 1
|
||||||
depth: 1
|
depth: 1
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
visibility: { }
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
uuid: 65009abc-5fe5-4c58-a553-4a00beffbce5
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- book
|
|
||||||
theme:
|
|
||||||
- rorschach
|
|
||||||
_core:
|
|
||||||
default_config_hash: ihOiiwS6o3R7KIEOsDQ2tLrmz3MGNVRAy95rMT_T3Gs
|
|
||||||
id: rorschach_book_navigation
|
|
||||||
theme: rorschach
|
|
||||||
region: header_top_left
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: book_navigation
|
|
||||||
settings:
|
|
||||||
id: book_navigation
|
|
||||||
label: 'Book navigation'
|
|
||||||
label_display: visible
|
|
||||||
provider: book
|
|
||||||
block_mode: 'book pages'
|
|
||||||
visibility: { }
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
uuid: cd2b8947-4ba4-4802-bdb4-57e8cb99a698
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- rorschach
|
|
||||||
_core:
|
|
||||||
default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE
|
|
||||||
id: rorschach_breadcrumbs
|
|
||||||
theme: rorschach
|
|
||||||
region: header_top_left
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_breadcrumb_block
|
|
||||||
settings:
|
|
||||||
id: system_breadcrumb_block
|
|
||||||
label: Breadcrumbs
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
||||||
@@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- context
|
||||||
- help
|
- help
|
||||||
theme:
|
theme:
|
||||||
- rorschach
|
- rorschach
|
||||||
@@ -10,7 +11,7 @@ _core:
|
|||||||
default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg
|
default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg
|
||||||
id: rorschach_help
|
id: rorschach_help
|
||||||
theme: rorschach
|
theme: rorschach
|
||||||
region: header_top_left
|
region: footer_bottom_right
|
||||||
weight: 0
|
weight: 0
|
||||||
provider: null
|
provider: null
|
||||||
plugin: help_block
|
plugin: help_block
|
||||||
@@ -19,4 +20,23 @@ settings:
|
|||||||
label: Help
|
label: Help
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: help
|
provider: help
|
||||||
visibility: { }
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ uuid: 96b25742-cdf8-42c9-9067-4dba2d8df2e0
|
|||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- context
|
||||||
theme:
|
theme:
|
||||||
- rorschach
|
- rorschach
|
||||||
_core:
|
_core:
|
||||||
@@ -17,4 +19,23 @@ settings:
|
|||||||
label: 'Page title'
|
label: 'Page title'
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: core
|
provider: core
|
||||||
visibility: { }
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
uuid: b637eb91-407c-4101-8b87-664548040fd4
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- system
|
|
||||||
theme:
|
|
||||||
- rorschach
|
|
||||||
_core:
|
|
||||||
default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM
|
|
||||||
id: rorschach_powered
|
|
||||||
theme: rorschach
|
|
||||||
region: header_top_left
|
|
||||||
weight: 0
|
|
||||||
provider: null
|
|
||||||
plugin: system_powered_by_block
|
|
||||||
settings:
|
|
||||||
id: system_powered_by_block
|
|
||||||
label: 'Powered by Drupal'
|
|
||||||
label_display: '0'
|
|
||||||
provider: system
|
|
||||||
visibility: { }
|
|
||||||
@@ -2,13 +2,15 @@ uuid: 04e023cf-b1f8-4962-b7d2-693dcf80bf6d
|
|||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- context
|
||||||
theme:
|
theme:
|
||||||
- rorschach
|
- rorschach
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U
|
default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U
|
||||||
id: rorschach_primary_admin_actions
|
id: rorschach_primary_admin_actions
|
||||||
theme: rorschach
|
theme: rorschach
|
||||||
region: header_top_left
|
region: header_top_rigth
|
||||||
weight: -5
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: local_actions_block
|
plugin: local_actions_block
|
||||||
@@ -17,4 +19,23 @@ settings:
|
|||||||
label: 'Primary admin actions'
|
label: 'Primary admin actions'
|
||||||
label_display: '0'
|
label_display: '0'
|
||||||
provider: core
|
provider: core
|
||||||
visibility: { }
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ uuid: 91e86523-272c-4bca-ae69-e18fb5a4b208
|
|||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- context
|
||||||
theme:
|
theme:
|
||||||
- rorschach
|
- rorschach
|
||||||
_core:
|
_core:
|
||||||
@@ -15,8 +17,27 @@ plugin: local_tasks_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Primary tabs'
|
label: 'Primary tabs'
|
||||||
label_display: '0'
|
label_display: visible
|
||||||
provider: core
|
provider: core
|
||||||
primary: true
|
primary: true
|
||||||
secondary: false
|
secondary: false
|
||||||
visibility: { }
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ uuid: 9d7f36a0-dd8e-4a20-a733-851b9cb65772
|
|||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- context
|
||||||
theme:
|
theme:
|
||||||
- rorschach
|
- rorschach
|
||||||
_core:
|
_core:
|
||||||
@@ -15,8 +17,27 @@ plugin: local_tasks_block
|
|||||||
settings:
|
settings:
|
||||||
id: local_tasks_block
|
id: local_tasks_block
|
||||||
label: 'Secondary tabs'
|
label: 'Secondary tabs'
|
||||||
label_display: '0'
|
label_display: visible
|
||||||
provider: core
|
provider: core
|
||||||
primary: false
|
primary: false
|
||||||
secondary: true
|
secondary: true
|
||||||
visibility: { }
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- context
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
- rorschach
|
- rorschach
|
||||||
@@ -17,9 +18,28 @@ plugin: system_branding_block
|
|||||||
settings:
|
settings:
|
||||||
id: system_branding_block
|
id: system_branding_block
|
||||||
label: 'Site branding'
|
label: 'Site branding'
|
||||||
label_display: '0'
|
label_display: visible
|
||||||
provider: system
|
provider: system
|
||||||
use_site_logo: true
|
use_site_logo: true
|
||||||
use_site_name: true
|
use_site_name: true
|
||||||
use_site_slogan: false
|
use_site_slogan: false
|
||||||
visibility: { }
|
visibility:
|
||||||
|
context:
|
||||||
|
id: context
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
context_all:
|
||||||
|
id: context_all
|
||||||
|
negate: null
|
||||||
|
values: ''
|
||||||
|
user_status:
|
||||||
|
id: user_status
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
user: '@user.current_user_context:current_user'
|
||||||
|
user_status:
|
||||||
|
viewing_profile: '0'
|
||||||
|
logged_viewing_profile: '0'
|
||||||
|
own_page_true: '0'
|
||||||
|
field_value: '0'
|
||||||
|
user_fields: uid
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
uuid: ef46aabc-d469-4edb-b6b9-67724df8cc92
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: header_page_book
|
||||||
|
label: 'header page book'
|
||||||
|
revision: 0
|
||||||
|
description: ''
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: i-_2TVi6FUEAqBgNRJkt6aaYmiw1k_LTrXzJS6wlZ4U
|
default_config_hash: i-_2TVi6FUEAqBgNRJkt6aaYmiw1k_LTrXzJS6wlZ4U
|
||||||
|
langcode: fr
|
||||||
allowed_types:
|
allowed_types:
|
||||||
- book
|
- book
|
||||||
block:
|
block:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: TfCKWu6PjXiv1Ha-TkVl0XBXzBrosEjK0lb6Jz3um8w
|
default_config_hash: TfCKWu6PjXiv1Ha-TkVl0XBXzBrosEjK0lb6Jz3um8w
|
||||||
|
langcode: fr
|
||||||
access_page_description: 'Please provide the access code you were given to view this book.'
|
access_page_description: 'Please provide the access code you were given to view this book.'
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
|
||||||
|
langcode: fr
|
||||||
ignored_config_entities: { }
|
ignored_config_entities: { }
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 6e65147f-71ea-488b-87c7-d70750c431b9
|
uuid: 6e65147f-71ea-488b-87c7-d70750c431b9
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
|
||||||
|
langcode: fr
|
||||||
default_form: feedback
|
default_form: feedback
|
||||||
flood:
|
flood:
|
||||||
limit: 5
|
limit: 5
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
|
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
|
||||||
|
langcode: fr
|
||||||
verbose: 0
|
verbose: 0
|
||||||
types:
|
types:
|
||||||
contact_message: { }
|
contact_message: { }
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
|
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
|
||||||
|
langcode: fr
|
||||||
content_lock_timeout_minutes: '30'
|
content_lock_timeout_minutes: '30'
|
||||||
content_lock_timeout_on_edit: 0
|
content_lock_timeout_on_edit: 0
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 80d052ee-8fff-4490-9996-a2f0289cf8f7
|
uuid: 80d052ee-8fff-4490-9996-a2f0289cf8f7
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 2b2ad302-a32b-4ea4-bd11-c8a9cd7ff4ea
|
uuid: 2b2ad302-a32b-4ea4-bd11-c8a9cd7ff4ea
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: f5755cb0-2d66-4e8e-84d6-f78b39e01218
|
uuid: f5755cb0-2d66-4e8e-84d6-f78b39e01218
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 537319c8-f5d8-441d-b450-9cb60e05d767
|
uuid: 537319c8-f5d8-441d-b450-9cb60e05d767
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 1fa55f23-95d8-4153-935e-0679b955c40e
|
uuid: 1fa55f23-95d8-4153-935e-0679b955c40e
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: bf277d25-b1b6-4ec9-8ee2-d5ea4d6eaa75
|
uuid: bf277d25-b1b6-4ec9-8ee2-d5ea4d6eaa75
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 9cbb7f42-67a7-4049-913e-36399a1ec411
|
uuid: 9cbb7f42-67a7-4049-913e-36399a1ec411
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 3c412689-36fd-4a71-9f48-16bcacca1696
|
uuid: 3c412689-36fd-4a71-9f48-16bcacca1696
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 9761097e-f71c-4f46-af59-9effe8d11294
|
uuid: 9761097e-f71c-4f46-af59-9effe8d11294
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: cce9a7b4-9b3c-4d7f-92bf-f95ca56597d4
|
uuid: cce9a7b4-9b3c-4d7f-92bf-f95ca56597d4
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 07f0a9be-feba-464d-916d-7dba45f04371
|
uuid: 07f0a9be-feba-464d-916d-7dba45f04371
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: cf4bc0ea-c64e-4aac-8a7c-686cd977f745
|
uuid: cf4bc0ea-c64e-4aac-8a7c-686cd977f745
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 92e1fac9-5092-42e6-baa7-334058bcd958
|
uuid: 92e1fac9-5092-42e6-baa7-334058bcd958
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
enforced:
|
enforced:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 9325cde2-be5c-4dbb-a170-32593d028bec
|
uuid: 9325cde2-be5c-4dbb-a170-32593d028bec
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -0,0 +1,47 @@
|
|||||||
|
uuid: 1c4da34b-c402-46f1-9ef3-d4ad819d9385
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.header_page_book
|
||||||
|
- field.field.block_content.header_page_book.body
|
||||||
|
module:
|
||||||
|
- field_layout
|
||||||
|
- layout_discovery
|
||||||
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
field_layout:
|
||||||
|
id: layout_threecol_25_50_25
|
||||||
|
settings:
|
||||||
|
label: ''
|
||||||
|
id: block_content.header_page_book.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: header_page_book
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_textarea_with_summary
|
||||||
|
weight: 26
|
||||||
|
region: second
|
||||||
|
settings:
|
||||||
|
rows: 9
|
||||||
|
summary_rows: 3
|
||||||
|
placeholder: ''
|
||||||
|
show_summary: false
|
||||||
|
third_party_settings: { }
|
||||||
|
info:
|
||||||
|
type: string_textfield
|
||||||
|
weight: -5
|
||||||
|
region: second
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
langcode:
|
||||||
|
type: language_select
|
||||||
|
weight: 2
|
||||||
|
region: second
|
||||||
|
settings:
|
||||||
|
include_locked: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 8c9876a5-40ba-40bc-837d-b29a4a441b29
|
uuid: 8c9876a5-40ba-40bc-837d-b29a4a441b29
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
@@ -15,7 +15,7 @@ dependencies:
|
|||||||
- text
|
- text
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_layout:
|
field_layout:
|
||||||
id: layout_onecol
|
id: layout_threecol_25_50_25
|
||||||
settings:
|
settings:
|
||||||
label: ''
|
label: ''
|
||||||
_core:
|
_core:
|
||||||
@@ -28,7 +28,7 @@ content:
|
|||||||
body:
|
body:
|
||||||
type: text_textarea_with_summary
|
type: text_textarea_with_summary
|
||||||
weight: 7
|
weight: 7
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
rows: 9
|
rows: 9
|
||||||
summary_rows: 3
|
summary_rows: 3
|
||||||
@@ -38,13 +38,13 @@ content:
|
|||||||
created:
|
created:
|
||||||
type: datetime_timestamp
|
type: datetime_timestamp
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: second
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_articles:
|
field_articles:
|
||||||
type: paragraphs
|
type: paragraphs
|
||||||
weight: 26
|
weight: 26
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
title: Paragraph
|
title: Paragraph
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
@@ -62,54 +62,54 @@ content:
|
|||||||
langcode:
|
langcode:
|
||||||
type: language_select
|
type: language_select
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
include_locked: true
|
include_locked: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
path:
|
path:
|
||||||
type: path
|
type: path
|
||||||
weight: 8
|
weight: 8
|
||||||
region: content
|
region: second
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
promote:
|
promote:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 5
|
weight: 5
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 10
|
weight: 10
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
sticky:
|
sticky:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
title:
|
title:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
translation:
|
translation:
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: second
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
uid:
|
uid:
|
||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: second
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
match_limit: 10
|
match_limit: 10
|
||||||
@@ -118,7 +118,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
url_redirects:
|
url_redirects:
|
||||||
weight: 9
|
weight: 9
|
||||||
region: content
|
region: second
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
|||||||
@@ -1,72 +0,0 @@
|
|||||||
uuid: 5951af44-4d7a-4d93-b7e4-7e3591165a53
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.paragraph.article_2.field_image
|
|
||||||
- field.field.paragraph.article_2.field_sous_titre
|
|
||||||
- field.field.paragraph.article_2.field_tablefield
|
|
||||||
- field.field.paragraph.article_2.field_text
|
|
||||||
- field.field.paragraph.article_2.field_title
|
|
||||||
- image.style.thumbnail
|
|
||||||
- paragraphs.paragraphs_type.article_2
|
|
||||||
module:
|
|
||||||
- field_layout
|
|
||||||
- image
|
|
||||||
- layout_discovery
|
|
||||||
- tablefield
|
|
||||||
- text
|
|
||||||
third_party_settings:
|
|
||||||
field_layout:
|
|
||||||
id: layout_onecol
|
|
||||||
settings:
|
|
||||||
label: ''
|
|
||||||
id: paragraph.article_2.default
|
|
||||||
targetEntityType: paragraph
|
|
||||||
bundle: article_2
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_image:
|
|
||||||
type: image_image
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
progress_indicator: throbber
|
|
||||||
preview_image_style: thumbnail
|
|
||||||
third_party_settings: { }
|
|
||||||
field_sous_titre:
|
|
||||||
type: text_textfield
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_tablefield:
|
|
||||||
type: tablefield
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
input_type: textfield
|
|
||||||
third_party_settings: { }
|
|
||||||
field_text:
|
|
||||||
type: text_textarea_with_summary
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
rows: 9
|
|
||||||
summary_rows: 3
|
|
||||||
placeholder: ''
|
|
||||||
show_summary: false
|
|
||||||
third_party_settings: { }
|
|
||||||
field_title:
|
|
||||||
type: text_textfield
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
|
||||||
created: true
|
|
||||||
status: true
|
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
uuid: 6769514d-b555-4f86-a7a9-ff20f30af200
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_layout
|
||||||
|
- layout_discovery
|
||||||
|
- path
|
||||||
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
field_layout:
|
||||||
|
id: layout_onecol
|
||||||
|
settings:
|
||||||
|
label: ''
|
||||||
|
id: user.user.default
|
||||||
|
targetEntityType: user
|
||||||
|
bundle: user
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
account:
|
||||||
|
weight: -10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
contact:
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
language:
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
path:
|
||||||
|
type: path
|
||||||
|
weight: 30
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
translation:
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 5ddfb419-5d28-4345-9a99-d1699d2b9a83
|
uuid: 5ddfb419-5d28-4345-9a99-d1699d2b9a83
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
uuid: 85c19d40-4d56-491d-b2a4-df9ff867e7a8
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- block_content.type.header_page_book
|
||||||
|
- field.field.block_content.header_page_book.body
|
||||||
|
module:
|
||||||
|
- text
|
||||||
|
id: block_content.header_page_book.default
|
||||||
|
targetEntityType: block_content
|
||||||
|
bundle: header_page_book
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
@@ -1,16 +1,89 @@
|
|||||||
uuid: ad519a4e-4bd9-436f-8290-4edf24cebbc0
|
uuid: ad519a4e-4bd9-436f-8290-4edf24cebbc0
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.node.book.body
|
- field.field.node.book.body
|
||||||
- field.field.node.book.field_articles
|
- field.field.node.book.field_articles
|
||||||
- field.field.node.book.field_paragraph_chapitre
|
- field.field.node.book.field_paragraph_chapitre
|
||||||
|
- field.field.node.book.layout_builder__layout
|
||||||
- node.type.book
|
- node.type.book
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
|
- layout_builder
|
||||||
|
- layout_discovery
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
layout_builder:
|
||||||
|
enabled: true
|
||||||
|
allow_custom: false
|
||||||
|
sections:
|
||||||
|
-
|
||||||
|
layout_id: layout_onecol
|
||||||
|
layout_settings:
|
||||||
|
label: ''
|
||||||
|
components:
|
||||||
|
02e6b38b-9950-41a0-89be-cf1621990ea8:
|
||||||
|
uuid: 02e6b38b-9950-41a0-89be-cf1621990ea8
|
||||||
|
region: content
|
||||||
|
configuration:
|
||||||
|
id: 'field_block:node:book:body'
|
||||||
|
label_display: '0'
|
||||||
|
context_mapping:
|
||||||
|
entity: layout_builder.entity
|
||||||
|
formatter:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
additional: { }
|
||||||
|
740a49e8-f79c-4a10-a202-8ae3530f27fe:
|
||||||
|
uuid: 740a49e8-f79c-4a10-a202-8ae3530f27fe
|
||||||
|
region: content
|
||||||
|
configuration:
|
||||||
|
id: 'extra_field_block:node:book:links'
|
||||||
|
label_display: '0'
|
||||||
|
context_mapping:
|
||||||
|
entity: layout_builder.entity
|
||||||
|
weight: 1
|
||||||
|
additional: { }
|
||||||
|
097834bd-f387-43bf-b662-92b0306c52ac:
|
||||||
|
uuid: 097834bd-f387-43bf-b662-92b0306c52ac
|
||||||
|
region: content
|
||||||
|
configuration:
|
||||||
|
id: 'field_block:node:book:field_paragraph_chapitre'
|
||||||
|
label_display: '0'
|
||||||
|
context_mapping:
|
||||||
|
entity: layout_builder.entity
|
||||||
|
formatter:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
additional: { }
|
||||||
|
3d710b40-bdb2-460a-9fb5-3848201aa31b:
|
||||||
|
uuid: 3d710b40-bdb2-460a-9fb5-3848201aa31b
|
||||||
|
region: content
|
||||||
|
configuration:
|
||||||
|
id: 'field_block:node:book:field_articles'
|
||||||
|
label_display: '0'
|
||||||
|
context_mapping:
|
||||||
|
entity: layout_builder.entity
|
||||||
|
formatter:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
additional: { }
|
||||||
|
third_party_settings: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: W620wooZmJ02Ua5mnXNKBCOpI0abjSOOSKEkSQhuWNA
|
default_config_hash: W620wooZmJ02Ua5mnXNKBCOpI0abjSOOSKEkSQhuWNA
|
||||||
id: node.book.default
|
id: node.book.default
|
||||||
@@ -44,8 +117,11 @@ content:
|
|||||||
weight: 103
|
weight: 103
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
weight: 101
|
weight: 101
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
|
layout_builder__layout: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|||||||
@@ -0,0 +1,59 @@
|
|||||||
|
uuid: f5f0f21e-0502-4a46-888d-c91564b90198
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.node.full
|
||||||
|
- field.field.node.book.body
|
||||||
|
- field.field.node.book.field_articles
|
||||||
|
- field.field.node.book.field_paragraph_chapitre
|
||||||
|
- node.type.book
|
||||||
|
module:
|
||||||
|
- entity_reference_revisions
|
||||||
|
- layout_builder
|
||||||
|
- text
|
||||||
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
layout_builder:
|
||||||
|
enabled: false
|
||||||
|
allow_custom: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: W620wooZmJ02Ua5mnXNKBCOpI0abjSOOSKEkSQhuWNA
|
||||||
|
id: node.book.full
|
||||||
|
targetEntityType: node
|
||||||
|
bundle: book
|
||||||
|
mode: full
|
||||||
|
content:
|
||||||
|
body:
|
||||||
|
type: text_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 100
|
||||||
|
region: content
|
||||||
|
field_articles:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 104
|
||||||
|
region: content
|
||||||
|
field_paragraph_chapitre:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: default
|
||||||
|
link: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 103
|
||||||
|
region: content
|
||||||
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 101
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
langcode: true
|
||||||
|
search_api_excerpt: true
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: b3475a4f-bb2a-4657-a7b3-bdbcfbe448eb
|
uuid: b3475a4f-bb2a-4657-a7b3-bdbcfbe448eb
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
@@ -9,8 +9,14 @@ dependencies:
|
|||||||
- field.field.node.book.field_paragraph_chapitre
|
- field.field.node.book.field_paragraph_chapitre
|
||||||
- node.type.book
|
- node.type.book
|
||||||
module:
|
module:
|
||||||
|
- layout_builder
|
||||||
|
- layout_discovery
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
|
third_party_settings:
|
||||||
|
layout_builder:
|
||||||
|
enabled: false
|
||||||
|
allow_custom: false
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: pbRIoJUWtkil5pUsiYQBQr-lYl0lPH6iBq-1BhQP4eg
|
default_config_hash: pbRIoJUWtkil5pUsiYQBQr-lYl0lPH6iBq-1BhQP4eg
|
||||||
id: node.book.teaser
|
id: node.book.teaser
|
||||||
@@ -27,6 +33,8 @@ content:
|
|||||||
weight: 100
|
weight: 100
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
weight: 101
|
weight: 101
|
||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 7f25f3ae-e7e9-485e-aaa4-8009a096d2f2
|
uuid: 7f25f3ae-e7e9-485e-aaa4-8009a096d2f2
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
@@ -16,17 +16,17 @@ bundle: static
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
body:
|
body:
|
||||||
label: hidden
|
|
||||||
type: text_default
|
type: text_default
|
||||||
weight: 0
|
label: hidden
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
links:
|
links:
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
langcode: true
|
langcode: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
uuid: b1c5cfa0-7340-46ae-821a-285eba4f65b4
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.field.paragraph.article_2.field_image
|
|
||||||
- field.field.paragraph.article_2.field_sous_titre
|
|
||||||
- field.field.paragraph.article_2.field_tablefield
|
|
||||||
- field.field.paragraph.article_2.field_text
|
|
||||||
- field.field.paragraph.article_2.field_title
|
|
||||||
- paragraphs.paragraphs_type.article_2
|
|
||||||
module:
|
|
||||||
- image
|
|
||||||
- tablefield
|
|
||||||
- text
|
|
||||||
id: paragraph.article_2.default
|
|
||||||
targetEntityType: paragraph
|
|
||||||
bundle: article_2
|
|
||||||
mode: default
|
|
||||||
content:
|
|
||||||
field_image:
|
|
||||||
type: image
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
image_link: ''
|
|
||||||
image_style: ''
|
|
||||||
image_loading:
|
|
||||||
attribute: lazy
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
field_sous_titre:
|
|
||||||
type: text_default
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
field_tablefield:
|
|
||||||
type: tablefield
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
row_header: true
|
|
||||||
column_header: false
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 3
|
|
||||||
region: content
|
|
||||||
field_text:
|
|
||||||
type: text_default
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
field_title:
|
|
||||||
type: text_default
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
hidden:
|
|
||||||
search_api_excerpt: true
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 0e0f3bc7-ca66-4130-b79b-2c53200e77e4
|
uuid: 0e0f3bc7-ca66-4130-b79b-2c53200e77e4
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 6ea9b3f4-fdc0-4cee-968b-59ad61d98c5d
|
uuid: 6ea9b3f4-fdc0-4cee-968b-59ad61d98c5d
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: false
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: d660a51e-fa71-44e2-af34-d766aafceb49
|
uuid: d660a51e-fa71-44e2-af34-d766aafceb49
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 4110829f-f1c0-48fd-8f5e-62c173a778f5
|
uuid: 4110829f-f1c0-48fd-8f5e-62c173a778f5
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 7ed2bddf-c4a0-4e30-8cb8-45f168f4a31a
|
uuid: 7ed2bddf-c4a0-4e30-8cb8-45f168f4a31a
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: a5357567-0cdc-46cc-b1a8-de3736aa661a
|
uuid: a5357567-0cdc-46cc-b1a8-de3736aa661a
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: false
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 650312cd-a011-414a-a0be-a5558fc86290
|
uuid: 650312cd-a011-414a-a0be-a5558fc86290
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: false
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 93994072-e5b6-43bf-95ec-5ce88184f1ae
|
uuid: 93994072-e5b6-43bf-95ec-5ce88184f1ae
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: false
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: ef12cd35-3ccb-45cb-9baa-eb9cbacd68ee
|
uuid: ef12cd35-3ccb-45cb-9baa-eb9cbacd68ee
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: false
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 81914826-7510-49d8-b971-d1ff6d526948
|
uuid: 81914826-7510-49d8-b971-d1ff6d526948
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: false
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 0b66e4b9-8ebc-4b0f-abca-135e40143600
|
uuid: 0b66e4b9-8ebc-4b0f-abca-135e40143600
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: aa7f1a85-407f-4077-adff-adb4097c7da3
|
uuid: aa7f1a85-407f-4077-adff-adb4097c7da3
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 1ff0da49-e297-4fe9-8dbc-2d1232b10fe9
|
uuid: 1ff0da49-e297-4fe9-8dbc-2d1232b10fe9
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: 568a775e-553a-4590-b80f-f605f5de1366
|
uuid: 568a775e-553a-4590-b80f-f605f5de1366
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
uuid: b4c73a6b-0c45-4f9f-bf01-465841badde4
|
uuid: b4c73a6b-0c45-4f9f-bf01-465841badde4
|
||||||
langcode: en
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user