From c9109bbd4a96e115732723c8ed529495262a741f Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 12 Feb 2019 19:50:24 +0100 Subject: [PATCH] =?UTF-8?q?created=20articles=20and=20th=C3=A9matique=20co?= =?UTF-8?q?ntent=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...se_field_override.node.article.promote.yml | 22 ++ ...field_override.node.thematique.promote.yml | 22 ++ ...tity_form_display.node.article.default.yml | 223 ++++++++++++++++++ ...y_form_display.node.thematique.default.yml | 107 +++++++++ ...tity_view_display.node.article.default.yml | 128 ++++++++++ ...ntity_view_display.node.article.teaser.yml | 51 ++++ ...y_view_display.node.thematique.default.yml | 47 ++++ ...ty_view_display.node.thematique.teaser.yml | 31 +++ config/sync/core.extension.yml | 3 +- config/sync/field.field.node.article.body.yml | 22 ++ ...ld.node.article.field_linked_materials.yml | 28 +++ .../field.field.node.article.field_memo.yml | 19 ++ ...eld.field.node.article.field_migration.yml | 22 ++ ...ield.field.node.article.field_showroom.yml | 29 +++ .../field.field.node.article.field_source.yml | 23 ++ .../field.field.node.article.field_tags.yml | 29 +++ ...eld.field.node.article.field_thesaurus.yml | 29 +++ .../field.field.node.article.field_video.yml | 25 ++ .../field.field.node.article.field_visuel.yml | 38 +++ ...ield.field.node.article.field_workflow.yml | 22 ++ .../sync/field.field.node.thematique.body.yml | 22 ++ ...node.thematique.field_linked_materials.yml | 28 +++ ...field.field.node.thematique.field_tags.yml | 29 +++ ...guage.content_settings.node.thematique.yml | 11 + config/sync/node.type.article.yml | 18 ++ config/sync/node.type.thematique.yml | 17 ++ config/sync/system.theme.yml | 2 +- config/sync/views.view.admin_nodes.yml | 144 ++++++++++- 28 files changed, 1187 insertions(+), 4 deletions(-) create mode 100644 config/sync/core.base_field_override.node.article.promote.yml create mode 100644 config/sync/core.base_field_override.node.thematique.promote.yml create mode 100644 config/sync/core.entity_form_display.node.article.default.yml create mode 100644 config/sync/core.entity_form_display.node.thematique.default.yml create mode 100644 config/sync/core.entity_view_display.node.article.default.yml create mode 100644 config/sync/core.entity_view_display.node.article.teaser.yml create mode 100644 config/sync/core.entity_view_display.node.thematique.default.yml create mode 100644 config/sync/core.entity_view_display.node.thematique.teaser.yml create mode 100644 config/sync/field.field.node.article.body.yml create mode 100644 config/sync/field.field.node.article.field_linked_materials.yml create mode 100644 config/sync/field.field.node.article.field_memo.yml create mode 100644 config/sync/field.field.node.article.field_migration.yml create mode 100644 config/sync/field.field.node.article.field_showroom.yml create mode 100644 config/sync/field.field.node.article.field_source.yml create mode 100644 config/sync/field.field.node.article.field_tags.yml create mode 100644 config/sync/field.field.node.article.field_thesaurus.yml create mode 100644 config/sync/field.field.node.article.field_video.yml create mode 100644 config/sync/field.field.node.article.field_visuel.yml create mode 100644 config/sync/field.field.node.article.field_workflow.yml create mode 100644 config/sync/field.field.node.thematique.body.yml create mode 100644 config/sync/field.field.node.thematique.field_linked_materials.yml create mode 100644 config/sync/field.field.node.thematique.field_tags.yml create mode 100644 config/sync/language.content_settings.node.thematique.yml create mode 100644 config/sync/node.type.article.yml create mode 100644 config/sync/node.type.thematique.yml diff --git a/config/sync/core.base_field_override.node.article.promote.yml b/config/sync/core.base_field_override.node.article.promote.yml new file mode 100644 index 00000000..5e5418e7 --- /dev/null +++ b/config/sync/core.base_field_override.node.article.promote.yml @@ -0,0 +1,22 @@ +uuid: 79981a9e-97bb-4a47-8daf-f3626da6b88f +langcode: en +status: true +dependencies: + config: + - node.type.article +id: node.article.promote +field_name: promote +entity_type: node +bundle: article +label: 'Promoted to front page' +description: '' +required: false +translatable: true +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.thematique.promote.yml b/config/sync/core.base_field_override.node.thematique.promote.yml new file mode 100644 index 00000000..14dddf98 --- /dev/null +++ b/config/sync/core.base_field_override.node.thematique.promote.yml @@ -0,0 +1,22 @@ +uuid: e0272ea2-d915-459d-8672-2a6a6c2f0117 +langcode: en +status: true +dependencies: + config: + - node.type.thematique +id: node.thematique.promote +field_name: promote +entity_type: node +bundle: thematique +label: 'Promoted to front page' +description: '' +required: false +translatable: true +default_value: + - + value: 0 +default_value_callback: '' +settings: + on_label: 'On' + off_label: 'Off' +field_type: boolean diff --git a/config/sync/core.entity_form_display.node.article.default.yml b/config/sync/core.entity_form_display.node.article.default.yml new file mode 100644 index 00000000..49b2f490 --- /dev/null +++ b/config/sync/core.entity_form_display.node.article.default.yml @@ -0,0 +1,223 @@ +uuid: 89d77bfc-1516-4d99-90bb-f9687de086fc +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.field_linked_materials + - field.field.node.article.field_memo + - field.field.node.article.field_migration + - field.field.node.article.field_showroom + - field.field.node.article.field_source + - field.field.node.article.field_tags + - field.field.node.article.field_thesaurus + - field.field.node.article.field_video + - field.field.node.article.field_visuel + - field.field.node.article.field_workflow + - image.style.thumbnail + - node.type.article + module: + - field_group + - image + - link + - text + - video_embed_field + - workflow +third_party_settings: + field_group: + group_htabs: + children: + - group_contents + - group_media + - group_taxonomy + - group_internal + parent_name: '' + weight: 0 + format_type: tabs + format_settings: + id: '' + classes: '' + direction: horizontal + label: htabs + group_contents: + children: + - title + - field_source + - body + - field_linked_materials + parent_name: group_htabs + weight: 10 + format_type: tab + format_settings: + id: '' + classes: '' + formatter: open + description: '' + required_fields: true + label: Contents + group_media: + children: + - field_visuel + - field_video + parent_name: group_htabs + weight: 11 + format_type: tab + format_settings: + id: '' + classes: '' + formatter: open + description: '' + required_fields: true + label: media + group_taxonomy: + children: + - field_thesaurus + - field_tags + - field_showroom + parent_name: group_htabs + weight: 12 + format_type: tab + format_settings: + id: '' + classes: '' + formatter: open + description: '' + required_fields: true + label: Taxonomy + group_internal: + children: + - langcode + - translation + - field_workflow + - field_migration + - field_memo + parent_name: group_htabs + weight: 13 + format_type: tab + format_settings: + id: '' + classes: '' + formatter: open + description: '' + required_fields: true + label: Internal +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + type: text_textarea_with_summary + weight: 3 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + third_party_settings: { } + region: content + field_linked_materials: + weight: 4 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_memo: + weight: 6 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: string_textarea + region: content + field_migration: + weight: 5 + settings: { } + third_party_settings: { } + type: workflow_default + region: content + field_showroom: + weight: 21 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_source: + weight: 2 + settings: + placeholder_url: '' + placeholder_title: '' + third_party_settings: { } + type: link_default + region: content + field_tags: + weight: 20 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_thesaurus: + weight: 19 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_video: + weight: 18 + settings: { } + third_party_settings: { } + type: video_embed_field_textfield + region: content + field_visuel: + weight: 17 + settings: + progress_indicator: throbber + preview_image_style: thumbnail + third_party_settings: { } + type: image_image + region: content + field_workflow: + weight: 4 + settings: { } + third_party_settings: { } + type: workflow_default + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + title: + type: string_textfield + weight: 1 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + translation: + weight: 3 + region: content + settings: { } + third_party_settings: { } +hidden: + created: true + path: true + promote: true + status: true + sticky: true + uid: true + url_redirects: true diff --git a/config/sync/core.entity_form_display.node.thematique.default.yml b/config/sync/core.entity_form_display.node.thematique.default.yml new file mode 100644 index 00000000..c0eb35a6 --- /dev/null +++ b/config/sync/core.entity_form_display.node.thematique.default.yml @@ -0,0 +1,107 @@ +uuid: f25f666a-c121-4d81-b328-6f7958e6fdc4 +langcode: en +status: true +dependencies: + config: + - field.field.node.thematique.body + - field.field.node.thematique.field_linked_materials + - field.field.node.thematique.field_tags + - node.type.thematique + module: + - path + - text +id: node.thematique.default +targetEntityType: node +bundle: thematique +mode: default +content: + body: + type: text_textarea_with_summary + weight: 121 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + third_party_settings: { } + region: content + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + field_linked_materials: + weight: 122 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + field_tags: + weight: 123 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + promote: + type: boolean_checkbox + settings: + display_label: true + weight: 15 + region: content + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 120 + region: content + third_party_settings: { } + sticky: + type: boolean_checkbox + settings: + display_label: true + weight: 16 + region: content + third_party_settings: { } + title: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + region: content + third_party_settings: { } + url_redirects: + weight: 50 + settings: { } + third_party_settings: { } + region: content +hidden: { } diff --git a/config/sync/core.entity_view_display.node.article.default.yml b/config/sync/core.entity_view_display.node.article.default.yml new file mode 100644 index 00000000..f3d92786 --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.default.yml @@ -0,0 +1,128 @@ +uuid: ab60d072-a007-43f9-829f-745a718d5d00 +langcode: en +status: true +dependencies: + config: + - field.field.node.article.body + - field.field.node.article.field_linked_materials + - field.field.node.article.field_memo + - field.field.node.article.field_migration + - field.field.node.article.field_showroom + - field.field.node.article.field_source + - field.field.node.article.field_tags + - field.field.node.article.field_thesaurus + - field.field.node.article.field_video + - field.field.node.article.field_visuel + - field.field.node.article.field_workflow + - node.type.article + module: + - image + - link + - options + - text + - user + - video_embed_field +id: node.article.default +targetEntityType: node +bundle: article +mode: default +content: + body: + label: hidden + type: text_default + weight: 101 + settings: { } + third_party_settings: { } + region: content + field_linked_materials: + weight: 107 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_memo: + weight: 108 + label: above + settings: { } + third_party_settings: { } + type: basic_string + region: content + field_migration: + weight: 109 + label: above + settings: { } + third_party_settings: { } + type: list_default + region: content + field_showroom: + weight: 111 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_source: + weight: 102 + label: above + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + type: link + region: content + field_tags: + weight: 106 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_thesaurus: + weight: 105 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_video: + weight: 104 + label: above + settings: + responsive: true + width: 854 + height: 480 + autoplay: true + third_party_settings: { } + type: video_embed_field_video + region: content + field_visuel: + weight: 103 + label: above + settings: + image_style: '' + image_link: '' + third_party_settings: { } + type: image + region: content + field_workflow: + weight: 110 + label: above + settings: { } + third_party_settings: { } + type: list_default + region: content + links: + weight: 100 + settings: { } + third_party_settings: { } + region: content +hidden: + langcode: true diff --git a/config/sync/core.entity_view_display.node.article.teaser.yml b/config/sync/core.entity_view_display.node.article.teaser.yml new file mode 100644 index 00000000..87f934df --- /dev/null +++ b/config/sync/core.entity_view_display.node.article.teaser.yml @@ -0,0 +1,51 @@ +uuid: f53041da-613d-44b6-8c96-ec8fb73fe3e8 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.article.body + - field.field.node.article.field_linked_materials + - field.field.node.article.field_memo + - field.field.node.article.field_migration + - field.field.node.article.field_showroom + - field.field.node.article.field_source + - field.field.node.article.field_tags + - field.field.node.article.field_thesaurus + - field.field.node.article.field_video + - field.field.node.article.field_visuel + - field.field.node.article.field_workflow + - node.type.article + module: + - text + - user +id: node.article.teaser +targetEntityType: node +bundle: article +mode: teaser +content: + body: + label: hidden + type: text_summary_or_trimmed + weight: 101 + settings: + trim_length: 600 + third_party_settings: { } + region: content + links: + weight: 100 + settings: { } + third_party_settings: { } + region: content +hidden: + field_linked_materials: true + field_memo: true + field_migration: true + field_showroom: true + field_source: true + field_tags: true + field_thesaurus: true + field_video: true + field_visuel: true + field_workflow: true + langcode: true diff --git a/config/sync/core.entity_view_display.node.thematique.default.yml b/config/sync/core.entity_view_display.node.thematique.default.yml new file mode 100644 index 00000000..537dfefe --- /dev/null +++ b/config/sync/core.entity_view_display.node.thematique.default.yml @@ -0,0 +1,47 @@ +uuid: 4aa7d3e5-0cc5-4d39-8d06-ea5771b5f582 +langcode: en +status: true +dependencies: + config: + - field.field.node.thematique.body + - field.field.node.thematique.field_linked_materials + - field.field.node.thematique.field_tags + - node.type.thematique + module: + - text + - user +id: node.thematique.default +targetEntityType: node +bundle: thematique +mode: default +content: + body: + label: hidden + type: text_default + weight: 101 + settings: { } + third_party_settings: { } + region: content + field_linked_materials: + weight: 102 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + field_tags: + weight: 103 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + region: content + links: + weight: 100 + settings: { } + third_party_settings: { } + region: content +hidden: + langcode: true diff --git a/config/sync/core.entity_view_display.node.thematique.teaser.yml b/config/sync/core.entity_view_display.node.thematique.teaser.yml new file mode 100644 index 00000000..cad5e5c5 --- /dev/null +++ b/config/sync/core.entity_view_display.node.thematique.teaser.yml @@ -0,0 +1,31 @@ +uuid: 0dfbb659-bb52-4c5e-a801-e9504b4e2ee3 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.node.teaser + - field.field.node.thematique.body + - node.type.thematique + module: + - text + - user +id: node.thematique.teaser +targetEntityType: node +bundle: thematique +mode: teaser +content: + body: + label: hidden + type: text_summary_or_trimmed + weight: 101 + settings: + trim_length: 600 + third_party_settings: { } + region: content + links: + weight: 100 + settings: { } + third_party_settings: { } + region: content +hidden: + langcode: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index ab10101c..7e11113a 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -11,7 +11,6 @@ module: better_exposed_filters: 0 betterlogin: 0 block: 0 - block_class: 0 breakpoint: 0 bulkdelete: 0 ckeditor: 0 @@ -30,7 +29,6 @@ module: cshs: 0 ctools: 0 ctools_block: 0 - ctools_views: 0 date_range_formatter: 0 datetime: 0 datetime_range: 0 @@ -125,6 +123,7 @@ theme: classy: 0 seven: 0 adminimal_theme: 0 + matminimal: 0 profile: figli_starter_kit _core: default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc diff --git a/config/sync/field.field.node.article.body.yml b/config/sync/field.field.node.article.body.yml new file mode 100644 index 00000000..7139bc93 --- /dev/null +++ b/config/sync/field.field.node.article.body.yml @@ -0,0 +1,22 @@ +uuid: 421bdb66-f722-4299-a5d8-4e9fd8c00faa +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.article + module: + - text +id: node.article.body +field_name: body +entity_type: node +bundle: article +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/config/sync/field.field.node.article.field_linked_materials.yml b/config/sync/field.field.node.article.field_linked_materials.yml new file mode 100644 index 00000000..85c8585a --- /dev/null +++ b/config/sync/field.field.node.article.field_linked_materials.yml @@ -0,0 +1,28 @@ +uuid: 070a71cf-d161-4747-b029-bdcbef67e987 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_linked_materials + - node.type.article + - node.type.materiau +id: node.article.field_linked_materials +field_name: field_linked_materials +entity_type: node +bundle: article +label: 'Linked Materials' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:node' + handler_settings: + target_bundles: + materiau: materiau + sort: + field: _none + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.article.field_memo.yml b/config/sync/field.field.node.article.field_memo.yml new file mode 100644 index 00000000..d0ed87fc --- /dev/null +++ b/config/sync/field.field.node.article.field_memo.yml @@ -0,0 +1,19 @@ +uuid: 205d97f7-f40f-4ada-830d-e76d9978c36d +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_memo + - node.type.article +id: node.article.field_memo +field_name: field_memo +entity_type: node +bundle: article +label: Memo +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string_long diff --git a/config/sync/field.field.node.article.field_migration.yml b/config/sync/field.field.node.article.field_migration.yml new file mode 100644 index 00000000..b612526a --- /dev/null +++ b/config/sync/field.field.node.article.field_migration.yml @@ -0,0 +1,22 @@ +uuid: f590405a-6a57-4392-82f4-ca43719edf1f +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_migration + - node.type.article + module: + - workflow +id: node.article.field_migration +field_name: field_migration +entity_type: node +bundle: article +label: Migration +description: '' +required: true +translatable: false +default_value: + - { } +default_value_callback: '' +settings: { } +field_type: workflow diff --git a/config/sync/field.field.node.article.field_showroom.yml b/config/sync/field.field.node.article.field_showroom.yml new file mode 100644 index 00000000..5167f25f --- /dev/null +++ b/config/sync/field.field.node.article.field_showroom.yml @@ -0,0 +1,29 @@ +uuid: 3153b805-3526-474b-ae19-76bae5e19bc9 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_showroom + - node.type.article + - taxonomy.vocabulary.showroom +id: node.article.field_showroom +field_name: field_showroom +entity_type: node +bundle: article +label: Showroom +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + showroom: showroom + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.article.field_source.yml b/config/sync/field.field.node.article.field_source.yml new file mode 100644 index 00000000..8b328a3c --- /dev/null +++ b/config/sync/field.field.node.article.field_source.yml @@ -0,0 +1,23 @@ +uuid: c29b55b2-f703-4257-a476-9286033ce3b9 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_source + - node.type.article + module: + - link +id: node.article.field_source +field_name: field_source +entity_type: node +bundle: article +label: Source +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + link_type: 16 + title: 1 +field_type: link diff --git a/config/sync/field.field.node.article.field_tags.yml b/config/sync/field.field.node.article.field_tags.yml new file mode 100644 index 00000000..b14a5ba7 --- /dev/null +++ b/config/sync/field.field.node.article.field_tags.yml @@ -0,0 +1,29 @@ +uuid: 9ef3dd59-5397-4ffa-bf4a-f75f5f636d4a +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.article + - taxonomy.vocabulary.tags +id: node.article.field_tags +field_name: field_tags +entity_type: node +bundle: article +label: Tags +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + tags: tags + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.article.field_thesaurus.yml b/config/sync/field.field.node.article.field_thesaurus.yml new file mode 100644 index 00000000..1f227abc --- /dev/null +++ b/config/sync/field.field.node.article.field_thesaurus.yml @@ -0,0 +1,29 @@ +uuid: 39ae59eb-8b61-49dd-a533-6bb8ebef31da +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_thesaurus + - node.type.article + - taxonomy.vocabulary.thesaurus +id: node.article.field_thesaurus +field_name: field_thesaurus +entity_type: node +bundle: article +label: Thesaurus +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + thesaurus: thesaurus + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.article.field_video.yml b/config/sync/field.field.node.article.field_video.yml new file mode 100644 index 00000000..6c907d51 --- /dev/null +++ b/config/sync/field.field.node.article.field_video.yml @@ -0,0 +1,25 @@ +uuid: c9bcf06b-c494-44b1-9cd5-7522eb17795a +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_video + - node.type.article + module: + - video_embed_field +id: node.article.field_video +field_name: field_video +entity_type: node +bundle: article +label: Video +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + allowed_providers: + youtube: youtube + vimeo: vimeo + youtube_playlist: '0' +field_type: video_embed_field diff --git a/config/sync/field.field.node.article.field_visuel.yml b/config/sync/field.field.node.article.field_visuel.yml new file mode 100644 index 00000000..a288a5da --- /dev/null +++ b/config/sync/field.field.node.article.field_visuel.yml @@ -0,0 +1,38 @@ +uuid: 3d374b80-de7a-49d8-9e2d-522628ee0a4c +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_visuel + - node.type.article + module: + - image +id: node.article.field_visuel +field_name: field_visuel +entity_type: node +bundle: article +label: Visuel +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: + file_directory: visuels + file_extensions: 'png gif jpg jpeg' + max_filesize: '' + max_resolution: '' + min_resolution: '' + alt_field: true + alt_field_required: false + title_field: true + title_field_required: false + default_image: + uuid: '' + alt: '' + title: '' + width: null + height: null + handler: 'default:file' + handler_settings: { } +field_type: image diff --git a/config/sync/field.field.node.article.field_workflow.yml b/config/sync/field.field.node.article.field_workflow.yml new file mode 100644 index 00000000..e06ca4f2 --- /dev/null +++ b/config/sync/field.field.node.article.field_workflow.yml @@ -0,0 +1,22 @@ +uuid: 994617f2-5432-4386-8450-1ad95e957cf7 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_workflow + - node.type.article + module: + - workflow +id: node.article.field_workflow +field_name: field_workflow +entity_type: node +bundle: article +label: Workflow +description: '' +required: true +translatable: false +default_value: + - { } +default_value_callback: '' +settings: { } +field_type: workflow diff --git a/config/sync/field.field.node.thematique.body.yml b/config/sync/field.field.node.thematique.body.yml new file mode 100644 index 00000000..835b4843 --- /dev/null +++ b/config/sync/field.field.node.thematique.body.yml @@ -0,0 +1,22 @@ +uuid: 20ecd2a6-9c57-498b-b86b-61c8c6cc5b73 +langcode: en +status: true +dependencies: + config: + - field.storage.node.body + - node.type.thematique + module: + - text +id: node.thematique.body +field_name: body +entity_type: node +bundle: thematique +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: true +field_type: text_with_summary diff --git a/config/sync/field.field.node.thematique.field_linked_materials.yml b/config/sync/field.field.node.thematique.field_linked_materials.yml new file mode 100644 index 00000000..cc83e7cb --- /dev/null +++ b/config/sync/field.field.node.thematique.field_linked_materials.yml @@ -0,0 +1,28 @@ +uuid: 645af660-c73c-4f46-a5cb-421f08fd78c3 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_linked_materials + - node.type.materiau + - node.type.thematique +id: node.thematique.field_linked_materials +field_name: field_linked_materials +entity_type: node +bundle: thematique +label: 'Linked Materials' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:node' + handler_settings: + target_bundles: + materiau: materiau + sort: + field: _none + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/field.field.node.thematique.field_tags.yml b/config/sync/field.field.node.thematique.field_tags.yml new file mode 100644 index 00000000..1e8e2ffb --- /dev/null +++ b/config/sync/field.field.node.thematique.field_tags.yml @@ -0,0 +1,29 @@ +uuid: 331b8d80-cbe9-472c-aa3d-68a12dc455c3 +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_tags + - node.type.thematique + - taxonomy.vocabulary.tags +id: node.thematique.field_tags +field_name: field_tags +entity_type: node +bundle: thematique +label: Tags +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:taxonomy_term' + handler_settings: + target_bundles: + tags: tags + sort: + field: name + direction: asc + auto_create: false + auto_create_bundle: '' +field_type: entity_reference diff --git a/config/sync/language.content_settings.node.thematique.yml b/config/sync/language.content_settings.node.thematique.yml new file mode 100644 index 00000000..a3942d83 --- /dev/null +++ b/config/sync/language.content_settings.node.thematique.yml @@ -0,0 +1,11 @@ +uuid: 5ada5ce5-1643-4379-9e85-42e547c1ec42 +langcode: en +status: true +dependencies: + config: + - node.type.thematique +id: node.thematique +target_entity_type_id: node +target_bundle: thematique +default_langcode: site_default +language_alterable: false diff --git a/config/sync/node.type.article.yml b/config/sync/node.type.article.yml new file mode 100644 index 00000000..762430b0 --- /dev/null +++ b/config/sync/node.type.article.yml @@ -0,0 +1,18 @@ +uuid: 0ea39d5b-ef7a-44e7-8f4b-4bfa14c772ea +langcode: en +status: true +dependencies: + module: + - menu_ui +third_party_settings: + menu_ui: + available_menus: + - main + parent: 'main:' +name: Article +type: article +description: '' +help: '' +new_revision: false +preview_mode: 1 +display_submitted: false diff --git a/config/sync/node.type.thematique.yml b/config/sync/node.type.thematique.yml new file mode 100644 index 00000000..f0625782 --- /dev/null +++ b/config/sync/node.type.thematique.yml @@ -0,0 +1,17 @@ +uuid: dad03690-96a1-41d1-9bb4-5bd0f6ee6ff0 +langcode: en +status: true +dependencies: + module: + - menu_ui +third_party_settings: + menu_ui: + available_menus: { } + parent: '' +name: Thematique +type: thematique +description: '' +help: '' +new_revision: true +preview_mode: 1 +display_submitted: false diff --git a/config/sync/system.theme.yml b/config/sync/system.theme.yml index 5712381c..eaf6083f 100644 --- a/config/sync/system.theme.yml +++ b/config/sync/system.theme.yml @@ -1,4 +1,4 @@ -admin: adminimal_theme +admin: matminimal langcode: fr _core: default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg diff --git a/config/sync/views.view.admin_nodes.yml b/config/sync/views.view.admin_nodes.yml index 883ed3c4..a23271ec 100644 --- a/config/sync/views.view.admin_nodes.yml +++ b/config/sync/views.view.admin_nodes.yml @@ -1809,7 +1809,149 @@ display: relationships: { } arguments: { } display_extenders: - views_ef_fieldset: { } + views_ef_fieldset: + views_ef_fieldset: + enabled: 0 + options: + sort: + root: + container_type: details + title: Filters + description: '' + open: '1' + weight: '0' + id: root + pid: '' + depth: '0' + type: container + type: + weight: '-16' + id: type + pid: root + depth: '1' + type: filter + title: + weight: '-16' + id: title + pid: root + depth: '1' + type: filter + field_manufacturer_target_id: + weight: '-16' + id: field_manufacturer_target_id + pid: root + depth: '1' + type: filter + field_distributor_target_id: + weight: '-16' + id: field_distributor_target_id + pid: root + depth: '1' + type: filter + field_memo_value: + weight: '-16' + id: field_memo_value + pid: root + depth: '1' + type: filter + field_migration_value: + weight: '-16' + id: field_migration_value + pid: root + depth: '1' + type: filter + field_workflow_value: + weight: '-16' + id: field_workflow_value + pid: root + depth: '1' + type: filter + submit: + weight: '-16' + id: submit + pid: root + depth: '1' + type: buttons + container-0: + container_type: details + title: 'Container 0' + description: '' + weight: '-15' + open: 0 + id: container-0 + pid: root + depth: '1' + type: container + container-1: + container_type: details + title: 'Container 1' + description: '' + weight: '-14' + open: 0 + id: container-1 + pid: root + depth: '1' + type: container + container-2: + container_type: details + title: 'Container 2' + description: '' + weight: '-13' + open: 0 + id: container-2 + pid: root + depth: '1' + type: container + container-3: + container_type: details + title: 'Container 3' + description: '' + weight: '-12' + open: 0 + id: container-3 + pid: root + depth: '1' + type: container + container-4: + container_type: details + title: 'Container 4' + description: '' + weight: '-11' + open: 0 + id: container-4 + pid: root + depth: '1' + type: container + container-5: + container_type: details + title: 'Container 5' + description: '' + weight: '-10' + open: 0 + id: container-5 + pid: root + depth: '1' + type: container + container-6: + container_type: details + title: 'Container 6' + description: '' + weight: '-9' + open: 0 + id: container-6 + pid: root + depth: '1' + type: container + container-7: + container_type: details + title: 'Container 7' + description: '' + weight: '-8' + open: 0 + id: container-7 + pid: root + depth: '1' + type: container filter_groups: operator: AND groups: