From 607e3db9557b25cfb0eb4c553a46f963708905d3 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 6 Jun 2023 15:54:34 +0200 Subject: [PATCH] content & praragraph & role --- composer.json | 2 + config/sync/.htaccess | 27 + config/sync/admin_toolbar_tools.settings.yml | 5 + .../sync/block.block.olivero_account_menu.yml | 27 + .../block.block.olivero_book_navigation.yml | 23 + .../sync/block.block.olivero_breadcrumbs.yml | 22 + config/sync/block.block.olivero_content.yml | 22 + config/sync/block.block.olivero_help.yml | 22 + config/sync/block.block.olivero_main_menu.yml | 27 + config/sync/block.block.olivero_messages.yml | 22 + .../sync/block.block.olivero_page_title.yml | 20 + config/sync/block.block.olivero_powered.yml | 22 + ...ck.block.olivero_primary_admin_actions.yml | 20 + ...lock.block.olivero_primary_local_tasks.yml | 22 + ...ck.block.olivero_secondary_local_tasks.yml | 22 + .../block.block.olivero_site_branding.yml | 25 + config/sync/block.block.olivero_syndicate.yml | 23 + ...link_content.menu_link_content.changed.yml | 18 + ..._content.menu_link_content.description.yml | 18 + ...u_link_content.menu_link_content.title.yml | 18 + ...ase_field_override.node.static.changed.yml | 18 + ...ase_field_override.node.static.created.yml | 18 + ...e_field_override.node.static.menu_link.yml | 20 + ...e.base_field_override.node.static.path.yml | 20 + ...ase_field_override.node.static.promote.yml | 2 +- ...base_field_override.node.static.status.yml | 22 + ...base_field_override.node.static.sticky.yml | 22 + ....base_field_override.node.static.title.yml | 18 + ...re.base_field_override.node.static.uid.yml | 20 + .../sync/core.date_format.olivero_medium.yml | 13 + ....entity_form_display.node.book.default.yml | 29 +- ...orm_display.paragraph.chapitre.default.yml | 43 ++ ...y_form_display.paragraph.image.default.yml | 33 ++ ...ay.paragraph.paragraph_tableau.default.yml | 31 + ...play.paragraph.paragraph_titre.default.yml | 32 ++ ...m_display.paragraph.sous_titre.default.yml | 32 ++ ...y_form_display.paragraph.texte.default.yml | 34 ++ ....entity_view_display.node.book.default.yml | 11 + ...e.entity_view_display.node.book.teaser.yml | 2 + ...iew_display.paragraph.chapitre.default.yml | 25 + ...y_view_display.paragraph.image.default.yml | 27 + ...ay.paragraph.paragraph_tableau.default.yml | 25 + ...play.paragraph.paragraph_titre.default.yml | 23 + ...w_display.paragraph.sous_titre.default.yml | 23 + ...y_view_display.paragraph.texte.default.yml | 23 + ...re.entity_view_mode.block_content.full.yml | 12 + ...ore.entity_view_mode.paragraph.preview.yml | 12 + config/sync/core.extension.yml | 14 + ...eld.node.book.field_paragraph_chapitre.yml | 46 ++ config/sync/field.field.node.static.body.yml | 2 +- ...ield.paragraph.chapitre.field_chapitre.yml | 54 ++ ....paragraph.image.field_paragraph_image.yml | 45 ++ ...agraph.paragraph_tableau.field_tableau.yml | 29 + ....paragraph.paragraph_titre.field_titre.yml | 21 + ....paragraph.sous_titre.field_sous_titre.yml | 21 + ...field.field.paragraph.texte.field_text.yml | 23 + .../sync/field.storage.block_content.body.yml | 21 + ....storage.node.field_paragraph_chapitre.yml | 21 + ...field.storage.paragraph.field_chapitre.yml | 20 + ...torage.paragraph.field_paragraph_image.yml | 30 + ...eld.storage.paragraph.field_sous_titre.yml | 20 + .../field.storage.paragraph.field_tableau.yml | 19 + .../field.storage.paragraph.field_text.yml | 19 + .../field.storage.paragraph.field_titre.yml | 20 + ...tent_settings.contact_message.personal.yml | 11 + .../language.content_settings.file.file.yml | 11 + ...gs.menu_link_content.menu_link_content.yml | 17 + .../language.content_settings.node.book.yml | 18 + .../language.content_settings.node.static.yml | 7 + ...ge.content_settings.paragraph.chapitre.yml | 18 + ...guage.content_settings.paragraph.image.yml | 18 + ...t_settings.paragraph.paragraph_tableau.yml | 18 + ...ent_settings.paragraph.paragraph_titre.yml | 18 + ....content_settings.paragraph.sous_titre.yml | 18 + .../language.content_settings.user.user.yml | 17 + config/sync/language.entity.fr.yml | 9 + config/sync/language.entity.ja.yml | 9 + config/sync/language.entity.und.yml | 2 +- config/sync/language.entity.zxx.yml | 2 +- config/sync/language.negotiation.yml | 4 + config/sync/olivero.settings.yml | 16 + .../paragraphs.paragraphs_type.chapitre.yml | 10 + .../sync/paragraphs.paragraphs_type.image.yml | 10 + ...aphs.paragraphs_type.paragraph_tableau.yml | 10 + ...graphs.paragraphs_type.paragraph_titre.yml | 10 + .../paragraphs.paragraphs_type.sous_titre.yml | 10 + .../sync/paragraphs.paragraphs_type.texte.yml | 10 + config/sync/paragraphs.settings.yml | 3 + .../system.action.profile_delete_action.yml | 16 + .../system.action.profile_publish_action.yml | 16 + ...system.action.profile_unpublish_action.yml | 16 + ...action.user_add_role_action.translator.yml | 14 + ...ion.user_remove_role_action.translator.yml | 14 + config/sync/system.date.yml | 6 +- config/sync/system.theme.yml | 3 +- config/sync/tablefield.settings.yml | 5 + config/sync/user.role.admin.yml | 4 +- config/sync/user.role.translator.yml | 16 + config/sync/user.role.user.yml | 29 +- config/sync/views.view.block_content.yml | 543 ++++++++++++++++++ config/sync/views.view.content.yml | 235 +++++++- config/sync/views.view.profiles.yml | 358 ++++++++++++ 102 files changed, 2945 insertions(+), 28 deletions(-) create mode 100644 config/sync/.htaccess create mode 100644 config/sync/admin_toolbar_tools.settings.yml create mode 100644 config/sync/block.block.olivero_account_menu.yml create mode 100644 config/sync/block.block.olivero_book_navigation.yml create mode 100644 config/sync/block.block.olivero_breadcrumbs.yml create mode 100644 config/sync/block.block.olivero_content.yml create mode 100644 config/sync/block.block.olivero_help.yml create mode 100644 config/sync/block.block.olivero_main_menu.yml create mode 100644 config/sync/block.block.olivero_messages.yml create mode 100644 config/sync/block.block.olivero_page_title.yml create mode 100644 config/sync/block.block.olivero_powered.yml create mode 100644 config/sync/block.block.olivero_primary_admin_actions.yml create mode 100644 config/sync/block.block.olivero_primary_local_tasks.yml create mode 100644 config/sync/block.block.olivero_secondary_local_tasks.yml create mode 100644 config/sync/block.block.olivero_site_branding.yml create mode 100644 config/sync/block.block.olivero_syndicate.yml create mode 100644 config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml create mode 100644 config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml create mode 100644 config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml create mode 100644 config/sync/core.base_field_override.node.static.changed.yml create mode 100644 config/sync/core.base_field_override.node.static.created.yml create mode 100644 config/sync/core.base_field_override.node.static.menu_link.yml create mode 100644 config/sync/core.base_field_override.node.static.path.yml create mode 100644 config/sync/core.base_field_override.node.static.status.yml create mode 100644 config/sync/core.base_field_override.node.static.sticky.yml create mode 100644 config/sync/core.base_field_override.node.static.title.yml create mode 100644 config/sync/core.base_field_override.node.static.uid.yml create mode 100644 config/sync/core.date_format.olivero_medium.yml create mode 100644 config/sync/core.entity_form_display.paragraph.chapitre.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.image.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.paragraph_tableau.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.paragraph_titre.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.sous_titre.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.texte.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.chapitre.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.image.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.paragraph_tableau.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.paragraph_titre.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.sous_titre.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.texte.default.yml create mode 100644 config/sync/core.entity_view_mode.block_content.full.yml create mode 100644 config/sync/core.entity_view_mode.paragraph.preview.yml create mode 100644 config/sync/field.field.node.book.field_paragraph_chapitre.yml create mode 100644 config/sync/field.field.paragraph.chapitre.field_chapitre.yml create mode 100644 config/sync/field.field.paragraph.image.field_paragraph_image.yml create mode 100644 config/sync/field.field.paragraph.paragraph_tableau.field_tableau.yml create mode 100644 config/sync/field.field.paragraph.paragraph_titre.field_titre.yml create mode 100644 config/sync/field.field.paragraph.sous_titre.field_sous_titre.yml create mode 100644 config/sync/field.field.paragraph.texte.field_text.yml create mode 100644 config/sync/field.storage.block_content.body.yml create mode 100644 config/sync/field.storage.node.field_paragraph_chapitre.yml create mode 100644 config/sync/field.storage.paragraph.field_chapitre.yml create mode 100644 config/sync/field.storage.paragraph.field_paragraph_image.yml create mode 100644 config/sync/field.storage.paragraph.field_sous_titre.yml create mode 100644 config/sync/field.storage.paragraph.field_tableau.yml create mode 100644 config/sync/field.storage.paragraph.field_text.yml create mode 100644 config/sync/field.storage.paragraph.field_titre.yml create mode 100644 config/sync/language.content_settings.contact_message.personal.yml create mode 100644 config/sync/language.content_settings.file.file.yml create mode 100644 config/sync/language.content_settings.menu_link_content.menu_link_content.yml create mode 100644 config/sync/language.content_settings.node.book.yml create mode 100644 config/sync/language.content_settings.paragraph.chapitre.yml create mode 100644 config/sync/language.content_settings.paragraph.image.yml create mode 100644 config/sync/language.content_settings.paragraph.paragraph_tableau.yml create mode 100644 config/sync/language.content_settings.paragraph.paragraph_titre.yml create mode 100644 config/sync/language.content_settings.paragraph.sous_titre.yml create mode 100644 config/sync/language.content_settings.user.user.yml create mode 100644 config/sync/language.entity.fr.yml create mode 100644 config/sync/language.entity.ja.yml create mode 100644 config/sync/olivero.settings.yml create mode 100644 config/sync/paragraphs.paragraphs_type.chapitre.yml create mode 100644 config/sync/paragraphs.paragraphs_type.image.yml create mode 100644 config/sync/paragraphs.paragraphs_type.paragraph_tableau.yml create mode 100644 config/sync/paragraphs.paragraphs_type.paragraph_titre.yml create mode 100644 config/sync/paragraphs.paragraphs_type.sous_titre.yml create mode 100644 config/sync/paragraphs.paragraphs_type.texte.yml create mode 100644 config/sync/paragraphs.settings.yml create mode 100644 config/sync/system.action.profile_delete_action.yml create mode 100644 config/sync/system.action.profile_publish_action.yml create mode 100644 config/sync/system.action.profile_unpublish_action.yml create mode 100644 config/sync/system.action.user_add_role_action.translator.yml create mode 100644 config/sync/system.action.user_remove_role_action.translator.yml create mode 100644 config/sync/tablefield.settings.yml create mode 100644 config/sync/user.role.translator.yml create mode 100644 config/sync/views.view.block_content.yml create mode 100644 config/sync/views.view.profiles.yml diff --git a/composer.json b/composer.json index 31b1814..9660507 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,8 @@ "drupal/core-composer-scaffold": "^9.5", "drupal/core-project-message": "^9.5", "drupal/core-recommended": "^9.5", + "drupal/paragraphs": "^1.15", + "drupal/tablefield": "^2.4", "wikimedia/composer-merge-plugin": "^2.1" }, "conflict": { diff --git a/config/sync/.htaccess b/config/sync/.htaccess new file mode 100644 index 0000000..d436879 --- /dev/null +++ b/config/sync/.htaccess @@ -0,0 +1,27 @@ +# Deny all requests from Apache 2.4+. + + Require all denied + + +# Deny all requests from Apache 2.0-2.2. + + Deny from all + + +# Turn off all options we don't need. +Options -Indexes -ExecCGI -Includes -MultiViews + +# Set the catch-all handler to prevent scripts from being executed. +SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 + + # Override the handler again if we're run later in the evaluation list. + SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003 + + +# If we know how to do it safely, disable the PHP engine entirely. + + php_flag engine off + + + php_flag engine off + \ No newline at end of file diff --git a/config/sync/admin_toolbar_tools.settings.yml b/config/sync/admin_toolbar_tools.settings.yml new file mode 100644 index 0000000..bc96a02 --- /dev/null +++ b/config/sync/admin_toolbar_tools.settings.yml @@ -0,0 +1,5 @@ +_core: + default_config_hash: WgdZsrd_5w9jlmcHV4R9dD2tG9OZEkYo4I_O8h7Gq8Q +max_bundle_number: 20 +hoverintent_functionality: true +show_local_tasks: false diff --git a/config/sync/block.block.olivero_account_menu.yml b/config/sync/block.block.olivero_account_menu.yml new file mode 100644 index 0000000..652df7d --- /dev/null +++ b/config/sync/block.block.olivero_account_menu.yml @@ -0,0 +1,27 @@ +uuid: ffa719ef-df42-4d19-a025-afd8907614ee +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - olivero +_core: + default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU +id: olivero_account_menu +theme: olivero +region: secondary_menu +weight: -4 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + label_display: '0' + provider: system + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/sync/block.block.olivero_book_navigation.yml b/config/sync/block.block.olivero_book_navigation.yml new file mode 100644 index 0000000..1d7a8a4 --- /dev/null +++ b/config/sync/block.block.olivero_book_navigation.yml @@ -0,0 +1,23 @@ +uuid: fdfdee2e-9ebd-4419-9407-e6d17bf665b5 +langcode: en +status: true +dependencies: + module: + - book + theme: + - olivero +_core: + default_config_hash: ihOiiwS6o3R7KIEOsDQ2tLrmz3MGNVRAy95rMT_T3Gs +id: olivero_book_navigation +theme: olivero +region: sidebar +weight: 0 +provider: null +plugin: book_navigation +settings: + id: book_navigation + label: 'Book navigation' + label_display: visible + provider: book + block_mode: 'book pages' +visibility: { } diff --git a/config/sync/block.block.olivero_breadcrumbs.yml b/config/sync/block.block.olivero_breadcrumbs.yml new file mode 100644 index 0000000..e1928ab --- /dev/null +++ b/config/sync/block.block.olivero_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: dba27cd6-3f6d-4219-8bc3-a45b67acadfd +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE +id: olivero_breadcrumbs +theme: olivero +region: breadcrumb +weight: 0 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.olivero_content.yml b/config/sync/block.block.olivero_content.yml new file mode 100644 index 0000000..8fd2814 --- /dev/null +++ b/config/sync/block.block.olivero_content.yml @@ -0,0 +1,22 @@ +uuid: 361ec0dc-b310-41ee-b140-402612e8da92 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: erQSEZF2XUjNmgTl0uNRBzmg18ZGXwUcw2FhApoeuHk +id: olivero_content +theme: olivero +region: content +weight: 0 +provider: null +plugin: system_main_block +settings: + id: system_main_block + label: 'Main page content' + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.olivero_help.yml b/config/sync/block.block.olivero_help.yml new file mode 100644 index 0000000..63a4ff8 --- /dev/null +++ b/config/sync/block.block.olivero_help.yml @@ -0,0 +1,22 @@ +uuid: ead46dda-5684-44ad-9939-3be6e767bf1f +langcode: en +status: true +dependencies: + module: + - help + theme: + - olivero +_core: + default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg +id: olivero_help +theme: olivero +region: content_above +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/config/sync/block.block.olivero_main_menu.yml b/config/sync/block.block.olivero_main_menu.yml new file mode 100644 index 0000000..5fe8a65 --- /dev/null +++ b/config/sync/block.block.olivero_main_menu.yml @@ -0,0 +1,27 @@ +uuid: c35c0c3d-7e28-4ee7-9916-ba0587090ab7 +langcode: en +status: true +dependencies: + config: + - system.menu.main + module: + - system + theme: + - olivero +_core: + default_config_hash: KWAiziL39uEzmOJEql_wbUP2RtqGceL3WM2CfxhMelE +id: olivero_main_menu +theme: olivero +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: 2 + expand_all_items: true +visibility: { } diff --git a/config/sync/block.block.olivero_messages.yml b/config/sync/block.block.olivero_messages.yml new file mode 100644 index 0000000..0625827 --- /dev/null +++ b/config/sync/block.block.olivero_messages.yml @@ -0,0 +1,22 @@ +uuid: e13ac864-6673-4b95-91c9-2c3765ca18af +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: BZ5tpW7H8X4PVGRm3MImTIHd2tN0eF7zOtp4SpRYUA0 +id: olivero_messages +theme: olivero +region: highlighted +weight: -5 +provider: null +plugin: system_messages_block +settings: + id: system_messages_block + label: 'Status messages' + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.olivero_page_title.yml b/config/sync/block.block.olivero_page_title.yml new file mode 100644 index 0000000..60dbc49 --- /dev/null +++ b/config/sync/block.block.olivero_page_title.yml @@ -0,0 +1,20 @@ +uuid: e049446e-e700-4c9d-ad1e-cb8a00bd2939 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y +id: olivero_page_title +theme: olivero +region: content_above +weight: -5 +provider: null +plugin: page_title_block +settings: + id: page_title_block + label: 'Page title' + label_display: '0' + provider: core +visibility: { } diff --git a/config/sync/block.block.olivero_powered.yml b/config/sync/block.block.olivero_powered.yml new file mode 100644 index 0000000..d9ac48a --- /dev/null +++ b/config/sync/block.block.olivero_powered.yml @@ -0,0 +1,22 @@ +uuid: 60644e56-f598-49e2-9127-26a36d8320e3 +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM +id: olivero_powered +theme: olivero +region: footer_bottom +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: { } diff --git a/config/sync/block.block.olivero_primary_admin_actions.yml b/config/sync/block.block.olivero_primary_admin_actions.yml new file mode 100644 index 0000000..87529a0 --- /dev/null +++ b/config/sync/block.block.olivero_primary_admin_actions.yml @@ -0,0 +1,20 @@ +uuid: ec5bbcd5-8daa-4ffc-8232-1b689dcd9d2d +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U +id: olivero_primary_admin_actions +theme: olivero +region: highlighted +weight: -5 +provider: null +plugin: local_actions_block +settings: + id: local_actions_block + label: 'Primary admin actions' + label_display: '0' + provider: core +visibility: { } diff --git a/config/sync/block.block.olivero_primary_local_tasks.yml b/config/sync/block.block.olivero_primary_local_tasks.yml new file mode 100644 index 0000000..302ccc3 --- /dev/null +++ b/config/sync/block.block.olivero_primary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 14738f6b-7821-42a9-8bd9-51a14d1e5908 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: nGE3EoPQQaQCuqTUtZgw0-KIzmrqdKDzdNQf2JyPUt4 +id: olivero_primary_local_tasks +theme: olivero +region: highlighted +weight: -4 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Primary tabs' + label_display: '0' + provider: core + primary: true + secondary: false +visibility: { } diff --git a/config/sync/block.block.olivero_secondary_local_tasks.yml b/config/sync/block.block.olivero_secondary_local_tasks.yml new file mode 100644 index 0000000..d8dac82 --- /dev/null +++ b/config/sync/block.block.olivero_secondary_local_tasks.yml @@ -0,0 +1,22 @@ +uuid: 2b6e1691-2b86-4ad7-9d27-0b25c245c512 +langcode: en +status: true +dependencies: + theme: + - olivero +_core: + default_config_hash: ydSxdq7R66I8UMC460rOzlfzvlUL4VRbdwc6z9DWaUI +id: olivero_secondary_local_tasks +theme: olivero +region: highlighted +weight: -2 +provider: null +plugin: local_tasks_block +settings: + id: local_tasks_block + label: 'Secondary tabs' + label_display: '0' + provider: core + primary: false + secondary: true +visibility: { } diff --git a/config/sync/block.block.olivero_site_branding.yml b/config/sync/block.block.olivero_site_branding.yml new file mode 100644 index 0000000..69abc46 --- /dev/null +++ b/config/sync/block.block.olivero_site_branding.yml @@ -0,0 +1,25 @@ +uuid: 5020e8c6-1ba0-454a-b589-27622311499a +langcode: en +status: true +dependencies: + module: + - system + theme: + - olivero +_core: + default_config_hash: n_nlgjggHVfQt2H__zvLOKB2YtjPDbQ5tHijF9LE1aM +id: olivero_site_branding +theme: olivero +region: header +weight: 0 +provider: null +plugin: system_branding_block +settings: + id: system_branding_block + label: 'Site branding' + label_display: '0' + provider: system + use_site_logo: true + use_site_name: true + use_site_slogan: false +visibility: { } diff --git a/config/sync/block.block.olivero_syndicate.yml b/config/sync/block.block.olivero_syndicate.yml new file mode 100644 index 0000000..24abe53 --- /dev/null +++ b/config/sync/block.block.olivero_syndicate.yml @@ -0,0 +1,23 @@ +uuid: c61456f8-94ba-4d56-bc9f-b67fd75ad187 +langcode: en +status: true +dependencies: + module: + - node + theme: + - olivero +_core: + default_config_hash: 0gq3VPg-_UM69FCCWurLFIrrnIjC2HLKhwo9iQNtcUo +id: olivero_syndicate +theme: olivero +region: social +weight: 0 +provider: null +plugin: node_syndicate_block +settings: + id: node_syndicate_block + label: 'RSS feed' + label_display: '0' + provider: node + block_count: 10 +visibility: { } diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml new file mode 100644 index 0000000..e1a041b --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.changed.yml @@ -0,0 +1,18 @@ +uuid: 8cc96ca1-4a55-496a-aeaa-691d83ccfb6f +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.menu_link_content.changed +field_name: changed +entity_type: menu_link_content +bundle: menu_link_content +label: Changed +description: 'The time that the menu link was last edited.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: changed diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml new file mode 100644 index 0000000..eab9900 --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.description.yml @@ -0,0 +1,18 @@ +uuid: 620761b9-d783-4a6d-a843-f96ca176ea9d +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.menu_link_content.description +field_name: description +entity_type: menu_link_content +bundle: menu_link_content +label: Description +description: 'Shown when hovering over the menu link.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml b/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml new file mode 100644 index 0000000..c00db12 --- /dev/null +++ b/config/sync/core.base_field_override.menu_link_content.menu_link_content.title.yml @@ -0,0 +1,18 @@ +uuid: b1847b32-f39f-4664-b1ad-53caa0e977cc +langcode: en +status: true +dependencies: + module: + - menu_link_content +id: menu_link_content.menu_link_content.title +field_name: title +entity_type: menu_link_content +bundle: menu_link_content +label: 'Menu link title' +description: 'The text to be used for this link in the menu.' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/core.base_field_override.node.static.changed.yml b/config/sync/core.base_field_override.node.static.changed.yml new file mode 100644 index 0000000..1557c0e --- /dev/null +++ b/config/sync/core.base_field_override.node.static.changed.yml @@ -0,0 +1,18 @@ +uuid: 411f0e30-97f0-447b-9bb6-9e5ccef8c067 +langcode: en +status: true +dependencies: + config: + - node.type.static +id: node.static.changed +field_name: changed +entity_type: node +bundle: static +label: Changed +description: 'The time that the node was last edited.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: changed diff --git a/config/sync/core.base_field_override.node.static.created.yml b/config/sync/core.base_field_override.node.static.created.yml new file mode 100644 index 0000000..6218fa0 --- /dev/null +++ b/config/sync/core.base_field_override.node.static.created.yml @@ -0,0 +1,18 @@ +uuid: acb9b319-b1ea-47a4-a86a-9c5cdfa80ee4 +langcode: en +status: true +dependencies: + config: + - node.type.static +id: node.static.created +field_name: created +entity_type: node +bundle: static +label: 'Authored on' +description: 'The time that the node was created.' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: created diff --git a/config/sync/core.base_field_override.node.static.menu_link.yml b/config/sync/core.base_field_override.node.static.menu_link.yml new file mode 100644 index 0000000..35e4959 --- /dev/null +++ b/config/sync/core.base_field_override.node.static.menu_link.yml @@ -0,0 +1,20 @@ +uuid: 288037f4-c43c-406b-9208-acfa69c6a243 +langcode: en +status: true +dependencies: + config: + - node.type.static +id: node.static.menu_link +field_name: menu_link +entity_type: node +bundle: static +label: 'Menu link' +description: 'Computed menu link for the node (only available during node saving).' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: default + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/core.base_field_override.node.static.path.yml b/config/sync/core.base_field_override.node.static.path.yml new file mode 100644 index 0000000..d8441fd --- /dev/null +++ b/config/sync/core.base_field_override.node.static.path.yml @@ -0,0 +1,20 @@ +uuid: d35eab95-ad22-4061-a64e-2cb6015ab506 +langcode: en +status: true +dependencies: + config: + - node.type.static + module: + - path +id: node.static.path +field_name: path +entity_type: node +bundle: static +label: 'URL alias' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: path diff --git a/config/sync/core.base_field_override.node.static.promote.yml b/config/sync/core.base_field_override.node.static.promote.yml index 6a31c1f..386c39b 100644 --- a/config/sync/core.base_field_override.node.static.promote.yml +++ b/config/sync/core.base_field_override.node.static.promote.yml @@ -13,7 +13,7 @@ bundle: static label: 'Promoted to front page' description: '' required: false -translatable: true +translatable: false default_value: - value: 0 diff --git a/config/sync/core.base_field_override.node.static.status.yml b/config/sync/core.base_field_override.node.static.status.yml new file mode 100644 index 0000000..cb03605 --- /dev/null +++ b/config/sync/core.base_field_override.node.static.status.yml @@ -0,0 +1,22 @@ +uuid: 81c5e426-41fd-4fad-b829-422eb3704aa3 +langcode: en +status: true +dependencies: + config: + - node.type.static +id: node.static.status +field_name: status +entity_type: node +bundle: static +label: Published +description: '' +required: false +translatable: false +default_value: + - + value: 1 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.base_field_override.node.static.sticky.yml b/config/sync/core.base_field_override.node.static.sticky.yml new file mode 100644 index 0000000..cfad735 --- /dev/null +++ b/config/sync/core.base_field_override.node.static.sticky.yml @@ -0,0 +1,22 @@ +uuid: 35457eea-288b-4783-b3ab-0f1897421413 +langcode: en +status: true +dependencies: + config: + - node.type.static +id: node.static.sticky +field_name: sticky +entity_type: node +bundle: static +label: 'Sticky at top of lists' +description: '' +required: false +translatable: false +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.base_field_override.node.static.title.yml b/config/sync/core.base_field_override.node.static.title.yml new file mode 100644 index 0000000..a0c26c4 --- /dev/null +++ b/config/sync/core.base_field_override.node.static.title.yml @@ -0,0 +1,18 @@ +uuid: 540e61f7-8b6f-49db-b55d-963ef86e0fa8 +langcode: en +status: true +dependencies: + config: + - node.type.static +id: node.static.title +field_name: title +entity_type: node +bundle: static +label: Title +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/config/sync/core.base_field_override.node.static.uid.yml b/config/sync/core.base_field_override.node.static.uid.yml new file mode 100644 index 0000000..c390f2d --- /dev/null +++ b/config/sync/core.base_field_override.node.static.uid.yml @@ -0,0 +1,20 @@ +uuid: 61c3d734-0f13-4f87-9085-624e6134d39f +langcode: en +status: true +dependencies: + config: + - node.type.static +id: node.static.uid +field_name: uid +entity_type: node +bundle: static +label: 'Authored by' +description: 'The username of the content author.' +required: false +translatable: false +default_value: { } +default_value_callback: 'Drupal\node\Entity\Node::getDefaultEntityOwner' +settings: + handler: default + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/core.date_format.olivero_medium.yml b/config/sync/core.date_format.olivero_medium.yml new file mode 100644 index 0000000..177883e --- /dev/null +++ b/config/sync/core.date_format.olivero_medium.yml @@ -0,0 +1,13 @@ +uuid: 92e1fac9-5092-42e6-baa7-334058bcd958 +langcode: en +status: true +dependencies: + enforced: + theme: + - olivero +_core: + default_config_hash: Mt6cmxUbDZ9XxD6p25WQ8tj3_JcX8ylfcddwZc8gcAE +id: olivero_medium +label: 'Olivero Medium' +locked: false +pattern: 'j F, Y' diff --git a/config/sync/core.entity_form_display.node.book.default.yml b/config/sync/core.entity_form_display.node.book.default.yml index cae1284..134895d 100644 --- a/config/sync/core.entity_form_display.node.book.default.yml +++ b/config/sync/core.entity_form_display.node.book.default.yml @@ -4,10 +4,19 @@ status: true dependencies: config: - field.field.node.book.body + - field.field.node.book.field_paragraph_chapitre - node.type.book module: + - field_layout + - inline_entity_form + - layout_discovery - path - text +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' _core: default_config_hash: b_hvlXsOoKPjlyIXXp3Msda_pMWTEC4kFo61--akj0Y id: node.book.default @@ -31,6 +40,19 @@ content: region: content settings: { } third_party_settings: { } + field_paragraph_chapitre: + type: inline_entity_form_simple + weight: 122 + region: content + settings: + form_mode: default + override_labels: false + label_singular: '' + label_plural: '' + collapsible: false + collapsed: false + revision: false + third_party_settings: { } langcode: type: language_select weight: 2 @@ -73,6 +95,11 @@ content: size: 60 placeholder: '' third_party_settings: { } + translation: + weight: 10 + region: content + settings: { } + third_party_settings: { } uid: type: entity_reference_autocomplete weight: 5 @@ -85,7 +112,7 @@ content: third_party_settings: { } url_redirects: weight: 50 + region: content settings: { } third_party_settings: { } - region: content hidden: { } diff --git a/config/sync/core.entity_form_display.paragraph.chapitre.default.yml b/config/sync/core.entity_form_display.paragraph.chapitre.default.yml new file mode 100644 index 0000000..2a61f42 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.chapitre.default.yml @@ -0,0 +1,43 @@ +uuid: b5dd0cab-0a8b-4387-b28c-e99198c13585 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.chapitre.field_chapitre + - paragraphs.paragraphs_type.chapitre + module: + - field_layout + - layout_discovery + - paragraphs +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' +id: paragraph.chapitre.default +targetEntityType: paragraph +bundle: chapitre +mode: default +content: + field_chapitre: + type: paragraphs + weight: 0 + region: content + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: open + closed_mode: summary + autocollapse: none + closed_mode_threshold: 0 + add_mode: button + form_display_mode: default + default_paragraph_type: paragraph_titre + features: + add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate + third_party_settings: { } +hidden: + created: true + status: true diff --git a/config/sync/core.entity_form_display.paragraph.image.default.yml b/config/sync/core.entity_form_display.paragraph.image.default.yml new file mode 100644 index 0000000..407c97c --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.image.default.yml @@ -0,0 +1,33 @@ +uuid: 24f0344e-536c-40cc-9e89-2142a4cb45e5 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.image.field_paragraph_image + - image.style.thumbnail + - paragraphs.paragraphs_type.image + module: + - field_layout + - image + - layout_discovery +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' +id: paragraph.image.default +targetEntityType: paragraph +bundle: image +mode: default +content: + field_paragraph_image: + type: image_image + weight: 0 + region: content + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } +hidden: + created: true + status: true diff --git a/config/sync/core.entity_form_display.paragraph.paragraph_tableau.default.yml b/config/sync/core.entity_form_display.paragraph.paragraph_tableau.default.yml new file mode 100644 index 0000000..d963174 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.paragraph_tableau.default.yml @@ -0,0 +1,31 @@ +uuid: 6eda0c70-09af-43cb-83ba-dafbb764d08e +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.paragraph_tableau.field_tableau + - paragraphs.paragraphs_type.paragraph_tableau + module: + - field_layout + - layout_discovery + - tablefield +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' +id: paragraph.paragraph_tableau.default +targetEntityType: paragraph +bundle: paragraph_tableau +mode: default +content: + field_tableau: + type: tablefield + weight: 0 + region: content + settings: + input_type: textfield + third_party_settings: { } +hidden: + created: true + status: true diff --git a/config/sync/core.entity_form_display.paragraph.paragraph_titre.default.yml b/config/sync/core.entity_form_display.paragraph.paragraph_titre.default.yml new file mode 100644 index 0000000..5f9d047 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.paragraph_titre.default.yml @@ -0,0 +1,32 @@ +uuid: 85ba4584-6525-4a86-8579-ba549f690a1b +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.paragraph_titre.field_titre + - paragraphs.paragraphs_type.paragraph_titre + module: + - field_layout + - layout_discovery + - text +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' +id: paragraph.paragraph_titre.default +targetEntityType: paragraph +bundle: paragraph_titre +mode: default +content: + field_titre: + type: text_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + status: true diff --git a/config/sync/core.entity_form_display.paragraph.sous_titre.default.yml b/config/sync/core.entity_form_display.paragraph.sous_titre.default.yml new file mode 100644 index 0000000..cc06383 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.sous_titre.default.yml @@ -0,0 +1,32 @@ +uuid: 43379f2c-bca9-4b92-b126-87a610dd9ef5 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.sous_titre.field_sous_titre + - paragraphs.paragraphs_type.sous_titre + module: + - field_layout + - layout_discovery + - text +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' +id: paragraph.sous_titre.default +targetEntityType: paragraph +bundle: sous_titre +mode: default +content: + field_sous_titre: + type: text_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + status: true diff --git a/config/sync/core.entity_form_display.paragraph.texte.default.yml b/config/sync/core.entity_form_display.paragraph.texte.default.yml new file mode 100644 index 0000000..edf8263 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.texte.default.yml @@ -0,0 +1,34 @@ +uuid: 61a6b0fd-99b0-4ebf-9829-6b558706090a +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.texte.field_text + - paragraphs.paragraphs_type.texte + module: + - field_layout + - layout_discovery + - text +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' +id: paragraph.texte.default +targetEntityType: paragraph +bundle: texte +mode: default +content: + field_text: + type: text_textarea_with_summary + weight: 1 + region: content + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + show_summary: false + third_party_settings: { } +hidden: + created: true + status: true diff --git a/config/sync/core.entity_view_display.node.book.default.yml b/config/sync/core.entity_view_display.node.book.default.yml index e5c4f4b..1656a6e 100644 --- a/config/sync/core.entity_view_display.node.book.default.yml +++ b/config/sync/core.entity_view_display.node.book.default.yml @@ -4,8 +4,10 @@ status: true dependencies: config: - field.field.node.book.body + - field.field.node.book.field_paragraph_chapitre - node.type.book module: + - entity_reference_revisions - text - user _core: @@ -22,6 +24,15 @@ content: third_party_settings: { } weight: 100 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: weight: 101 region: content diff --git a/config/sync/core.entity_view_display.node.book.teaser.yml b/config/sync/core.entity_view_display.node.book.teaser.yml index 39fcbf1..6c9d7cf 100644 --- a/config/sync/core.entity_view_display.node.book.teaser.yml +++ b/config/sync/core.entity_view_display.node.book.teaser.yml @@ -5,6 +5,7 @@ dependencies: config: - core.entity_view_mode.node.teaser - field.field.node.book.body + - field.field.node.book.field_paragraph_chapitre - node.type.book module: - text @@ -28,5 +29,6 @@ content: weight: 101 region: content hidden: + field_paragraph_chapitre: true langcode: true search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.chapitre.default.yml b/config/sync/core.entity_view_display.paragraph.chapitre.default.yml new file mode 100644 index 0000000..4e02c67 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.chapitre.default.yml @@ -0,0 +1,25 @@ +uuid: fdddf8df-461f-4c01-8663-8a48d9b5d157 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.chapitre.field_chapitre + - paragraphs.paragraphs_type.chapitre + module: + - entity_reference_revisions +id: paragraph.chapitre.default +targetEntityType: paragraph +bundle: chapitre +mode: default +content: + field_chapitre: + type: entity_reference_revisions_entity_view + label: above + settings: + view_mode: default + link: '' + third_party_settings: { } + weight: 0 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.image.default.yml b/config/sync/core.entity_view_display.paragraph.image.default.yml new file mode 100644 index 0000000..48852fd --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.image.default.yml @@ -0,0 +1,27 @@ +uuid: ad94a3ef-e91c-4a56-83d2-fc3074b725a7 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.image.field_paragraph_image + - paragraphs.paragraphs_type.image + module: + - image +id: paragraph.image.default +targetEntityType: paragraph +bundle: image +mode: default +content: + field_paragraph_image: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 0 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.paragraph_tableau.default.yml b/config/sync/core.entity_view_display.paragraph.paragraph_tableau.default.yml new file mode 100644 index 0000000..fdf23a6 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.paragraph_tableau.default.yml @@ -0,0 +1,25 @@ +uuid: 3bc89713-4b13-47f1-8189-e5c517502d12 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.paragraph_tableau.field_tableau + - paragraphs.paragraphs_type.paragraph_tableau + module: + - tablefield +id: paragraph.paragraph_tableau.default +targetEntityType: paragraph +bundle: paragraph_tableau +mode: default +content: + field_tableau: + type: tablefield + label: above + settings: + row_header: true + column_header: false + third_party_settings: { } + weight: 0 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.paragraph_titre.default.yml b/config/sync/core.entity_view_display.paragraph.paragraph_titre.default.yml new file mode 100644 index 0000000..affb56e --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.paragraph_titre.default.yml @@ -0,0 +1,23 @@ +uuid: e0fae781-ea56-4055-a16e-5912bb6dfa16 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.paragraph_titre.field_titre + - paragraphs.paragraphs_type.paragraph_titre + module: + - text +id: paragraph.paragraph_titre.default +targetEntityType: paragraph +bundle: paragraph_titre +mode: default +content: + field_titre: + type: text_default + label: above + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.sous_titre.default.yml b/config/sync/core.entity_view_display.paragraph.sous_titre.default.yml new file mode 100644 index 0000000..85cc703 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.sous_titre.default.yml @@ -0,0 +1,23 @@ +uuid: cb85f406-6baf-4086-8bcc-5a4daa017eb2 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.sous_titre.field_sous_titre + - paragraphs.paragraphs_type.sous_titre + module: + - text +id: paragraph.sous_titre.default +targetEntityType: paragraph +bundle: sous_titre +mode: default +content: + field_sous_titre: + type: text_default + label: above + settings: { } + third_party_settings: { } + weight: 0 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.texte.default.yml b/config/sync/core.entity_view_display.paragraph.texte.default.yml new file mode 100644 index 0000000..a423835 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.texte.default.yml @@ -0,0 +1,23 @@ +uuid: 2f40db59-afc0-4645-b43f-b66f05d1b8c1 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.texte.field_text + - paragraphs.paragraphs_type.texte + module: + - text +id: paragraph.texte.default +targetEntityType: paragraph +bundle: texte +mode: default +content: + field_text: + type: text_default + label: above + settings: { } + third_party_settings: { } + weight: 1 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_mode.block_content.full.yml b/config/sync/core.entity_view_mode.block_content.full.yml new file mode 100644 index 0000000..6dd98a9 --- /dev/null +++ b/config/sync/core.entity_view_mode.block_content.full.yml @@ -0,0 +1,12 @@ +uuid: 6ea9b3f4-fdc0-4cee-968b-59ad61d98c5d +langcode: en +status: false +dependencies: + module: + - block_content +_core: + default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg +id: block_content.full +label: Full +targetEntityType: block_content +cache: true diff --git a/config/sync/core.entity_view_mode.paragraph.preview.yml b/config/sync/core.entity_view_mode.paragraph.preview.yml new file mode 100644 index 0000000..ddd08e8 --- /dev/null +++ b/config/sync/core.entity_view_mode.paragraph.preview.yml @@ -0,0 +1,12 @@ +uuid: 1ff0da49-e297-4fe9-8dbc-2d1232b10fe9 +langcode: en +status: true +dependencies: + module: + - paragraphs +_core: + default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg +id: paragraph.preview +label: Preview +targetEntityType: paragraph +cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 3d00dde..c2b961b 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -4,6 +4,7 @@ module: actions_permissions: 0 admin_toolbar: 0 admin_toolbar_links_access_filter: 0 + admin_toolbar_tools: 0 advanced_text_formatter: 0 audiofield: 0 autocomplete_deluxe: 0 @@ -12,6 +13,7 @@ module: betterlogin: 0 block: 0 block_class: 0 + block_content: 0 book: 0 book_access_code: 0 breakpoint: 0 @@ -42,10 +44,13 @@ module: editor: 0 email_registration: 0 embed: 0 + entity: 0 entity_browser: 0 entity_browser_enhanced: 0 + entity_reference_revisions: 0 field: 0 field_group: 0 + field_layout: 0 field_ui: 0 file: 0 filter: 0 @@ -63,6 +68,8 @@ module: jquery_ui_slider: 0 jquery_ui_touch_punch: 0 language: 0 + layout_builder: 0 + layout_discovery: 0 link: 0 link_attributes: 0 linkit: 0 @@ -82,6 +89,7 @@ module: path_alias_xt: 0 pathologic: 0 persistent_login: 0 + profile: 0 redirect: 0 redis: 0 responsive_image: 0 @@ -90,6 +98,9 @@ module: smart_trim: 0 smtp: 0 system: 0 + tablefield: 0 + tablefield_cellspan: 0 + tablefield_required: 0 taxonomy: 0 telephone: 0 text: 0 @@ -103,14 +114,17 @@ module: views_bulk_edit: 0 views_bulk_operations: 0 views_ui: 0 + workflows: 0 extlink: 1 filefield_sources: 1 menu_admin_per_menu: 1 pathauto: 1 content_translation: 10 views: 10 + paragraphs: 11 figli_starter_kit: 1000 theme: seven: 0 adminimal_theme: 0 + olivero: 0 profile: figli_starter_kit diff --git a/config/sync/field.field.node.book.field_paragraph_chapitre.yml b/config/sync/field.field.node.book.field_paragraph_chapitre.yml new file mode 100644 index 0000000..3938040 --- /dev/null +++ b/config/sync/field.field.node.book.field_paragraph_chapitre.yml @@ -0,0 +1,46 @@ +uuid: 432ebb29-f57b-4e86-bab5-80a0d5eeb5fb +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_paragraph_chapitre + - node.type.book + - paragraphs.paragraphs_type.chapitre + module: + - entity_reference_revisions +id: node.book.field_paragraph_chapitre +field_name: field_paragraph_chapitre +entity_type: node +bundle: book +label: chapitre +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + target_bundles: + chapitre: chapitre + negate: 0 + target_bundles_drag_drop: + chapitre: + weight: 7 + enabled: true + image: + weight: 8 + enabled: false + paragraph_tableau: + weight: 9 + enabled: false + paragraph_text: + weight: 10 + enabled: false + paragraph_titre: + weight: 11 + enabled: false + sous_titre: + weight: 12 + enabled: false +field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.static.body.yml b/config/sync/field.field.node.static.body.yml index 0a7c5d9..6eefedc 100644 --- a/config/sync/field.field.node.static.body.yml +++ b/config/sync/field.field.node.static.body.yml @@ -16,7 +16,7 @@ bundle: static label: Body description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: diff --git a/config/sync/field.field.paragraph.chapitre.field_chapitre.yml b/config/sync/field.field.paragraph.chapitre.field_chapitre.yml new file mode 100644 index 0000000..fc8cbc3 --- /dev/null +++ b/config/sync/field.field.paragraph.chapitre.field_chapitre.yml @@ -0,0 +1,54 @@ +uuid: 50c86302-6e93-4860-8dbf-fa332b6a823d +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_chapitre + - paragraphs.paragraphs_type.chapitre + - paragraphs.paragraphs_type.image + - paragraphs.paragraphs_type.paragraph_tableau + - paragraphs.paragraphs_type.paragraph_titre + - paragraphs.paragraphs_type.sous_titre + - paragraphs.paragraphs_type.texte + module: + - entity_reference_revisions +id: paragraph.chapitre.field_chapitre +field_name: field_chapitre +entity_type: paragraph +bundle: chapitre +label: chapitre +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + target_bundles: + image: image + paragraph_tableau: paragraph_tableau + paragraph_titre: paragraph_titre + sous_titre: sous_titre + texte: texte + negate: 0 + target_bundles_drag_drop: + chapitre: + weight: 7 + enabled: false + image: + weight: 8 + enabled: true + paragraph_tableau: + weight: 9 + enabled: true + paragraph_titre: + weight: 11 + enabled: true + sous_titre: + weight: 12 + enabled: true + texte: + weight: 12 + enabled: true +field_type: entity_reference_revisions diff --git a/config/sync/field.field.paragraph.image.field_paragraph_image.yml b/config/sync/field.field.paragraph.image.field_paragraph_image.yml new file mode 100644 index 0000000..14d824b --- /dev/null +++ b/config/sync/field.field.paragraph.image.field_paragraph_image.yml @@ -0,0 +1,45 @@ +uuid: 67b63983-fc1b-4856-a68a-56b6c9f1e3b3 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_paragraph_image + - paragraphs.paragraphs_type.image + module: + - content_translation + - image +third_party_settings: + content_translation: + translation_sync: + alt: alt + title: title + file: '0' +id: paragraph.image.field_paragraph_image +field_name: field_paragraph_image +entity_type: paragraph +bundle: image +label: 'paragraph image' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:file' + handler_settings: { } + file_directory: '[date:custom:Y]-[date:custom:m]' + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: true + title_field: false + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +field_type: image diff --git a/config/sync/field.field.paragraph.paragraph_tableau.field_tableau.yml b/config/sync/field.field.paragraph.paragraph_tableau.field_tableau.yml new file mode 100644 index 0000000..ea6023f --- /dev/null +++ b/config/sync/field.field.paragraph.paragraph_tableau.field_tableau.yml @@ -0,0 +1,29 @@ +uuid: 11b0ca54-eecf-4861-9494-a13096950296 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_tableau + - paragraphs.paragraphs_type.paragraph_tableau + module: + - tablefield +id: paragraph.paragraph_tableau.field_tableau +field_name: field_tableau +entity_type: paragraph +bundle: paragraph_tableau +label: tableau +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + export: false + restrict_rebuild: true + restrict_import: true + lock_values: false + cell_processing: 0 + empty_rules: + ignore_table_structure: false + ignore_table_header: false +field_type: tablefield diff --git a/config/sync/field.field.paragraph.paragraph_titre.field_titre.yml b/config/sync/field.field.paragraph.paragraph_titre.field_titre.yml new file mode 100644 index 0000000..e26e32a --- /dev/null +++ b/config/sync/field.field.paragraph.paragraph_titre.field_titre.yml @@ -0,0 +1,21 @@ +uuid: ef8efb08-00e5-4c1e-8c0a-9cb960f57a0f +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_titre + - paragraphs.paragraphs_type.paragraph_titre + module: + - text +id: paragraph.paragraph_titre.field_titre +field_name: field_titre +entity_type: paragraph +bundle: paragraph_titre +label: titre +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text diff --git a/config/sync/field.field.paragraph.sous_titre.field_sous_titre.yml b/config/sync/field.field.paragraph.sous_titre.field_sous_titre.yml new file mode 100644 index 0000000..361c3b0 --- /dev/null +++ b/config/sync/field.field.paragraph.sous_titre.field_sous_titre.yml @@ -0,0 +1,21 @@ +uuid: 0597300e-8503-472b-b213-7194422014ce +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_sous_titre + - paragraphs.paragraphs_type.sous_titre + module: + - text +id: paragraph.sous_titre.field_sous_titre +field_name: field_sous_titre +entity_type: paragraph +bundle: sous_titre +label: 'sous titre' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: { } +field_type: text diff --git a/config/sync/field.field.paragraph.texte.field_text.yml b/config/sync/field.field.paragraph.texte.field_text.yml new file mode 100644 index 0000000..53ac749 --- /dev/null +++ b/config/sync/field.field.paragraph.texte.field_text.yml @@ -0,0 +1,23 @@ +uuid: 87564ff8-d873-4d4e-9b3c-57868522e348 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_text + - paragraphs.paragraphs_type.texte + module: + - text +id: paragraph.texte.field_text +field_name: field_text +entity_type: paragraph +bundle: texte +label: text +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + display_summary: true + required_summary: false +field_type: text_with_summary diff --git a/config/sync/field.storage.block_content.body.yml b/config/sync/field.storage.block_content.body.yml new file mode 100644 index 0000000..0e4cc9e --- /dev/null +++ b/config/sync/field.storage.block_content.body.yml @@ -0,0 +1,21 @@ +uuid: f2570ea8-dc97-4138-bc7b-a94c3bc68114 +langcode: en +status: true +dependencies: + module: + - block_content + - text +_core: + default_config_hash: eS0snV_L3dx9shtWRTzm5eblwOJ7qKWC9IE-4GMTDFc +id: block_content.body +field_name: body +entity_type: block_content +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: true +custom_storage: false diff --git a/config/sync/field.storage.node.field_paragraph_chapitre.yml b/config/sync/field.storage.node.field_paragraph_chapitre.yml new file mode 100644 index 0000000..c9cdc5a --- /dev/null +++ b/config/sync/field.storage.node.field_paragraph_chapitre.yml @@ -0,0 +1,21 @@ +uuid: ad3925e2-ad51-4ab1-8d1e-79d098d9fe4a +langcode: en +status: true +dependencies: + module: + - entity_reference_revisions + - node + - paragraphs +id: node.field_paragraph_chapitre +field_name: field_paragraph_chapitre +entity_type: node +type: entity_reference_revisions +settings: + target_type: paragraph +module: entity_reference_revisions +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_chapitre.yml b/config/sync/field.storage.paragraph.field_chapitre.yml new file mode 100644 index 0000000..85f1608 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_chapitre.yml @@ -0,0 +1,20 @@ +uuid: 24f5a5e5-2cde-49d9-ba18-9837c6526ac4 +langcode: en +status: true +dependencies: + module: + - entity_reference_revisions + - paragraphs +id: paragraph.field_chapitre +field_name: field_chapitre +entity_type: paragraph +type: entity_reference_revisions +settings: + target_type: paragraph +module: entity_reference_revisions +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_paragraph_image.yml b/config/sync/field.storage.paragraph.field_paragraph_image.yml new file mode 100644 index 0000000..af47c8f --- /dev/null +++ b/config/sync/field.storage.paragraph.field_paragraph_image.yml @@ -0,0 +1,30 @@ +uuid: 6f62fe65-41e3-4697-9a56-3f41b982902c +langcode: en +status: true +dependencies: + module: + - file + - image + - paragraphs +id: paragraph.field_paragraph_image +field_name: field_paragraph_image +entity_type: paragraph +type: image +settings: + target_type: file + display_field: false + display_default: false + uri_scheme: public + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +module: image +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_sous_titre.yml b/config/sync/field.storage.paragraph.field_sous_titre.yml new file mode 100644 index 0000000..0adee96 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_sous_titre.yml @@ -0,0 +1,20 @@ +uuid: d91bdb4d-f2bc-4bc5-b7fb-b890f8c0e4ef +langcode: en +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_sous_titre +field_name: field_sous_titre +entity_type: paragraph +type: text +settings: + max_length: 255 +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_tableau.yml b/config/sync/field.storage.paragraph.field_tableau.yml new file mode 100644 index 0000000..ed4e628 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_tableau.yml @@ -0,0 +1,19 @@ +uuid: 2eda924e-4280-4a19-896b-785eaabb52f0 +langcode: en +status: true +dependencies: + module: + - paragraphs + - tablefield +id: paragraph.field_tableau +field_name: field_tableau +entity_type: paragraph +type: tablefield +settings: { } +module: tablefield +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_text.yml b/config/sync/field.storage.paragraph.field_text.yml new file mode 100644 index 0000000..fb0a3f0 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_text.yml @@ -0,0 +1,19 @@ +uuid: 435c3496-97f2-417d-801a-1d3cea57a9b1 +langcode: en +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_text +field_name: field_text +entity_type: paragraph +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_titre.yml b/config/sync/field.storage.paragraph.field_titre.yml new file mode 100644 index 0000000..38b9e70 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_titre.yml @@ -0,0 +1,20 @@ +uuid: 143a035c-c04a-4718-a476-513dfb695d79 +langcode: en +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_titre +field_name: field_titre +entity_type: paragraph +type: text +settings: + max_length: 255 +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/language.content_settings.contact_message.personal.yml b/config/sync/language.content_settings.contact_message.personal.yml new file mode 100644 index 0000000..35c90c2 --- /dev/null +++ b/config/sync/language.content_settings.contact_message.personal.yml @@ -0,0 +1,11 @@ +uuid: 2bb44de9-5648-4420-9837-9d5a04a32cf6 +langcode: en +status: true +dependencies: + config: + - contact.form.personal +id: contact_message.personal +target_entity_type_id: contact_message +target_bundle: personal +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.file.file.yml b/config/sync/language.content_settings.file.file.yml new file mode 100644 index 0000000..ea8ce0b --- /dev/null +++ b/config/sync/language.content_settings.file.file.yml @@ -0,0 +1,11 @@ +uuid: 1054a8b4-3f5e-4ba3-8785-aac9a710d012 +langcode: en +status: true +dependencies: + module: + - file +id: file.file +target_entity_type_id: file +target_bundle: file +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.menu_link_content.menu_link_content.yml b/config/sync/language.content_settings.menu_link_content.menu_link_content.yml new file mode 100644 index 0000000..c4958e0 --- /dev/null +++ b/config/sync/language.content_settings.menu_link_content.menu_link_content.yml @@ -0,0 +1,17 @@ +uuid: a9ee3f4d-139f-4dec-83d0-427cfd5cf170 +langcode: en +status: true +dependencies: + module: + - content_translation + - menu_link_content +third_party_settings: + content_translation: + enabled: false + bundle_settings: + untranslatable_fields_hide: '0' +id: menu_link_content.menu_link_content +target_entity_type_id: menu_link_content +target_bundle: menu_link_content +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.node.book.yml b/config/sync/language.content_settings.node.book.yml new file mode 100644 index 0000000..119a467 --- /dev/null +++ b/config/sync/language.content_settings.node.book.yml @@ -0,0 +1,18 @@ +uuid: 9566197b-4246-4e6d-b93c-de51ebbaac46 +langcode: en +status: true +dependencies: + config: + - node.type.book + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '0' +id: node.book +target_entity_type_id: node +target_bundle: book +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.content_settings.node.static.yml b/config/sync/language.content_settings.node.static.yml index 54f303c..8ca3b8f 100644 --- a/config/sync/language.content_settings.node.static.yml +++ b/config/sync/language.content_settings.node.static.yml @@ -4,6 +4,13 @@ status: true dependencies: config: - node.type.static + module: + - content_translation +third_party_settings: + content_translation: + enabled: false + bundle_settings: + untranslatable_fields_hide: '0' _core: default_config_hash: iKpEZiUtD8kZ_5lJot5mLG1bANLqkzDxRFi3ETkUDPo id: node.static diff --git a/config/sync/language.content_settings.paragraph.chapitre.yml b/config/sync/language.content_settings.paragraph.chapitre.yml new file mode 100644 index 0000000..48d21d3 --- /dev/null +++ b/config/sync/language.content_settings.paragraph.chapitre.yml @@ -0,0 +1,18 @@ +uuid: cfe4cbb5-7a97-49fe-b25f-154d86bf29bd +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.chapitre + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '0' +id: paragraph.chapitre +target_entity_type_id: paragraph +target_bundle: chapitre +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.image.yml b/config/sync/language.content_settings.paragraph.image.yml new file mode 100644 index 0000000..c80c78f --- /dev/null +++ b/config/sync/language.content_settings.paragraph.image.yml @@ -0,0 +1,18 @@ +uuid: 2a0eac5f-3c80-4378-844c-beba46d2b627 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.image + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '0' +id: paragraph.image +target_entity_type_id: paragraph +target_bundle: image +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.paragraph_tableau.yml b/config/sync/language.content_settings.paragraph.paragraph_tableau.yml new file mode 100644 index 0000000..4c3f7ea --- /dev/null +++ b/config/sync/language.content_settings.paragraph.paragraph_tableau.yml @@ -0,0 +1,18 @@ +uuid: 3e460040-a7dc-40f6-966f-b4932b9007f1 +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.paragraph_tableau + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '0' +id: paragraph.paragraph_tableau +target_entity_type_id: paragraph +target_bundle: paragraph_tableau +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.paragraph_titre.yml b/config/sync/language.content_settings.paragraph.paragraph_titre.yml new file mode 100644 index 0000000..aa63e6f --- /dev/null +++ b/config/sync/language.content_settings.paragraph.paragraph_titre.yml @@ -0,0 +1,18 @@ +uuid: 7f06d2ca-2898-46af-93da-43af0d0e949c +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.paragraph_titre + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '0' +id: paragraph.paragraph_titre +target_entity_type_id: paragraph +target_bundle: paragraph_titre +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.content_settings.paragraph.sous_titre.yml b/config/sync/language.content_settings.paragraph.sous_titre.yml new file mode 100644 index 0000000..c793838 --- /dev/null +++ b/config/sync/language.content_settings.paragraph.sous_titre.yml @@ -0,0 +1,18 @@ +uuid: e6ec63ca-08f1-403d-a0a1-4b9c0015a80a +langcode: en +status: true +dependencies: + config: + - paragraphs.paragraphs_type.sous_titre + module: + - content_translation +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '0' +id: paragraph.sous_titre +target_entity_type_id: paragraph +target_bundle: sous_titre +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.content_settings.user.user.yml b/config/sync/language.content_settings.user.user.yml new file mode 100644 index 0000000..5aa8bb6 --- /dev/null +++ b/config/sync/language.content_settings.user.user.yml @@ -0,0 +1,17 @@ +uuid: c7d0f088-e559-4a08-9a7e-df19f50ccc99 +langcode: en +status: true +dependencies: + module: + - content_translation + - user +third_party_settings: + content_translation: + enabled: true + bundle_settings: + untranslatable_fields_hide: '0' +id: user.user +target_entity_type_id: user +target_bundle: user +default_langcode: site_default +language_alterable: true diff --git a/config/sync/language.entity.fr.yml b/config/sync/language.entity.fr.yml new file mode 100644 index 0000000..39032a2 --- /dev/null +++ b/config/sync/language.entity.fr.yml @@ -0,0 +1,9 @@ +uuid: 1454221f-52b4-450a-bec3-a85163c4997e +langcode: fr +status: true +dependencies: { } +id: fr +label: French +direction: ltr +weight: 1 +locked: false diff --git a/config/sync/language.entity.ja.yml b/config/sync/language.entity.ja.yml new file mode 100644 index 0000000..9d5c0a9 --- /dev/null +++ b/config/sync/language.entity.ja.yml @@ -0,0 +1,9 @@ +uuid: 0a274bbd-a0ea-40be-a20b-ba1862de6e9b +langcode: ja +status: true +dependencies: { } +id: ja +label: Japanese +direction: ltr +weight: 2 +locked: false diff --git a/config/sync/language.entity.und.yml b/config/sync/language.entity.und.yml index 621d82d..48b1b3b 100644 --- a/config/sync/language.entity.und.yml +++ b/config/sync/language.entity.und.yml @@ -7,5 +7,5 @@ _core: id: und label: 'Not specified' direction: ltr -weight: 2 +weight: 3 locked: true diff --git a/config/sync/language.entity.zxx.yml b/config/sync/language.entity.zxx.yml index 35b20cb..ba7ee8a 100644 --- a/config/sync/language.entity.zxx.yml +++ b/config/sync/language.entity.zxx.yml @@ -7,5 +7,5 @@ _core: id: zxx label: 'Not applicable' direction: ltr -weight: 3 +weight: 4 locked: true diff --git a/config/sync/language.negotiation.yml b/config/sync/language.negotiation.yml index 8a3d360..0a1e90e 100644 --- a/config/sync/language.negotiation.yml +++ b/config/sync/language.negotiation.yml @@ -6,6 +6,10 @@ url: source: path_prefix prefixes: en: '' + fr: fr + ja: ja domains: en: '' + fr: '' + ja: '' selected_langcode: site_default diff --git a/config/sync/olivero.settings.yml b/config/sync/olivero.settings.yml new file mode 100644 index 0000000..13703a6 --- /dev/null +++ b/config/sync/olivero.settings.yml @@ -0,0 +1,16 @@ +_core: + default_config_hash: Ylohp6sdrL1dU4v-KcXzXTP-U8BAMgh4NWJA9eGHtO4 +favicon: + use_default: true +features: + comment_user_picture: true + comment_user_verification: true + favicon: true + node_user_picture: false +logo: + use_default: false +third_party_settings: + shortcut: + module_link: true +mobile_menu_all_widths: 0 +site_branding_bg_color: default diff --git a/config/sync/paragraphs.paragraphs_type.chapitre.yml b/config/sync/paragraphs.paragraphs_type.chapitre.yml new file mode 100644 index 0000000..1dce03a --- /dev/null +++ b/config/sync/paragraphs.paragraphs_type.chapitre.yml @@ -0,0 +1,10 @@ +uuid: 9c863e18-a58f-4538-8017-8bf052d5fecd +langcode: en +status: true +dependencies: { } +id: chapitre +label: Chapitre +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/sync/paragraphs.paragraphs_type.image.yml b/config/sync/paragraphs.paragraphs_type.image.yml new file mode 100644 index 0000000..34d0eaf --- /dev/null +++ b/config/sync/paragraphs.paragraphs_type.image.yml @@ -0,0 +1,10 @@ +uuid: 38c9e758-3eea-4bdd-8fc2-0d3afb52a88d +langcode: en +status: true +dependencies: { } +id: image +label: image +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/sync/paragraphs.paragraphs_type.paragraph_tableau.yml b/config/sync/paragraphs.paragraphs_type.paragraph_tableau.yml new file mode 100644 index 0000000..9242dc0 --- /dev/null +++ b/config/sync/paragraphs.paragraphs_type.paragraph_tableau.yml @@ -0,0 +1,10 @@ +uuid: 7c38b12c-7cb7-4b3a-a509-d67945fff28d +langcode: en +status: true +dependencies: { } +id: paragraph_tableau +label: Tableau +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/sync/paragraphs.paragraphs_type.paragraph_titre.yml b/config/sync/paragraphs.paragraphs_type.paragraph_titre.yml new file mode 100644 index 0000000..9fb3699 --- /dev/null +++ b/config/sync/paragraphs.paragraphs_type.paragraph_titre.yml @@ -0,0 +1,10 @@ +uuid: 19952063-edfe-4875-a308-e668c286e14d +langcode: en +status: true +dependencies: { } +id: paragraph_titre +label: Titre +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/sync/paragraphs.paragraphs_type.sous_titre.yml b/config/sync/paragraphs.paragraphs_type.sous_titre.yml new file mode 100644 index 0000000..df47abf --- /dev/null +++ b/config/sync/paragraphs.paragraphs_type.sous_titre.yml @@ -0,0 +1,10 @@ +uuid: f1374820-398b-4afb-aca2-9582646efc69 +langcode: en +status: true +dependencies: { } +id: sous_titre +label: 'sous titre' +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/sync/paragraphs.paragraphs_type.texte.yml b/config/sync/paragraphs.paragraphs_type.texte.yml new file mode 100644 index 0000000..b8cef85 --- /dev/null +++ b/config/sync/paragraphs.paragraphs_type.texte.yml @@ -0,0 +1,10 @@ +uuid: 2123715f-c4c3-4295-bc20-2bd3cd8417ce +langcode: en +status: true +dependencies: { } +id: texte +label: Texte +icon_uuid: null +icon_default: null +description: '' +behavior_plugins: { } diff --git a/config/sync/paragraphs.settings.yml b/config/sync/paragraphs.settings.yml new file mode 100644 index 0000000..c43733b --- /dev/null +++ b/config/sync/paragraphs.settings.yml @@ -0,0 +1,3 @@ +_core: + default_config_hash: 7eR0sk71Eol86r_A7BMqn5_46wzenh5J1O5vZRCGKv8 +show_unpublished: true diff --git a/config/sync/system.action.profile_delete_action.yml b/config/sync/system.action.profile_delete_action.yml new file mode 100644 index 0000000..8321f39 --- /dev/null +++ b/config/sync/system.action.profile_delete_action.yml @@ -0,0 +1,16 @@ +uuid: ec016222-0cf8-4a40-bdfc-ad5e4f050729 +langcode: en +status: true +dependencies: + module: + - profile + enforced: + module: + - profile +_core: + default_config_hash: eoobeznDDPWSXzEXh6a3AT21rMluXtseCPjsguEgHKs +id: profile_delete_action +label: 'Delete selected profile' +type: profile +plugin: 'entity:delete_action:profile' +configuration: { } diff --git a/config/sync/system.action.profile_publish_action.yml b/config/sync/system.action.profile_publish_action.yml new file mode 100644 index 0000000..5b6df1c --- /dev/null +++ b/config/sync/system.action.profile_publish_action.yml @@ -0,0 +1,16 @@ +uuid: d89649c2-9175-47ca-8988-87894076e4ef +langcode: en +status: true +dependencies: + module: + - profile + enforced: + module: + - profile +_core: + default_config_hash: jjClImKlBhvh__KZnX6YkW_Kc1yZvqXODbUHt30A8z4 +id: profile_publish_action +label: 'Publish selected profile' +type: profile +plugin: 'entity:publish_action:profile' +configuration: { } diff --git a/config/sync/system.action.profile_unpublish_action.yml b/config/sync/system.action.profile_unpublish_action.yml new file mode 100644 index 0000000..439e6e8 --- /dev/null +++ b/config/sync/system.action.profile_unpublish_action.yml @@ -0,0 +1,16 @@ +uuid: 1cacfd2a-09d8-4fe4-a427-5c841796a8c7 +langcode: en +status: true +dependencies: + module: + - profile + enforced: + module: + - profile +_core: + default_config_hash: i6SUyw-h9LthgtmTiKGbqFIh-JXnBtXLG2NCV7CkI3M +id: profile_unpublish_action +label: 'Unpublish selected profile' +type: profile +plugin: 'entity:unpublish_action:profile' +configuration: { } diff --git a/config/sync/system.action.user_add_role_action.translator.yml b/config/sync/system.action.user_add_role_action.translator.yml new file mode 100644 index 0000000..b660222 --- /dev/null +++ b/config/sync/system.action.user_add_role_action.translator.yml @@ -0,0 +1,14 @@ +uuid: d0317719-7acb-4cac-951d-e12bdecd3366 +langcode: en +status: true +dependencies: + config: + - user.role.translator + module: + - user +id: user_add_role_action.translator +label: 'Add the Translator role to the selected user(s)' +type: user +plugin: user_add_role_action +configuration: + rid: translator diff --git a/config/sync/system.action.user_remove_role_action.translator.yml b/config/sync/system.action.user_remove_role_action.translator.yml new file mode 100644 index 0000000..f237cd7 --- /dev/null +++ b/config/sync/system.action.user_remove_role_action.translator.yml @@ -0,0 +1,14 @@ +uuid: 8375ec51-487d-4b65-872e-ae3a8a4432c8 +langcode: en +status: true +dependencies: + config: + - user.role.translator + module: + - user +id: user_remove_role_action.translator +label: 'Remove the Translator role from the selected user(s)' +type: user +plugin: user_remove_role_action +configuration: + rid: translator diff --git a/config/sync/system.date.yml b/config/sync/system.date.yml index a4d6272..4918db7 100644 --- a/config/sync/system.date.yml +++ b/config/sync/system.date.yml @@ -1,12 +1,12 @@ _core: default_config_hash: GQGMdkmApapP8hCC1EBknnYV7rkIOfLs62l0ucgCkns +langcode: fr +first_day: 1 country: default: FR -first_day: 1 timezone: default: Europe/Paris user: configurable: false - warn: false default: 0 -langcode: fr + warn: false diff --git a/config/sync/system.theme.yml b/config/sync/system.theme.yml index e854998..70fd2ff 100644 --- a/config/sync/system.theme.yml +++ b/config/sync/system.theme.yml @@ -1,4 +1,5 @@ _core: default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg -admin: adminimal_theme langcode: fr +admin: adminimal_theme +default: olivero diff --git a/config/sync/tablefield.settings.yml b/config/sync/tablefield.settings.yml new file mode 100644 index 0000000..a572879 --- /dev/null +++ b/config/sync/tablefield.settings.yml @@ -0,0 +1,5 @@ +_core: + default_config_hash: I1FfCuNi_z29QSaEogU7Eyb35rt7Wd1X2GgH8fK_BaQ +csv_separator: ',' +rows: 5 +cols: 5 diff --git a/config/sync/user.role.admin.yml b/config/sync/user.role.admin.yml index 1d999ba..56b010a 100644 --- a/config/sync/user.role.admin.yml +++ b/config/sync/user.role.admin.yml @@ -3,11 +3,13 @@ langcode: fr status: true dependencies: config: + - filter.format.wysiwyg - node.type.static module: - actions_permissions - content_translation - file + - filter - node - system - toolbar @@ -16,7 +18,7 @@ _core: id: admin label: Admin weight: -7 -is_admin: null +is_admin: false permissions: - 'access administration pages' - 'access any corpus_documents workflow_transion overview' diff --git a/config/sync/user.role.translator.yml b/config/sync/user.role.translator.yml new file mode 100644 index 0000000..1cb19b8 --- /dev/null +++ b/config/sync/user.role.translator.yml @@ -0,0 +1,16 @@ +uuid: 57e7cc05-7e78-4c10-b624-4908b87f226e +langcode: en +status: true +dependencies: + config: + - node.type.book + module: + - content_translation +id: translator +label: Translator +weight: -3 +is_admin: false +permissions: + - 'create content translations' + - 'translate book node' + - 'update content translations' diff --git a/config/sync/user.role.user.yml b/config/sync/user.role.user.yml index 20d1445..6e09af7 100644 --- a/config/sync/user.role.user.yml +++ b/config/sync/user.role.user.yml @@ -1,13 +1,38 @@ uuid: 79b90747-e6d3-4872-9cfe-6f321f2f5a46 langcode: fr status: true -dependencies: { } +dependencies: + config: + - node.type.book + module: + - book + - content_translation + - node + - paragraphs + - tablefield _core: default_config_hash: i1HX2g6ycNxMoSaVKRrMZtmApin-bVKG1d0FG04peQw id: user -label: User +label: Editor weight: -4 is_admin: null permissions: + - 'add content to books' + - 'addrow tablefield' + - 'administer book outlines' + - 'create book content' + - 'create content translations' - 'create defalut workflow_transition' - 'create default workflow_transition' + - 'create new books' + - 'delete any book content' + - 'delete content translations' + - 'delete own book content' + - 'edit any book content' + - 'export tablefield' + - 'import tablefield' + - 'rebuild tablefield' + - 'translate book node' + - 'translate editable entities' + - 'translate paragraph' + - 'update content translations' diff --git a/config/sync/views.view.block_content.yml b/config/sync/views.view.block_content.yml new file mode 100644 index 0000000..7605b89 --- /dev/null +++ b/config/sync/views.view.block_content.yml @@ -0,0 +1,543 @@ +uuid: 81d68c54-a8ac-4535-98db-aadfd9a2ef3b +langcode: en +status: true +dependencies: + module: + - block_content + - user +_core: + default_config_hash: jvd5Pu6jy-lra4oMr-mR7zuY6CVDv9CaNeoj0Y70gV4 +id: block_content +label: 'Custom block library' +module: views +description: 'Find and manage custom blocks.' +tag: default +base_table: block_content_field_data +base_field: id +display: + default: + id: default + display_title: Default + display_plugin: default + position: 0 + display_options: + title: 'Custom block library' + fields: + info: + id: info + table: block_content_field_data + field: info + relationship: none + group_type: group + admin_label: '' + entity_type: null + entity_field: info + plugin_id: field + label: 'Block description' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + type: + id: type + table: block_content_field_data + field: type + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + entity_field: type + plugin_id: field + label: 'Block type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + changed: + id: changed + table: block_content_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + entity_field: changed + plugin_id: field + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + operations: + id: operations + table: block_content + field: operations + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + plugin_id: entity_operations + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + pager: + type: mini + options: + offset: 0 + items_per_page: 50 + total_pages: null + id: 0 + tags: + next: 'Next ›' + previous: '‹ Previous' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: true + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + access: + type: perm + options: + perm: 'administer blocks' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + plugin_id: text_custom + empty: true + content: 'There are no custom blocks available.' + tokenize: false + block_content_listing_empty: + id: block_content_listing_empty + table: block_content + field: block_content_listing_empty + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + plugin_id: block_content_listing_empty + label: '' + empty: true + sorts: { } + arguments: { } + filters: + info: + id: info + table: block_content_field_data + field: info + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + entity_field: info + plugin_id: string + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: info_op + label: 'Block description' + description: '' + use_operator: false + operator: info_op + operator_limit_selection: false + operator_list: { } + identifier: info + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + type: + id: type + table: block_content_field_data + field: type + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + entity_field: type + plugin_id: bundle + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: 'Block type' + description: '' + use_operator: false + operator: type_op + operator_limit_selection: false + operator_list: { } + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + reusable: + id: reusable + table: block_content_field_data + field: reusable + relationship: none + group_type: group + admin_label: '' + entity_type: block_content + entity_field: reusable + plugin_id: boolean + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + operator_limit_selection: false + operator_list: { } + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + info: info + type: type + changed: changed + operations: operations + default: changed + info: + info: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: true + caption: '' + description: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: { } + header: { } + footer: { } + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } + page_1: + id: page_1 + display_title: Page + display_plugin: page + position: 1 + display_options: + display_extenders: { } + path: admin/structure/block/block-content + menu: + type: tab + title: 'Custom block library' + description: '' + weight: 0 + menu_name: admin + parent: block.admin_display + context: '0' + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } diff --git a/config/sync/views.view.content.yml b/config/sync/views.view.content.yml index c870913..bda8f55 100644 --- a/config/sync/views.view.content.yml +++ b/config/sync/views.view.content.yml @@ -3,6 +3,7 @@ langcode: en status: true dependencies: module: + - book - node - user _core: @@ -237,6 +238,183 @@ display: empty_zero: false hide_alter_empty: true destination: true + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: langcode + plugin_id: field + label: 'Translation language' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: language + settings: + link_to_entity: false + native_language: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + translation_outdated: + id: translation_outdated + table: node_translation_target + field: translation_outdated + relationship: none + group_type: group + admin_label: '' + entity_field: content_translation_outdated + plugin_id: boolean + label: 'Translation outdated' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: yes-no + type_custom_true: '' + type_custom_false: '' + not: false + depth: + id: depth + table: book + field: depth + relationship: none + group_type: group + admin_label: '' + plugin_id: numeric + label: Depth + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + set_precision: false + precision: 0 + decimal: . + separator: ',' + format_plural: false + format_plural_string: !!binary MQNAY291bnQ= + prefix: '' + suffix: '' pager: type: full options: @@ -270,7 +448,22 @@ display: plugin_id: text_custom empty: true content: 'No content available.' - sorts: { } + sorts: + langcode: + id: langcode + table: node_field_data + field: langcode + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: langcode + plugin_id: standard + order: ASC + expose: + label: '' + field_identifier: '' + exposed: false arguments: { } filters: title: @@ -468,7 +661,11 @@ display: style: type: table options: - grouping: { } + grouping: + - + field: langcode + rendered: true + rendered_strip: false row_class: '' default_row_class: true columns: @@ -478,10 +675,11 @@ display: name: name status: status changed: changed - edit_node: edit_node - delete_node: delete_node - dropbutton: dropbutton - timestamp: title + operations: operations + langcode: langcode + translation_status: translation_status + translation_outdated: translation_outdated + depth: depth default: changed info: node_bulk_form: @@ -524,28 +722,33 @@ display: separator: '' empty_column: false responsive: priority-low - edit_node: + operations: + align: '' + separator: '' + empty_column: false + responsive: '' + langcode: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + translation_status: sortable: false default_sort_order: asc align: '' separator: '' empty_column: false responsive: '' - delete_node: + translation_outdated: sortable: false default_sort_order: asc align: '' separator: '' empty_column: false responsive: '' - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - timestamp: + depth: sortable: false default_sort_order: asc align: '' diff --git a/config/sync/views.view.profiles.yml b/config/sync/views.view.profiles.yml new file mode 100644 index 0000000..7183ae3 --- /dev/null +++ b/config/sync/views.view.profiles.yml @@ -0,0 +1,358 @@ +uuid: 5a276f5d-0e5f-4435-b843-4ba1fc7a384c +langcode: en +status: true +dependencies: + module: + - profile +_core: + default_config_hash: iDeLvK90ucO3Qc2NIH8ot0W1saUd7U_XThA3P1QvuMs +id: profiles +label: Profiles +module: views +description: '' +tag: '' +base_table: profile +base_field: profile_id +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: none + options: + offset: 0 + style: + type: grid + options: + grouping: { } + columns: 4 + automatic_width: true + alignment: horizontal + col_class_default: true + col_class_custom: '' + row_class_default: true + row_class_custom: '' + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + fields: + rendered_entity: + id: rendered_entity + table: profile + field: rendered_entity + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + view_mode: default + entity_type: profile + plugin_id: rendered_entity + operations: + id: operations + table: profile + field: operations + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: profile + plugin_id: entity_operations + filters: { } + sorts: + is_default: + id: is_default + table: profile + field: is_default + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + field_identifier: is_default + entity_type: profile + entity_field: is_default + plugin_id: standard + profile_id: + id: profile_id + table: profile + field: profile_id + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + field_identifier: profile_id + entity_type: profile + entity_field: profile_id + plugin_id: standard + header: { } + footer: { } + empty: + area: + id: area + table: views + field: area + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: + value: 'There are no profiles yet.' + format: basic_html + plugin_id: text + relationships: { } + arguments: + uid: + id: uid + table: profile + field: uid + relationship: none + group_type: group + admin_label: '' + default_action: default + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: user + default_argument_options: + user: false + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: profile + entity_field: uid + plugin_id: numeric + type: + id: type + table: profile + field: type + relationship: none + group_type: group + admin_label: '' + default_action: ignore + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: true + validate: + type: 'entity:profile_type' + fail: 'not found' + validate_options: { } + glossary: false + limit: 0 + case: none + path_case: none + transform_dash: false + break_phrase: false + entity_type: profile + entity_field: type + plugin_id: string + status: + id: status + table: profile + field: status + relationship: none + group_type: group + admin_label: '' + default_action: ignore + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: profile + entity_field: status + plugin_id: numeric + display_extenders: { } + title: Profiles + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_interface' + - url + tags: { } + user_page: + display_plugin: embed + id: user_page + display_title: 'User page' + position: 1 + display_options: + display_extenders: { } + display_description: '' + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_interface' + - url + tags: { }