From 8570ab6d8b6fd9e06e310f84c5124b966fdb0d28 Mon Sep 17 00:00:00 2001 From: ouidade Date: Mon, 6 Nov 2023 10:50:13 +0100 Subject: [PATCH] divers --- ...ld_override.paragraph.chapitre.created.yml | 18 - ...eld_override.paragraph.chapitre.status.yml | 22 - ....entity_form_display.node.book.default.yml | 32 +- ...orm_display.paragraph.chapitre.default.yml | 58 -- ...splay.paragraph.images_two_col.default.yml | 43 ++ ....paragraph.tablefields_two_col.default.yml | 39 ++ ....entity_view_display.node.book.default.yml | 67 -- ...ore.entity_view_display.node.book.full.yml | 30 - ...e.entity_view_display.node.book.teaser.yml | 31 - ...iew_display.paragraph.chapitre.default.yml | 34 - ...splay.paragraph.images_two_col.default.yml | 39 ++ ...splay.paragraph.images_two_col.preview.yml | 45 ++ ....paragraph.tablefields_two_col.default.yml | 35 + config/sync/editor.editor.tablecell.yml | 2 +- config/sync/editor.editor.wysiwyg.yml | 7 +- config/sync/field.field.node.book.body.yml | 25 - .../field.field.node.book.field_article.yml | 14 +- .../field.field.node.book.field_articles.yml | 52 -- ...ld.node.book.field_bookpage_subheading.yml | 21 - .../field.field.node.book.field_image.yml | 49 -- ...ield.field.node.book.field_parent_book.yml | 10 +- ...field.field.node.book.field_subheading.yml | 49 -- ...field.field.node.book.field_tablefield.yml | 49 -- .../sync/field.field.node.book.field_text.yml | 49 -- ....field.paragraph.article.field_article.yml | 12 +- ...ield.paragraph.chapitre.field_chapitre.yml | 44 -- ...aragraph.chapitre.field_titre_chapitre.yml | 21 - ...agraph.images_two_col.field_image_left.yml | 38 ++ ...graph.images_two_col.field_image_right.yml | 38 ++ ...lefields_two_col.field_tablefield_left.yml | 78 +++ ...efields_two_col.field_tablefield_right.yml | 78 +++ .../field.storage.node.field_articles.yml | 21 - ...storage.node.field_bookpage_subheading.yml | 20 - .../sync/field.storage.node.field_image.yml | 21 - .../field.storage.node.field_subheading.yml | 21 - .../field.storage.node.field_tablefield.yml | 21 - config/sync/field.storage.node.field_text.yml | 21 - ...field.storage.paragraph.field_chapitre.yml | 20 - ...eld.storage.paragraph.field_image_left.yml | 30 + ...ld.storage.paragraph.field_image_right.yml | 30 + ...torage.paragraph.field_tablefield_left.yml | 19 + ...orage.paragraph.field_tablefield_right.yml | 19 + ...storage.paragraph.field_titre_chapitre.yml | 20 - config/sync/filter.format.tablecell.yml | 8 +- config/sync/filter.format.wysiwyg.yml | 2 +- ...ge.content_settings.paragraph.chapitre.yml | 18 - .../en/field.field.node.book.body.yml | 1 - ...graphs.paragraphs_type.images_two_col.yml} | 8 +- ...hs.paragraphs_type.tablefields_two_col.yml | 10 + config/sync/user.role.anonymous.yml | 2 + config/sync/user.role.authenticated.yml | 2 + config/sync/user.role.editor.yml | 2 + config/sync/user.role.translator.yml | 2 + config/sync/views.view.viewed_by_book.yml | 643 ++++++++++++++++++ web/themes/custom/rorschach/rorschach.theme | 21 +- web/themes/custom/rorschach/scripts/main.js | 1 + 56 files changed, 1252 insertions(+), 860 deletions(-) delete mode 100644 config/sync/core.base_field_override.paragraph.chapitre.created.yml delete mode 100644 config/sync/core.base_field_override.paragraph.chapitre.status.yml delete mode 100644 config/sync/core.entity_form_display.paragraph.chapitre.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.images_two_col.default.yml create mode 100644 config/sync/core.entity_form_display.paragraph.tablefields_two_col.default.yml delete mode 100644 config/sync/core.entity_view_display.paragraph.chapitre.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.images_two_col.default.yml create mode 100644 config/sync/core.entity_view_display.paragraph.images_two_col.preview.yml create mode 100644 config/sync/core.entity_view_display.paragraph.tablefields_two_col.default.yml delete mode 100644 config/sync/field.field.node.book.body.yml delete mode 100644 config/sync/field.field.node.book.field_articles.yml delete mode 100644 config/sync/field.field.node.book.field_bookpage_subheading.yml delete mode 100644 config/sync/field.field.node.book.field_image.yml delete mode 100644 config/sync/field.field.node.book.field_subheading.yml delete mode 100644 config/sync/field.field.node.book.field_tablefield.yml delete mode 100644 config/sync/field.field.node.book.field_text.yml delete mode 100644 config/sync/field.field.paragraph.chapitre.field_chapitre.yml delete mode 100644 config/sync/field.field.paragraph.chapitre.field_titre_chapitre.yml create mode 100644 config/sync/field.field.paragraph.images_two_col.field_image_left.yml create mode 100644 config/sync/field.field.paragraph.images_two_col.field_image_right.yml create mode 100644 config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_left.yml create mode 100644 config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_right.yml delete mode 100644 config/sync/field.storage.node.field_articles.yml delete mode 100644 config/sync/field.storage.node.field_bookpage_subheading.yml delete mode 100644 config/sync/field.storage.node.field_image.yml delete mode 100644 config/sync/field.storage.node.field_subheading.yml delete mode 100644 config/sync/field.storage.node.field_tablefield.yml delete mode 100644 config/sync/field.storage.node.field_text.yml delete mode 100644 config/sync/field.storage.paragraph.field_chapitre.yml create mode 100644 config/sync/field.storage.paragraph.field_image_left.yml create mode 100644 config/sync/field.storage.paragraph.field_image_right.yml create mode 100644 config/sync/field.storage.paragraph.field_tablefield_left.yml create mode 100644 config/sync/field.storage.paragraph.field_tablefield_right.yml delete mode 100644 config/sync/field.storage.paragraph.field_titre_chapitre.yml delete mode 100644 config/sync/language.content_settings.paragraph.chapitre.yml delete mode 100644 config/sync/language/en/field.field.node.book.body.yml rename config/sync/{paragraphs.paragraphs_type.chapitre.yml => paragraphs.paragraphs_type.images_two_col.yml} (52%) create mode 100644 config/sync/paragraphs.paragraphs_type.tablefields_two_col.yml create mode 100644 config/sync/views.view.viewed_by_book.yml diff --git a/config/sync/core.base_field_override.paragraph.chapitre.created.yml b/config/sync/core.base_field_override.paragraph.chapitre.created.yml deleted file mode 100644 index 6834ee2..0000000 --- a/config/sync/core.base_field_override.paragraph.chapitre.created.yml +++ /dev/null @@ -1,18 +0,0 @@ -uuid: ce9c5938-adb4-447f-af47-2054120e32e1 -langcode: fr -status: true -dependencies: - config: - - paragraphs.paragraphs_type.chapitre -id: paragraph.chapitre.created -field_name: created -entity_type: paragraph -bundle: chapitre -label: 'Authored on' -description: 'The time that the Paragraph was created.' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: created diff --git a/config/sync/core.base_field_override.paragraph.chapitre.status.yml b/config/sync/core.base_field_override.paragraph.chapitre.status.yml deleted file mode 100644 index d2c5739..0000000 --- a/config/sync/core.base_field_override.paragraph.chapitre.status.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 44b28d68-6848-4366-be20-27f60dbe4e23 -langcode: fr -status: true -dependencies: - config: - - paragraphs.paragraphs_type.chapitre -id: paragraph.chapitre.status -field_name: status -entity_type: paragraph -bundle: chapitre -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.entity_form_display.node.book.default.yml b/config/sync/core.entity_form_display.node.book.default.yml index aa85e27..ef092b9 100644 --- a/config/sync/core.entity_form_display.node.book.default.yml +++ b/config/sync/core.entity_form_display.node.book.default.yml @@ -3,24 +3,14 @@ langcode: fr status: true dependencies: config: - - field.field.node.book.body - field.field.node.book.field_article - - field.field.node.book.field_articles - - field.field.node.book.field_bookpage_subheading - - field.field.node.book.field_image - field.field.node.book.field_parent_book - - field.field.node.book.field_subheading - - field.field.node.book.field_tablefield - - field.field.node.book.field_text - node.type.book module: - - advanced_text_formatter - field_layout - layout_discovery - - maxlength - paragraphs - path - - text third_party_settings: field_layout: id: layout_onecol @@ -58,20 +48,6 @@ content: collapse_edit_all: collapse_edit_all duplicate: duplicate third_party_settings: { } - field_bookpage_subheading: - type: text_textfield - weight: 1 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: - maxlength: - maxlength_js: null - maxlength_js_label: 'Content limited to @limit characters, remaining: @remaining' - maxlength_js_enforce: false - advanced_text_formatter: - show_token_tree: 0 field_parent_book: type: options_select weight: 2 @@ -140,10 +116,4 @@ content: region: content settings: { } third_party_settings: { } -hidden: - body: true - field_articles: true - field_image: true - field_subheading: true - field_tablefield: true - field_text: true +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 deleted file mode 100644 index ebaba8d..0000000 --- a/config/sync/core.entity_form_display.paragraph.chapitre.default.yml +++ /dev/null @@ -1,58 +0,0 @@ -uuid: b5dd0cab-0a8b-4387-b28c-e99198c13585 -langcode: en -status: true -dependencies: - config: - - field.field.paragraph.chapitre.field_chapitre - - field.field.paragraph.chapitre.field_titre_chapitre - - paragraphs.paragraphs_type.chapitre - module: - - field_layout - - layout_discovery - - paragraphs - - text -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: 1 - 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: { } - field_titre_chapitre: - type: text_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - translation: - weight: 2 - region: content - settings: { } - third_party_settings: { } -hidden: - created: true - status: true diff --git a/config/sync/core.entity_form_display.paragraph.images_two_col.default.yml b/config/sync/core.entity_form_display.paragraph.images_two_col.default.yml new file mode 100644 index 0000000..cbfd695 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.images_two_col.default.yml @@ -0,0 +1,43 @@ +uuid: 69fcf416-c4ed-46d4-b75a-c2e714b63e1c +langcode: fr +status: true +dependencies: + config: + - field.field.paragraph.images_two_col.field_image_left + - field.field.paragraph.images_two_col.field_image_right + - image.style.thumbnail + - paragraphs.paragraphs_type.images_two_col + module: + - field_layout + - image + - layout_builder +third_party_settings: + field_layout: + id: layout_twocol_section + settings: + label: '' + column_widths: 50-50 +id: paragraph.images_two_col.default +targetEntityType: paragraph +bundle: images_two_col +mode: default +content: + field_image_left: + type: image_image + weight: 2 + region: first + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + field_image_right: + type: image_image + weight: 1 + region: second + 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.tablefields_two_col.default.yml b/config/sync/core.entity_form_display.paragraph.tablefields_two_col.default.yml new file mode 100644 index 0000000..a5cd084 --- /dev/null +++ b/config/sync/core.entity_form_display.paragraph.tablefields_two_col.default.yml @@ -0,0 +1,39 @@ +uuid: a3a87711-f739-4945-92b7-64efbbfbaf71 +langcode: fr +status: true +dependencies: + config: + - field.field.paragraph.tablefields_two_col.field_tablefield_left + - field.field.paragraph.tablefields_two_col.field_tablefield_right + - paragraphs.paragraphs_type.tablefields_two_col + module: + - field_layout + - layout_discovery + - tablefield +third_party_settings: + field_layout: + id: layout_onecol + settings: + label: '' +id: paragraph.tablefields_two_col.default +targetEntityType: paragraph +bundle: tablefields_two_col +mode: default +content: + field_tablefield_left: + type: tablefield + weight: 0 + region: content + settings: + input_type: textfield + third_party_settings: { } + field_tablefield_right: + type: tablefield + weight: 1 + region: content + settings: + input_type: textfield + 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 00425af..67201e6 100644 --- a/config/sync/core.entity_view_display.node.book.default.yml +++ b/config/sync/core.entity_view_display.node.book.default.yml @@ -3,20 +3,12 @@ langcode: en status: true dependencies: config: - - field.field.node.book.body - field.field.node.book.field_article - - field.field.node.book.field_articles - - field.field.node.book.field_bookpage_subheading - - field.field.node.book.field_image - field.field.node.book.field_parent_book - - field.field.node.book.field_subheading - - field.field.node.book.field_tablefield - - field.field.node.book.field_text - node.type.book module: - entity_reference_revisions - layout_builder - - text - user third_party_settings: layout_builder: @@ -29,13 +21,6 @@ targetEntityType: node bundle: book mode: default content: - body: - type: text_default - label: hidden - settings: { } - third_party_settings: { } - weight: 1 - region: content field_article: type: entity_reference_revisions_entity_view label: above @@ -45,31 +30,6 @@ content: third_party_settings: { } weight: 8 region: content - field_articles: - type: entity_reference_revisions_entity_view - label: above - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 3 - region: content - field_bookpage_subheading: - type: text_default - label: above - settings: { } - third_party_settings: { } - weight: 0 - region: content - field_image: - type: entity_reference_revisions_entity_view - label: above - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 5 - region: content field_parent_book: type: entity_reference_label label: above @@ -78,33 +38,6 @@ content: third_party_settings: { } weight: 9 region: content - field_subheading: - type: entity_reference_revisions_entity_view - label: above - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 4 - region: content - field_tablefield: - type: entity_reference_revisions_entity_view - label: above - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 7 - region: content - field_text: - type: entity_reference_revisions_entity_view - label: above - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 6 - region: content links: settings: { } third_party_settings: { } diff --git a/config/sync/core.entity_view_display.node.book.full.yml b/config/sync/core.entity_view_display.node.book.full.yml index e0c8fd0..b8884d3 100644 --- a/config/sync/core.entity_view_display.node.book.full.yml +++ b/config/sync/core.entity_view_display.node.book.full.yml @@ -4,20 +4,11 @@ status: true dependencies: config: - core.entity_view_mode.node.full - - field.field.node.book.body - field.field.node.book.field_article - - field.field.node.book.field_articles - - field.field.node.book.field_bookpage_subheading - - field.field.node.book.field_image - field.field.node.book.field_parent_book - - field.field.node.book.field_subheading - - field.field.node.book.field_tablefield - - field.field.node.book.field_text - node.type.book module: - - entity_reference_revisions - layout_builder - - text - user third_party_settings: layout_builder: @@ -30,22 +21,6 @@ targetEntityType: node bundle: book mode: full content: - body: - type: text_default - label: hidden - settings: { } - third_party_settings: { } - weight: 100 - region: content - field_articles: - type: entity_reference_revisions_entity_view - label: above - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 104 - region: content links: settings: { } third_party_settings: { } @@ -53,11 +28,6 @@ content: region: content hidden: field_article: true - field_bookpage_subheading: true - field_image: true field_parent_book: true - field_subheading: true - field_tablefield: true - field_text: true langcode: true search_api_excerpt: true 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 be54dc5..58d2d72 100644 --- a/config/sync/core.entity_view_display.node.book.teaser.yml +++ b/config/sync/core.entity_view_display.node.book.teaser.yml @@ -4,20 +4,11 @@ status: true dependencies: config: - core.entity_view_mode.node.teaser - - field.field.node.book.body - field.field.node.book.field_article - - field.field.node.book.field_articles - - field.field.node.book.field_bookpage_subheading - - field.field.node.book.field_image - field.field.node.book.field_parent_book - - field.field.node.book.field_subheading - - field.field.node.book.field_tablefield - - field.field.node.book.field_text - node.type.book module: - - entity_reference_revisions - layout_builder - - text - user third_party_settings: layout_builder: @@ -30,23 +21,6 @@ targetEntityType: node bundle: book mode: teaser content: - body: - type: text_summary_or_trimmed - label: hidden - settings: - trim_length: 600 - third_party_settings: { } - weight: 0 - region: content - field_articles: - type: entity_reference_revisions_entity_view - label: above - settings: - view_mode: default - link: '' - third_party_settings: { } - weight: 2 - region: content links: settings: { } third_party_settings: { } @@ -54,11 +28,6 @@ content: region: content hidden: field_article: true - field_bookpage_subheading: true - field_image: true field_parent_book: true - field_subheading: true - field_tablefield: true - field_text: 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 deleted file mode 100644 index a873b3e..0000000 --- a/config/sync/core.entity_view_display.paragraph.chapitre.default.yml +++ /dev/null @@ -1,34 +0,0 @@ -uuid: fdddf8df-461f-4c01-8663-8a48d9b5d157 -langcode: en -status: true -dependencies: - config: - - field.field.paragraph.chapitre.field_chapitre - - field.field.paragraph.chapitre.field_titre_chapitre - - paragraphs.paragraphs_type.chapitre - module: - - entity_reference_revisions - - text -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 - field_titre_chapitre: - 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_display.paragraph.images_two_col.default.yml b/config/sync/core.entity_view_display.paragraph.images_two_col.default.yml new file mode 100644 index 0000000..e3e6634 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.images_two_col.default.yml @@ -0,0 +1,39 @@ +uuid: 15601782-dbe7-48a7-b7fa-f3dad9e8e730 +langcode: fr +status: true +dependencies: + config: + - field.field.paragraph.images_two_col.field_image_left + - field.field.paragraph.images_two_col.field_image_right + - paragraphs.paragraphs_type.images_two_col + module: + - image +id: paragraph.images_two_col.default +targetEntityType: paragraph +bundle: images_two_col +mode: default +content: + field_image_left: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 2 + region: content + field_image_right: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 1 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.images_two_col.preview.yml b/config/sync/core.entity_view_display.paragraph.images_two_col.preview.yml new file mode 100644 index 0000000..8841532 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.images_two_col.preview.yml @@ -0,0 +1,45 @@ +uuid: 21033c17-3ad4-4b11-951f-39a2a19dbf42 +langcode: fr +status: true +dependencies: + config: + - core.entity_view_mode.paragraph.preview + - field.field.paragraph.images_two_col.field_image_left + - field.field.paragraph.images_two_col.field_image_right + - paragraphs.paragraphs_type.images_two_col + module: + - image + - layout_builder +third_party_settings: + layout_builder: + enabled: false + allow_custom: false +id: paragraph.images_two_col.preview +targetEntityType: paragraph +bundle: images_two_col +mode: preview +content: + field_image_left: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 2 + region: content + field_image_right: + type: image + label: above + settings: + image_link: '' + image_style: '' + image_loading: + attribute: lazy + third_party_settings: { } + weight: 1 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/core.entity_view_display.paragraph.tablefields_two_col.default.yml b/config/sync/core.entity_view_display.paragraph.tablefields_two_col.default.yml new file mode 100644 index 0000000..e33b086 --- /dev/null +++ b/config/sync/core.entity_view_display.paragraph.tablefields_two_col.default.yml @@ -0,0 +1,35 @@ +uuid: de43837c-11d5-4f4f-a8b8-5837b81ec4eb +langcode: fr +status: true +dependencies: + config: + - field.field.paragraph.tablefields_two_col.field_tablefield_left + - field.field.paragraph.tablefields_two_col.field_tablefield_right + - paragraphs.paragraphs_type.tablefields_two_col + module: + - tablefield +id: paragraph.tablefields_two_col.default +targetEntityType: paragraph +bundle: tablefields_two_col +mode: default +content: + field_tablefield_left: + type: tablefield + label: above + settings: + row_header: true + column_header: false + third_party_settings: { } + weight: 0 + region: content + field_tablefield_right: + type: tablefield + label: above + settings: + row_header: true + column_header: false + third_party_settings: { } + weight: 1 + region: content +hidden: + search_api_excerpt: true diff --git a/config/sync/editor.editor.tablecell.yml b/config/sync/editor.editor.tablecell.yml index e25dc3e..a6aaa52 100644 --- a/config/sync/editor.editor.tablecell.yml +++ b/config/sync/editor.editor.tablecell.yml @@ -39,7 +39,7 @@ settings: plugins: drupallink: linkit_enabled: false - linkit_profile: '' + linkit_profile: default image_upload: status: false scheme: public diff --git a/config/sync/editor.editor.wysiwyg.yml b/config/sync/editor.editor.wysiwyg.yml index 70bcc42..831cba3 100644 --- a/config/sync/editor.editor.wysiwyg.yml +++ b/config/sync/editor.editor.wysiwyg.yml @@ -25,7 +25,6 @@ settings: - Superscript - Underline - SpecialChar - - Format - Language - name: Liens @@ -59,11 +58,15 @@ settings: name: footnote items: - footnotes + - + name: Math + items: + - ckeditor_wiris_formulaEditor plugins: language: language_list: un stylescombo: - styles: "h4.inter-titre|Inter-titre\r\nh1.title-part|part's title\r\np.quote|Quote\r\np.epigraph|Epigraph" + styles: "h4.title-niv4|title niv4\r\nh5.title-niv5|title niv5\r\nh6.title-niv6|title niv6\r\nh7.intertitre-niv7|Intertitre niv7\r\np.quote|Quote\r\np.psychologist-instruction|Psychologist Instruction\r\np.note | Note\r\nh8.note-title | Note Title\r\np.caution | Caution\r\nh9.caution-title | Caution Title\r\n\r\np.liste-tiret | Liste tiret" drupallink: linkit_enabled: true linkit_profile: default diff --git a/config/sync/field.field.node.book.body.yml b/config/sync/field.field.node.book.body.yml deleted file mode 100644 index c03aa7c..0000000 --- a/config/sync/field.field.node.book.body.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 476da091-88a0-4d31-a430-70c8f33a744f -langcode: fr -status: true -dependencies: - config: - - field.storage.node.body - - node.type.book - module: - - text -_core: - default_config_hash: 718sPNbCWIXxNeDj1kRMyvll4TdMM9sxlzPrShb1dKU -id: node.book.body -field_name: body -entity_type: node -bundle: book -label: Body -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: - display_summary: true - required_summary: false -field_type: text_with_summary diff --git a/config/sync/field.field.node.book.field_article.yml b/config/sync/field.field.node.book.field_article.yml index 9a5399c..be88f72 100644 --- a/config/sync/field.field.node.book.field_article.yml +++ b/config/sync/field.field.node.book.field_article.yml @@ -6,8 +6,9 @@ dependencies: - field.storage.node.field_article - node.type.book - paragraphs.paragraphs_type.image - - paragraphs.paragraphs_type.subheading + - paragraphs.paragraphs_type.images_two_col - paragraphs.paragraphs_type.tablefield + - paragraphs.paragraphs_type.tablefields_two_col - paragraphs.paragraphs_type.text module: - entity_reference_revisions @@ -25,10 +26,11 @@ settings: handler: 'default:paragraph' handler_settings: target_bundles: - subheading: subheading text: text image: image tablefield: tablefield + images_two_col: images_two_col + tablefields_two_col: tablefields_two_col negate: 0 target_bundles_drag_drop: article: @@ -40,12 +42,18 @@ settings: image: weight: -10 enabled: true + images_two_col: + weight: 12 + enabled: true subheading: weight: -12 - enabled: true + enabled: false tablefield: weight: -9 enabled: true + tablefields_two_col: + weight: 16 + enabled: true text: weight: -11 enabled: true diff --git a/config/sync/field.field.node.book.field_articles.yml b/config/sync/field.field.node.book.field_articles.yml deleted file mode 100644 index e8baec7..0000000 --- a/config/sync/field.field.node.book.field_articles.yml +++ /dev/null @@ -1,52 +0,0 @@ -uuid: 0a631bd4-a1e5-4bf2-ab5a-519fab52871c -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_articles - - node.type.book - - paragraphs.paragraphs_type.article - module: - - entity_reference_revisions -id: node.book.field_articles -field_name: field_articles -entity_type: node -bundle: book -label: Articles -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: - article: article - negate: 0 - target_bundles_drag_drop: - article: - weight: 9 - enabled: true - article_2: - weight: 10 - enabled: false - chapitre: - weight: 11 - enabled: false - image: - weight: 12 - enabled: false - subheading: - weight: 13 - enabled: false - tablefield: - weight: 14 - enabled: false - texte: - weight: 15 - enabled: false - title: - weight: 16 - enabled: false -field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.book.field_bookpage_subheading.yml b/config/sync/field.field.node.book.field_bookpage_subheading.yml deleted file mode 100644 index 12bf0bf..0000000 --- a/config/sync/field.field.node.book.field_bookpage_subheading.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: dedc9ff2-0efc-42ce-bb75-225e31b45824 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_bookpage_subheading - - node.type.book - module: - - text -id: node.book.field_bookpage_subheading -field_name: field_bookpage_subheading -entity_type: node -bundle: book -label: SubHeading -description: '' -required: false -translatable: true -default_value: { } -default_value_callback: '' -settings: { } -field_type: text diff --git a/config/sync/field.field.node.book.field_image.yml b/config/sync/field.field.node.book.field_image.yml deleted file mode 100644 index 247c772..0000000 --- a/config/sync/field.field.node.book.field_image.yml +++ /dev/null @@ -1,49 +0,0 @@ -uuid: f47eb50d-25a3-462f-ae9b-d5cd3d97009d -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_image - - node.type.book - - paragraphs.paragraphs_type.image - module: - - entity_reference_revisions -id: node.book.field_image -field_name: field_image -entity_type: node -bundle: book -label: Image -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: - image: image - negate: 0 - target_bundles_drag_drop: - article: - weight: 8 - enabled: false - chapitre: - weight: 9 - enabled: false - image: - weight: 10 - enabled: true - subheading: - weight: 11 - enabled: false - tablefield: - weight: 12 - enabled: false - text: - weight: 13 - enabled: false - title: - weight: 14 - enabled: false -field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.book.field_parent_book.yml b/config/sync/field.field.node.book.field_parent_book.yml index 22b95b9..1fd0e9b 100644 --- a/config/sync/field.field.node.book.field_parent_book.yml +++ b/config/sync/field.field.node.book.field_parent_book.yml @@ -5,6 +5,7 @@ dependencies: config: - field.storage.node.field_parent_book - node.type.book + - taxonomy.vocabulary.book id: node.book.field_parent_book field_name: field_parent_book entity_type: node @@ -17,5 +18,12 @@ default_value: { } default_value_callback: '' settings: handler: 'default:taxonomy_term' - handler_settings: { } + handler_settings: + target_bundles: + book: book + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' field_type: entity_reference diff --git a/config/sync/field.field.node.book.field_subheading.yml b/config/sync/field.field.node.book.field_subheading.yml deleted file mode 100644 index ad9afeb..0000000 --- a/config/sync/field.field.node.book.field_subheading.yml +++ /dev/null @@ -1,49 +0,0 @@ -uuid: 36d217ba-0cbc-4726-9310-7bf6231d7f78 -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_subheading - - node.type.book - - paragraphs.paragraphs_type.subheading - module: - - entity_reference_revisions -id: node.book.field_subheading -field_name: field_subheading -entity_type: node -bundle: book -label: Subheading -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: - subheading: subheading - negate: 0 - target_bundles_drag_drop: - article: - weight: 8 - enabled: false - chapitre: - weight: 9 - enabled: false - image: - weight: 10 - enabled: false - subheading: - weight: 11 - enabled: true - tablefield: - weight: 12 - enabled: false - text: - weight: 13 - enabled: false - title: - weight: 14 - enabled: false -field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.book.field_tablefield.yml b/config/sync/field.field.node.book.field_tablefield.yml deleted file mode 100644 index e9dcab0..0000000 --- a/config/sync/field.field.node.book.field_tablefield.yml +++ /dev/null @@ -1,49 +0,0 @@ -uuid: f8bb0cc4-2f4c-4e97-8bb4-2c9b95a8481b -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_tablefield - - node.type.book - - paragraphs.paragraphs_type.tablefield - module: - - entity_reference_revisions -id: node.book.field_tablefield -field_name: field_tablefield -entity_type: node -bundle: book -label: Tablefield -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: - tablefield: tablefield - negate: 0 - target_bundles_drag_drop: - article: - weight: 8 - enabled: false - chapitre: - weight: 9 - enabled: false - image: - weight: 10 - enabled: false - subheading: - weight: 11 - enabled: false - tablefield: - weight: 12 - enabled: true - text: - weight: 13 - enabled: false - title: - weight: 14 - enabled: false -field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.book.field_text.yml b/config/sync/field.field.node.book.field_text.yml deleted file mode 100644 index 34d1fb0..0000000 --- a/config/sync/field.field.node.book.field_text.yml +++ /dev/null @@ -1,49 +0,0 @@ -uuid: 80108781-8eb8-488b-9f61-52a643fa05ba -langcode: en -status: true -dependencies: - config: - - field.storage.node.field_text - - node.type.book - - paragraphs.paragraphs_type.text - module: - - entity_reference_revisions -id: node.book.field_text -field_name: field_text -entity_type: node -bundle: book -label: Text -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: - text: text - negate: 0 - target_bundles_drag_drop: - article: - weight: 8 - enabled: false - chapitre: - weight: 9 - enabled: false - image: - weight: 10 - enabled: false - subheading: - weight: 11 - enabled: false - tablefield: - weight: 12 - enabled: false - text: - weight: 13 - enabled: true - title: - weight: 14 - enabled: false -field_type: entity_reference_revisions diff --git a/config/sync/field.field.paragraph.article.field_article.yml b/config/sync/field.field.paragraph.article.field_article.yml index 9b2e7be..30efa4e 100644 --- a/config/sync/field.field.paragraph.article.field_article.yml +++ b/config/sync/field.field.paragraph.article.field_article.yml @@ -6,7 +6,7 @@ dependencies: - field.storage.paragraph.field_article - paragraphs.paragraphs_type.article - paragraphs.paragraphs_type.image - - paragraphs.paragraphs_type.subheading + - paragraphs.paragraphs_type.images_two_col - paragraphs.paragraphs_type.tablefield - paragraphs.paragraphs_type.text - paragraphs.paragraphs_type.title @@ -28,7 +28,7 @@ settings: target_bundles: title: title image: image - subheading: subheading + images_two_col: images_two_col tablefield: tablefield text: text negate: 0 @@ -36,18 +36,18 @@ settings: article: weight: -17 enabled: false - article_2: - weight: -16 - enabled: false chapitre: weight: -15 enabled: false image: weight: -11 enabled: true + images_two_col: + weight: 12 + enabled: true subheading: weight: 13 - enabled: true + enabled: false tablefield: weight: 14 enabled: true diff --git a/config/sync/field.field.paragraph.chapitre.field_chapitre.yml b/config/sync/field.field.paragraph.chapitre.field_chapitre.yml deleted file mode 100644 index 1b2e23c..0000000 --- a/config/sync/field.field.paragraph.chapitre.field_chapitre.yml +++ /dev/null @@ -1,44 +0,0 @@ -uuid: 50c86302-6e93-4860-8dbf-fa332b6a823d -langcode: en -status: true -dependencies: - config: - - field.storage.paragraph.field_chapitre - - paragraphs.paragraphs_type.chapitre - module: - - entity_reference_revisions -id: paragraph.chapitre.field_chapitre -field_name: field_chapitre -entity_type: paragraph -bundle: chapitre -label: chapitre -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: - handler: 'default:paragraph' - handler_settings: - target_bundles: { } - 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.chapitre.field_titre_chapitre.yml b/config/sync/field.field.paragraph.chapitre.field_titre_chapitre.yml deleted file mode 100644 index ca8a597..0000000 --- a/config/sync/field.field.paragraph.chapitre.field_titre_chapitre.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: bbfa6e4a-8426-4c74-847f-2b5ecd93390e -langcode: en -status: true -dependencies: - config: - - field.storage.paragraph.field_titre_chapitre - - paragraphs.paragraphs_type.chapitre - module: - - text -id: paragraph.chapitre.field_titre_chapitre -field_name: field_titre_chapitre -entity_type: paragraph -bundle: chapitre -label: Titre -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: text diff --git a/config/sync/field.field.paragraph.images_two_col.field_image_left.yml b/config/sync/field.field.paragraph.images_two_col.field_image_left.yml new file mode 100644 index 0000000..44f525a --- /dev/null +++ b/config/sync/field.field.paragraph.images_two_col.field_image_left.yml @@ -0,0 +1,38 @@ +uuid: 3c4e7bf4-90c9-44e5-bccf-27952a857f9a +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_image_left + - paragraphs.paragraphs_type.images_two_col + module: + - image +id: paragraph.images_two_col.field_image_left +field_name: field_image_left +entity_type: paragraph +bundle: images_two_col +label: image-left +description: '' +required: false +translatable: false +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: true + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +field_type: image diff --git a/config/sync/field.field.paragraph.images_two_col.field_image_right.yml b/config/sync/field.field.paragraph.images_two_col.field_image_right.yml new file mode 100644 index 0000000..66607f1 --- /dev/null +++ b/config/sync/field.field.paragraph.images_two_col.field_image_right.yml @@ -0,0 +1,38 @@ +uuid: f376088f-b4b1-4c1f-8859-e1c71d45849e +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_image_right + - paragraphs.paragraphs_type.images_two_col + module: + - image +id: paragraph.images_two_col.field_image_right +field_name: field_image_right +entity_type: paragraph +bundle: images_two_col +label: image-right +description: '' +required: false +translatable: false +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: true + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null +field_type: image diff --git a/config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_left.yml b/config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_left.yml new file mode 100644 index 0000000..072cecc --- /dev/null +++ b/config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_left.yml @@ -0,0 +1,78 @@ +uuid: d119e246-459a-4c7e-8b39-c912d105a23b +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_tablefield_left + - paragraphs.paragraphs_type.tablefields_two_col + module: + - tablefield + - tablefield_required +third_party_settings: + tablefield_required: + required_rows: '' + required_cols: '' + multivalue_inherit: false +id: paragraph.tablefields_two_col.field_tablefield_left +field_name: field_tablefield_left +entity_type: paragraph +bundle: tablefields_two_col +label: tablefield-left +description: '' +required: false +translatable: false +default_value: + - + rebuild: + cols: '5' + rows: '5' + value: + 0: + weight: '0' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 1: + weight: '1' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 2: + weight: '2' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 3: + weight: '3' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 4: + weight: '4' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + caption: '' + format: null + caption: '' +default_value_callback: '' +settings: + export: false + restrict_rebuild: true + restrict_import: true + lock_values: false + cell_processing: 1 + empty_rules: + ignore_table_structure: false + ignore_table_header: false +field_type: tablefield diff --git a/config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_right.yml b/config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_right.yml new file mode 100644 index 0000000..ee28379 --- /dev/null +++ b/config/sync/field.field.paragraph.tablefields_two_col.field_tablefield_right.yml @@ -0,0 +1,78 @@ +uuid: 30148cba-293f-4a76-919c-b65e14bed675 +langcode: fr +status: true +dependencies: + config: + - field.storage.paragraph.field_tablefield_right + - paragraphs.paragraphs_type.tablefields_two_col + module: + - tablefield + - tablefield_required +third_party_settings: + tablefield_required: + required_rows: '' + required_cols: '' + multivalue_inherit: false +id: paragraph.tablefields_two_col.field_tablefield_right +field_name: field_tablefield_right +entity_type: paragraph +bundle: tablefields_two_col +label: tablefield-right +description: '' +required: false +translatable: false +default_value: + - + rebuild: + cols: '5' + rows: '5' + value: + 0: + weight: '0' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 1: + weight: '1' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 2: + weight: '2' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 3: + weight: '3' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + 4: + weight: '4' + 0: '' + 1: '' + 2: '' + 3: '' + 4: '' + caption: '' + format: null + caption: '' +default_value_callback: '' +settings: + export: false + restrict_rebuild: true + restrict_import: true + lock_values: false + cell_processing: 1 + empty_rules: + ignore_table_structure: false + ignore_table_header: false +field_type: tablefield diff --git a/config/sync/field.storage.node.field_articles.yml b/config/sync/field.storage.node.field_articles.yml deleted file mode 100644 index e005684..0000000 --- a/config/sync/field.storage.node.field_articles.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 326c4219-61aa-4306-876c-2e0c49f3adfd -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - node - - paragraphs -id: node.field_articles -field_name: field_articles -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.node.field_bookpage_subheading.yml b/config/sync/field.storage.node.field_bookpage_subheading.yml deleted file mode 100644 index 604cb87..0000000 --- a/config/sync/field.storage.node.field_bookpage_subheading.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 848bc9ff-51f8-4492-840c-0bbc5f83bbc5 -langcode: en -status: true -dependencies: - module: - - node - - text -id: node.field_bookpage_subheading -field_name: field_bookpage_subheading -entity_type: node -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.node.field_image.yml b/config/sync/field.storage.node.field_image.yml deleted file mode 100644 index 6e9bce1..0000000 --- a/config/sync/field.storage.node.field_image.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 98e3a681-3df7-4058-adc9-4f9c06bef80c -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - node - - paragraphs -id: node.field_image -field_name: field_image -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.node.field_subheading.yml b/config/sync/field.storage.node.field_subheading.yml deleted file mode 100644 index 0853edc..0000000 --- a/config/sync/field.storage.node.field_subheading.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 1e129d5f-ee04-4963-9455-7c29ab099a8a -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - node - - paragraphs -id: node.field_subheading -field_name: field_subheading -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.node.field_tablefield.yml b/config/sync/field.storage.node.field_tablefield.yml deleted file mode 100644 index 229e182..0000000 --- a/config/sync/field.storage.node.field_tablefield.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: c7cd45c5-ff8c-4da4-996d-fcba9e2989b2 -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - node - - paragraphs -id: node.field_tablefield -field_name: field_tablefield -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.node.field_text.yml b/config/sync/field.storage.node.field_text.yml deleted file mode 100644 index 73e2a42..0000000 --- a/config/sync/field.storage.node.field_text.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 5648fd9e-4ea0-45d5-8cfb-a28d8f6f77ce -langcode: en -status: true -dependencies: - module: - - entity_reference_revisions - - node - - paragraphs -id: node.field_text -field_name: field_text -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 deleted file mode 100644 index 85f1608..0000000 --- a/config/sync/field.storage.paragraph.field_chapitre.yml +++ /dev/null @@ -1,20 +0,0 @@ -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_image_left.yml b/config/sync/field.storage.paragraph.field_image_left.yml new file mode 100644 index 0000000..e3033ef --- /dev/null +++ b/config/sync/field.storage.paragraph.field_image_left.yml @@ -0,0 +1,30 @@ +uuid: 4155e8a5-59d3-4b8a-9c1b-a595bab3758d +langcode: fr +status: true +dependencies: + module: + - file + - image + - paragraphs +id: paragraph.field_image_left +field_name: field_image_left +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_image_right.yml b/config/sync/field.storage.paragraph.field_image_right.yml new file mode 100644 index 0000000..24133c7 --- /dev/null +++ b/config/sync/field.storage.paragraph.field_image_right.yml @@ -0,0 +1,30 @@ +uuid: 788c59ea-5b4e-456c-a1d7-ff288e895485 +langcode: fr +status: true +dependencies: + module: + - file + - image + - paragraphs +id: paragraph.field_image_right +field_name: field_image_right +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_tablefield_left.yml b/config/sync/field.storage.paragraph.field_tablefield_left.yml new file mode 100644 index 0000000..0f276ab --- /dev/null +++ b/config/sync/field.storage.paragraph.field_tablefield_left.yml @@ -0,0 +1,19 @@ +uuid: 73149ac1-1cbd-4fdb-bb35-b6c091ceb2c9 +langcode: fr +status: true +dependencies: + module: + - paragraphs + - tablefield +id: paragraph.field_tablefield_left +field_name: field_tablefield_left +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_tablefield_right.yml b/config/sync/field.storage.paragraph.field_tablefield_right.yml new file mode 100644 index 0000000..b5daf7f --- /dev/null +++ b/config/sync/field.storage.paragraph.field_tablefield_right.yml @@ -0,0 +1,19 @@ +uuid: 9bb89331-3ad7-495c-ba10-90b1264c7430 +langcode: fr +status: true +dependencies: + module: + - paragraphs + - tablefield +id: paragraph.field_tablefield_right +field_name: field_tablefield_right +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_titre_chapitre.yml b/config/sync/field.storage.paragraph.field_titre_chapitre.yml deleted file mode 100644 index 5b79117..0000000 --- a/config/sync/field.storage.paragraph.field_titre_chapitre.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 53e1c13c-0940-4963-8ba8-31cd9bb4e8af -langcode: en -status: true -dependencies: - module: - - paragraphs - - text -id: paragraph.field_titre_chapitre -field_name: field_titre_chapitre -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/filter.format.tablecell.yml b/config/sync/filter.format.tablecell.yml index 3ba4ed1..42eb710 100644 --- a/config/sync/filter.format.tablecell.yml +++ b/config/sync/filter.format.tablecell.yml @@ -7,7 +7,7 @@ dependencies: - url_to_video_filter name: tablecell format: tablecell -weight: 0 +weight: 1 filters: filter_html: id: filter_html @@ -15,8 +15,8 @@ filters: status: true weight: -10 settings: - allowed_html: '
' - filter_html_help: true + allowed_html: '