Browse Source

created articles and thématique content types

Bachir Soussi Chiadmi 5 years ago
parent
commit
c9109bbd4a
28 changed files with 1187 additions and 4 deletions
  1. 22 0
      config/sync/core.base_field_override.node.article.promote.yml
  2. 22 0
      config/sync/core.base_field_override.node.thematique.promote.yml
  3. 223 0
      config/sync/core.entity_form_display.node.article.default.yml
  4. 107 0
      config/sync/core.entity_form_display.node.thematique.default.yml
  5. 128 0
      config/sync/core.entity_view_display.node.article.default.yml
  6. 51 0
      config/sync/core.entity_view_display.node.article.teaser.yml
  7. 47 0
      config/sync/core.entity_view_display.node.thematique.default.yml
  8. 31 0
      config/sync/core.entity_view_display.node.thematique.teaser.yml
  9. 1 2
      config/sync/core.extension.yml
  10. 22 0
      config/sync/field.field.node.article.body.yml
  11. 28 0
      config/sync/field.field.node.article.field_linked_materials.yml
  12. 19 0
      config/sync/field.field.node.article.field_memo.yml
  13. 22 0
      config/sync/field.field.node.article.field_migration.yml
  14. 29 0
      config/sync/field.field.node.article.field_showroom.yml
  15. 23 0
      config/sync/field.field.node.article.field_source.yml
  16. 29 0
      config/sync/field.field.node.article.field_tags.yml
  17. 29 0
      config/sync/field.field.node.article.field_thesaurus.yml
  18. 25 0
      config/sync/field.field.node.article.field_video.yml
  19. 38 0
      config/sync/field.field.node.article.field_visuel.yml
  20. 22 0
      config/sync/field.field.node.article.field_workflow.yml
  21. 22 0
      config/sync/field.field.node.thematique.body.yml
  22. 28 0
      config/sync/field.field.node.thematique.field_linked_materials.yml
  23. 29 0
      config/sync/field.field.node.thematique.field_tags.yml
  24. 11 0
      config/sync/language.content_settings.node.thematique.yml
  25. 18 0
      config/sync/node.type.article.yml
  26. 17 0
      config/sync/node.type.thematique.yml
  27. 1 1
      config/sync/system.theme.yml
  28. 143 1
      config/sync/views.view.admin_nodes.yml

+ 22 - 0
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

+ 22 - 0
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

+ 223 - 0
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

+ 107 - 0
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: {  }

+ 128 - 0
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

+ 51 - 0
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

+ 47 - 0
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

+ 31 - 0
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

+ 1 - 2
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

+ 22 - 0
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

+ 28 - 0
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

+ 19 - 0
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

+ 22 - 0
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

+ 29 - 0
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

+ 23 - 0
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

+ 29 - 0
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

+ 29 - 0
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

+ 25 - 0
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

+ 38 - 0
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

+ 22 - 0
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

+ 22 - 0
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

+ 28 - 0
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

+ 29 - 0
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

+ 11 - 0
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

+ 18 - 0
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

+ 17 - 0
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

+ 1 - 1
config/sync/system.theme.yml

@@ -1,4 +1,4 @@
-admin: adminimal_theme
+admin: matminimal
 langcode: fr
 _core:
   default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg

+ 143 - 1
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: