Explorar el Código

Merge branch 'master' of https://figureslibres.io/gogs/bachir/d9-eql

ouidade hace 3 años
padre
commit
fc275d47c7

+ 15 - 0
config/sync/core.entity_form_display.node.actualite.default.yml

@@ -11,6 +11,7 @@ dependencies:
     - field.field.node.actualite.field_liens
     - field.field.node.actualite.field_ress
     - field.field.node.actualite.field_sous_titre
+    - field.field.node.actualite.field_textes
     - image.style.thumbnail
     - node.type.actualite
   module:
@@ -19,6 +20,7 @@ dependencies:
     - file
     - image
     - link
+    - paragraphs
     - text
 third_party_settings:
   field_group:
@@ -62,6 +64,7 @@ third_party_settings:
         - field_sous_titre
         - field_date
         - body
+        - field_textes
       parent_name: group_tabs
       weight: 15
       format_type: tab
@@ -174,6 +177,18 @@ content:
     third_party_settings: {  }
     type: string_textfield
     region: content
+  field_textes:
+    weight: 8
+    settings:
+      title: Paragraph
+      title_plural: Paragraphs
+      edit_mode: open
+      add_mode: dropdown
+      form_display_mode: default
+      default_paragraph_type: ''
+    third_party_settings: {  }
+    type: entity_reference_paragraphs
+    region: content
   promote:
     type: boolean_checkbox
     settings:

+ 11 - 0
config/sync/core.entity_view_display.node.actualite.default.yml

@@ -11,10 +11,12 @@ dependencies:
     - field.field.node.actualite.field_liens
     - field.field.node.actualite.field_ress
     - field.field.node.actualite.field_sous_titre
+    - field.field.node.actualite.field_textes
     - image.style.wide
     - node.type.actualite
   module:
     - datetime
+    - entity_reference_revisions
     - file
     - image_field_caption
     - link
@@ -94,6 +96,15 @@ content:
     third_party_settings: {  }
     type: string
     region: content
+  field_textes:
+    weight: 10
+    label: above
+    settings:
+      view_mode: default
+      link: ''
+    third_party_settings: {  }
+    type: entity_reference_revisions_entity_view
+    region: content
   links:
     weight: 8
     region: content

+ 2 - 0
config/sync/core.entity_view_display.node.actualite.teaser.yml

@@ -12,6 +12,7 @@ dependencies:
     - field.field.node.actualite.field_liens
     - field.field.node.actualite.field_ress
     - field.field.node.actualite.field_sous_titre
+    - field.field.node.actualite.field_textes
     - node.type.actualite
   module:
     - datetime
@@ -71,6 +72,7 @@ hidden:
   field_liens: true
   field_ress: true
   field_sous_titre: true
+  field_textes: true
   langcode: true
   search_api_excerpt: true
   uid: true

+ 2 - 2
config/sync/core.entity_view_display.node.partenaires_logo_footer_.default.yml

@@ -9,7 +9,7 @@ dependencies:
     - field.field.node.partenaires_logo_footer_.field_logo
     - field.field.node.partenaires_logo_footer_.field_poid
     - field.field.node.partenaires_logo_footer_.field_type_de_partenaire
-    - image.style.thumbnail
+    - image.style.medium
     - node.type.partenaires_logo_footer_
   module:
     - file
@@ -40,7 +40,7 @@ content:
     weight: 0
     label: hidden
     settings:
-      image_style: thumbnail
+      image_style: medium
       image_link: ''
     third_party_settings:
       linked_field:

+ 1 - 1
config/sync/field.field.node.actualite.field_ress.yml

@@ -10,7 +10,7 @@ id: node.actualite.field_ress
 field_name: field_ress
 entity_type: node
 bundle: actualite
-label: 'Ressources liées'
+label: 'Ressource(s) liée(s)'
 description: ''
 required: false
 translatable: true

+ 40 - 0
config/sync/field.field.node.actualite.field_textes.yml

@@ -0,0 +1,40 @@
+uuid: 4799e7b0-efc2-4d4f-b6e0-ab9e84ef629f
+langcode: fr
+status: true
+dependencies:
+  config:
+    - field.storage.node.field_textes
+    - node.type.actualite
+    - paragraphs.paragraphs_type.texte
+  module:
+    - entity_reference_revisions
+id: node.actualite.field_textes
+field_name: field_textes
+entity_type: node
+bundle: actualite
+label: Textes
+description: ''
+required: false
+translatable: true
+default_value: {  }
+default_value_callback: ''
+settings:
+  handler: 'default:paragraph'
+  handler_settings:
+    negate: 0
+    target_bundles:
+      texte: texte
+    target_bundles_drag_drop:
+      equipe:
+        weight: 5
+        enabled: false
+      partenaire:
+        weight: 6
+        enabled: false
+      personne:
+        weight: 7
+        enabled: false
+      texte:
+        enabled: true
+        weight: 8
+field_type: entity_reference_revisions

+ 1 - 1
config/sync/field.field.node.static.field_ress.yml

@@ -10,7 +10,7 @@ id: node.static.field_ress
 field_name: field_ress
 entity_type: node
 bundle: static
-label: 'Ressources liées'
+label: 'Ressource(s) liée(s)'
 description: ''
 required: false
 translatable: true

+ 13 - 0
config/sync/page_manager.page_variant.home-panels_variant-0.yml

@@ -7,6 +7,7 @@ dependencies:
     - views.view.actus_blocks_pages
     - views.view.home_nodes
   content:
+    - 'block_content:custom:7db64d87-3e22-4fbd-9c11-2b95f5bef695'
     - 'block_content:link:1bb9024b-d95f-4137-894c-362abf10a483'
     - 'block_content:link:3ee1f633-aaa7-4b4c-a42a-02206e26d3a2'
     - 'block_content:link:9448ca2a-90e3-488b-89cf-8ec6a986a9ca'
@@ -88,6 +89,18 @@ variant_settings:
       weight: -1
       uuid: 55eebbc0-0094-4a1f-be54-ec7cd3ea860c
       context_mapping: {  }
+    3c171032-84f2-4e9e-831a-b20ea8f09f54:
+      id: 'block_content:7db64d87-3e22-4fbd-9c11-2b95f5bef695'
+      label: 'date limite de candidature'
+      provider: block_content
+      label_display: '0'
+      status: true
+      info: ''
+      view_mode: full
+      region: content
+      weight: 0
+      uuid: 3c171032-84f2-4e9e-831a-b20ea8f09f54
+      context_mapping: {  }
   id: panels_variant
   uuid: 7ba3fd73-2cc4-40a4-b645-7788cc1439aa
   label: null

+ 1 - 1
config/sync/page_manager.page_variant.node_view-panels_variant-0.yml

@@ -66,7 +66,7 @@ variant_settings:
         entity: node
     f864cdf2-c74e-42b2-a925-db40161be9da:
       id: 'entity_field:node:field_ress'
-      label: 'Ressources liées'
+      label: 'Ressource(s) liée(s)'
       provider: ctools_block
       label_display: visible
       formatter:

+ 196 - 0
config/sync/page_manager.page_variant.node_view-panels_variant-1.yml

@@ -0,0 +1,196 @@
+uuid: 437763e2-eab0-4fb8-a624-917098fb2127
+langcode: fr
+status: true
+dependencies:
+  config:
+    - page_manager.page.node_view
+  module:
+    - ctools
+    - ctools_block
+    - panels
+id: node_view-panels_variant-1
+label: actu
+variant: panels_variant
+variant_settings:
+  blocks:
+    4dc8f58f-10de-4b70-9e28-a70dcd42d351:
+      id: 'entity_field:node:field_textes'
+      label: Textes
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: entity_reference_revisions_entity_view
+        settings:
+          view_mode: textes_toc
+        third_party_settings: {  }
+        weight: 0
+      region: first
+      weight: 0
+      uuid: 4dc8f58f-10de-4b70-9e28-a70dcd42d351
+      context_mapping:
+        entity: node
+    fa8738f4-0b5c-46c8-aa7f-0d1cf2bb103b:
+      id: 'entity_field:node:field_textes'
+      label: Textes
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: entity_reference_revisions_entity_view
+        settings:
+          view_mode: default
+        third_party_settings: {  }
+        weight: 0
+      region: second
+      weight: 0
+      uuid: fa8738f4-0b5c-46c8-aa7f-0d1cf2bb103b
+      context_mapping:
+        entity: node
+    02a9077e-d535-49d9-b18c-f239190c290e:
+      id: 'entity_field:node:field_fichiers'
+      label: Fichiers
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: file_default
+        settings:
+          use_description_as_link_text: true
+        third_party_settings: {  }
+        weight: 0
+      region: third
+      weight: -3
+      uuid: 02a9077e-d535-49d9-b18c-f239190c290e
+      context_mapping:
+        entity: node
+    2842d698-26ad-4114-9192-d28b02709bb9:
+      id: 'entity_field:node:field_images'
+      label: Images
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: image_caption
+        settings:
+          image_style: wide
+          image_link: ''
+        third_party_settings: {  }
+        weight: 0
+      region: top
+      weight: -8
+      uuid: 2842d698-26ad-4114-9192-d28b02709bb9
+      context_mapping:
+        entity: node
+    97c656e9-4588-4941-869e-36fdf880aad2:
+      id: 'entity_field:node:title'
+      label: Titre
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: string
+        settings:
+          link_to_entity: false
+        third_party_settings: {  }
+        weight: 0
+      region: top
+      weight: -10
+      uuid: 97c656e9-4588-4941-869e-36fdf880aad2
+      context_mapping:
+        entity: node
+    b96ef78b-c0e8-4e63-9c8c-f7b31b25f2b8:
+      id: 'entity_field:node:field_date'
+      label: Date
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: datetime_default
+        settings:
+          timezone_override: ''
+          format_type: short_text
+        third_party_settings: {  }
+        weight: 0
+      region: top
+      weight: -9
+      uuid: b96ef78b-c0e8-4e63-9c8c-f7b31b25f2b8
+      context_mapping:
+        entity: node
+    3ac0a770-6460-476d-ac65-9d76b80beff2:
+      id: 'entity_field:node:field_ress'
+      label: 'Ressource(s) liée(s)'
+      provider: ctools_block
+      label_display: visible
+      formatter:
+        label: hidden
+        type: entity_reference_entity_view
+        settings:
+          view_mode: teaser
+        third_party_settings: {  }
+        weight: 0
+      region: third
+      weight: -1
+      uuid: 3ac0a770-6460-476d-ac65-9d76b80beff2
+      context_mapping:
+        entity: node
+    32528a9a-9057-4a25-a84b-90278be52cfb:
+      id: 'entity_field:node:field_liens'
+      label: Liens
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: link
+        settings:
+          trim_length: 80
+          url_only: false
+          url_plain: false
+          rel: '0'
+          target: '0'
+        third_party_settings: {  }
+        weight: 0
+      region: third
+      weight: -2
+      uuid: 32528a9a-9057-4a25-a84b-90278be52cfb
+      context_mapping:
+        entity: node
+    01ff0621-0f45-465b-b57f-96d5f37bc9ff:
+      id: 'entity_field:node:body'
+      label: Texte
+      provider: ctools_block
+      label_display: '0'
+      formatter:
+        label: hidden
+        type: text_default
+        settings: {  }
+        third_party_settings: {  }
+        weight: 0
+      region: second
+      weight: 0
+      uuid: 01ff0621-0f45-465b-b57f-96d5f37bc9ff
+      context_mapping:
+        entity: node
+  id: panels_variant
+  uuid: 02456051-513a-4a9b-8ff6-0d97cc0bd04c
+  label: null
+  weight: 0
+  layout: layout_threecol_25_50_25
+  layout_settings:
+    label: 'node actu'
+  page_title: ''
+  storage_type: page_manager
+  storage_id: node_view-panels_variant-1
+  builder: standard
+page: node_view
+weight: 0
+selection_criteria:
+  -
+    id: 'entity_bundle:node'
+    bundles:
+      actualite: actualite
+    negate: false
+    context_mapping:
+      node: node
+selection_logic: and
+static_context: {  }

+ 22 - 0
config/sync/pathauto.pattern.actu.yml

@@ -0,0 +1,22 @@
+uuid: 3168d6f7-8273-444b-b00a-8bdb1fbbb7b3
+langcode: fr
+status: true
+dependencies:
+  module:
+    - node
+id: actu
+label: actu
+type: 'canonical_entities:node'
+pattern: 'actus/[node:title]'
+selection_criteria:
+  aaa1540e-3c81-430f-b75d-8ecc84f14a08:
+    id: node_type
+    bundles:
+      actualite: actualite
+    negate: false
+    context_mapping:
+      node: node
+    uuid: aaa1540e-3c81-430f-b75d-8ecc84f14a08
+selection_logic: and
+weight: -5
+relationships: {  }

+ 23 - 0
config/sync/pathauto.pattern.ressources.yml

@@ -0,0 +1,23 @@
+uuid: e361c3f7-78de-406d-92a0-fca46d996c4e
+langcode: fr
+status: true
+dependencies:
+  module:
+    - node
+id: ressources
+label: ressources
+type: 'canonical_entities:node'
+pattern: 'ressources/[node:title]'
+selection_criteria:
+  d6cdb357-4722-45ca-8a64-2a3f2a92a963:
+    id: node_type
+    bundles:
+      offre_de_service: offre_de_service
+      ressource: ressource
+    negate: false
+    context_mapping:
+      node: node
+    uuid: d6cdb357-4722-45ca-8a64-2a3f2a92a963
+selection_logic: and
+weight: -5
+relationships: {  }

+ 22 - 0
config/sync/pathauto.pattern.static.yml

@@ -0,0 +1,22 @@
+uuid: 3bf0b1d7-808d-43b0-8ac8-60773312f1c4
+langcode: fr
+status: true
+dependencies:
+  module:
+    - node
+id: static
+label: Static
+type: 'canonical_entities:node'
+pattern: '[node:title]'
+selection_criteria:
+  d3c0e436-3760-4e9c-947b-2a9eeb782a98:
+    id: node_type
+    bundles:
+      static: static
+    negate: false
+    context_mapping:
+      node: node
+    uuid: d3c0e436-3760-4e9c-947b-2a9eeb782a98
+selection_logic: and
+weight: -5
+relationships: {  }

+ 207 - 194
config/sync/structure_sync.data.yml

@@ -1,3 +1,208 @@
+taxonomies:
+  actu_type:
+    -
+      vid: actu_type
+      tid: '4'
+      langcode: und
+      name: évènement
+      description__value: null
+      description__format: null
+      weight: '0'
+      parent: '0'
+      uuid: 72d2b968-0581-4b4b-99d9-2e4ddfd360cc
+    -
+      vid: actu_type
+      tid: '3'
+      langcode: und
+      name: information
+      description__value: null
+      description__format: null
+      weight: '0'
+      parent: '0'
+      uuid: 95dcbd7e-7f1f-48ad-9bb1-42022a29b18d
+  collection: {  }
+  structure: {  }
+  types_de_ressource: {  }
+  type_de_protagoniste:
+    -
+      vid: type_de_protagoniste
+      tid: '7'
+      langcode: und
+      name: Architecte
+      description__value: null
+      description__format: null
+      weight: '0'
+      parent: '0'
+      uuid: 99341211-e4c0-4ffb-867c-dd119932cc44
+    -
+      vid: type_de_protagoniste
+      tid: '9'
+      langcode: und
+      name: Autre
+      description__value: null
+      description__format: null
+      weight: '0'
+      parent: '0'
+      uuid: 98c5c685-e290-42e4-9214-effbe50bf78c
+    -
+      vid: type_de_protagoniste
+      tid: '8'
+      langcode: und
+      name: Chercheur.euse
+      description__value: null
+      description__format: null
+      weight: '0'
+      parent: '0'
+      uuid: 5ccf3e8a-77d2-408d-a477-86f4f737fbe7
+    -
+      vid: type_de_protagoniste
+      tid: '5'
+      langcode: und
+      name: Collectivité
+      description__value: null
+      description__format: null
+      weight: '0'
+      parent: '0'
+      uuid: 5eed05fa-d0d0-43e0-bbea-6ff81f844802
+    -
+      vid: type_de_protagoniste
+      tid: '6'
+      langcode: und
+      name: 'Maître d''ouvrage'
+      description__value: null
+      description__format: null
+      weight: '0'
+      parent: '0'
+      uuid: 8a648f8a-00f8-420c-be09-7bfa5e778af6
+blocks:
+  -
+    info: 'Actualité Link'
+    langcode: fr
+    uuid: 3ee1f633-aaa7-4b4c-a42a-02206e26d3a2
+    bundle: link
+    revision_id: null
+    rev_id_current: null
+    fields:
+      field_description: {  }
+      field_lien:
+        -
+          uri: 'internal:/actualites'
+          title: 'Voir toutes les actualités'
+          options: {  }
+  -
+    info: 'logo gouv'
+    langcode: fr
+    uuid: c7d5e705-b1c9-41f0-af19-a54357bf64c4
+    bundle: logo_block
+    revision_id: null
+    rev_id_current: null
+    fields:
+      field_link:
+        -
+          uri: 'internal:/'
+          title: ''
+          options: {  }
+      field_logo:
+        -
+          target_id: '45'
+          alt: ''
+          title: ''
+          width: '92'
+          height: '33'
+  -
+    info: 'logo eql'
+    langcode: fr
+    uuid: 471ad4df-2ba5-4305-aadd-d7d733b9693e
+    bundle: logo_block
+    revision_id: null
+    rev_id_current: null
+    fields:
+      field_link:
+        -
+          uri: 'internal:/'
+          title: ''
+          options: {  }
+      field_logo:
+        -
+          target_id: '46'
+          alt: ''
+          title: ''
+          width: '4592'
+          height: '4592'
+  -
+    info: 'Faq link'
+    langcode: fr
+    uuid: 1bb9024b-d95f-4137-894c-362abf10a483
+    bundle: link
+    revision_id: null
+    rev_id_current: null
+    fields:
+      field_description:
+        -
+          value: "<p>Retrouvez toutes vos questions pour répondre à l'appel à manifestation d'intérêt.</p>\r\n"
+          format: wysiwyg
+      field_lien:
+        -
+          uri: 'internal:/faq'
+          title: 'Foire aux questions'
+          options: {  }
+  -
+    info: 'Candidature link'
+    langcode: fr
+    uuid: 9448ca2a-90e3-488b-89cf-8ec6a986a9ca
+    bundle: link
+    revision_id: null
+    rev_id_current: null
+    fields:
+      field_description: {  }
+      field_lien:
+        -
+          uri: 'https://epau.wiin.io/fr/applications/engag%C3%A9s-pour-la-qualit%C3%A9-du-logement-de-demain?programId=615c5b13ad97935a4da867ea'
+          title: 'Déposer sa candidature'
+          options: {  }
+  -
+    info: 'FAQ question link'
+    langcode: fr
+    uuid: 10aba627-5586-4529-b44e-c0b4551a4398
+    bundle: link
+    revision_id: null
+    rev_id_current: null
+    fields:
+      field_description:
+        -
+          value: "<p>Votre question n’existe pas ?<br />\r\nN’hésitez pas à nous la poser, nous tenterons d’y répondre.</p>\r\n"
+          format: wysiwyg
+      field_lien:
+        -
+          uri: 'internal:/form/question'
+          title: 'Foire aux questions'
+          options: {  }
+  -
+    info: 'social network'
+    langcode: fr
+    uuid: dbcf6df0-ddee-477d-a97e-c4a29e06781d
+    bundle: custom
+    revision_id: null
+    rev_id_current: null
+    fields:
+      body:
+        -
+          value: "<a class=\"link-youtube\" href=\"https://www.youtube.com/channel/UCN6QeLkxptxh1V1CdTxzYWg\">youtube</a> \r\n<a class=\"link-linkedin\" href=\"https://www.linkedin.com/company/engag%C3%A9s-pour-la-qualit%C3%A9-du-logement-de-demain/\">linkedin</a> \r\n<a class=\"link-twitter\" href=\"https://twitter.com\">twitter</a></p>\r\n"
+          summary: ''
+          format: wysiwyg
+  -
+    info: 'date limite de candidature'
+    langcode: fr
+    uuid: 7db64d87-3e22-4fbd-9c11-2b95f5bef695
+    bundle: custom
+    revision_id: null
+    rev_id_current: null
+    fields:
+      body:
+        -
+          value: "<p>Date limite de candidature</p>\r\n\r\n<p>18 FEV. 2022</p>\r\n"
+          summary: ''
+          format: wysiwyg
 menus:
   -
     menu_name: header-menu
@@ -85,7 +290,7 @@ menus:
     uuid: 0a630b2b-73fe-47d0-8957-84c2e25ff941
   -
     menu_name: footer
-    title: contact
+    title: Contact
     parent: null
     uri: 'internal:/node/5'
     link_title: ''
@@ -97,7 +302,7 @@ menus:
     uuid: 7061edd7-5301-4a4a-87bc-3488241ab669
   -
     menu_name: footer
-    title: 'mentions légales'
+    title: 'Mentions légales'
     parent: null
     uri: 'internal:/node/6'
     link_title: ''
@@ -215,195 +420,3 @@ menus:
     weight: '-48'
     langcode: fr
     uuid: 4d296aca-5316-4106-828a-01624ca7853e
-taxonomies:
-  actu_type:
-    -
-      vid: actu_type
-      tid: '4'
-      langcode: und
-      name: évènement
-      description__value: null
-      description__format: null
-      weight: '0'
-      parent: '0'
-      uuid: 72d2b968-0581-4b4b-99d9-2e4ddfd360cc
-    -
-      vid: actu_type
-      tid: '3'
-      langcode: und
-      name: information
-      description__value: null
-      description__format: null
-      weight: '0'
-      parent: '0'
-      uuid: 95dcbd7e-7f1f-48ad-9bb1-42022a29b18d
-  collection: {  }
-  structure: {  }
-  types_de_ressource: {  }
-  type_de_protagoniste:
-    -
-      vid: type_de_protagoniste
-      tid: '7'
-      langcode: und
-      name: Architecte
-      description__value: null
-      description__format: null
-      weight: '0'
-      parent: '0'
-      uuid: 99341211-e4c0-4ffb-867c-dd119932cc44
-    -
-      vid: type_de_protagoniste
-      tid: '9'
-      langcode: und
-      name: Autre
-      description__value: null
-      description__format: null
-      weight: '0'
-      parent: '0'
-      uuid: 98c5c685-e290-42e4-9214-effbe50bf78c
-    -
-      vid: type_de_protagoniste
-      tid: '8'
-      langcode: und
-      name: Chercheur.euse
-      description__value: null
-      description__format: null
-      weight: '0'
-      parent: '0'
-      uuid: 5ccf3e8a-77d2-408d-a477-86f4f737fbe7
-    -
-      vid: type_de_protagoniste
-      tid: '5'
-      langcode: und
-      name: Collectivité
-      description__value: null
-      description__format: null
-      weight: '0'
-      parent: '0'
-      uuid: 5eed05fa-d0d0-43e0-bbea-6ff81f844802
-    -
-      vid: type_de_protagoniste
-      tid: '6'
-      langcode: und
-      name: 'Maître d''ouvrage'
-      description__value: null
-      description__format: null
-      weight: '0'
-      parent: '0'
-      uuid: 8a648f8a-00f8-420c-be09-7bfa5e778af6
-blocks:
-  -
-    info: 'Actualité Link'
-    langcode: fr
-    uuid: 3ee1f633-aaa7-4b4c-a42a-02206e26d3a2
-    bundle: link
-    revision_id: null
-    rev_id_current: null
-    fields:
-      field_description: {  }
-      field_lien:
-        -
-          uri: 'internal:/actualites'
-          title: 'Voir toutes les actualités'
-          options: {  }
-  -
-    info: 'logo gouv'
-    langcode: fr
-    uuid: c7d5e705-b1c9-41f0-af19-a54357bf64c4
-    bundle: logo_block
-    revision_id: null
-    rev_id_current: null
-    fields:
-      field_link:
-        -
-          uri: 'internal:/'
-          title: ''
-          options: {  }
-      field_logo:
-        -
-          target_id: '45'
-          alt: ''
-          title: ''
-          width: '92'
-          height: '33'
-  -
-    info: 'logo eql'
-    langcode: fr
-    uuid: 471ad4df-2ba5-4305-aadd-d7d733b9693e
-    bundle: logo_block
-    revision_id: null
-    rev_id_current: null
-    fields:
-      field_link:
-        -
-          uri: 'internal:/'
-          title: ''
-          options: {  }
-      field_logo:
-        -
-          target_id: '46'
-          alt: ''
-          title: ''
-          width: '4592'
-          height: '4592'
-  -
-    info: 'Faq link'
-    langcode: fr
-    uuid: 1bb9024b-d95f-4137-894c-362abf10a483
-    bundle: link
-    revision_id: null
-    rev_id_current: null
-    fields:
-      field_description:
-        -
-          value: "<p>Retrouvez toutes vos questions pour répondre à l'appel à manifestation d'intérêt.</p>\r\n"
-          format: wysiwyg
-      field_lien:
-        -
-          uri: 'internal:/faq'
-          title: 'Foire aux questions'
-          options: {  }
-  -
-    info: 'Candidature link'
-    langcode: fr
-    uuid: 9448ca2a-90e3-488b-89cf-8ec6a986a9ca
-    bundle: link
-    revision_id: null
-    rev_id_current: null
-    fields:
-      field_description: {  }
-      field_lien:
-        -
-          uri: 'https://epau.wiin.io/fr/applications/engag%C3%A9s-pour-la-qualit%C3%A9-du-logement-de-demain?programId=615c5b13ad97935a4da867ea'
-          title: 'Déposer sa candidature'
-          options: {  }
-  -
-    info: 'FAQ question link'
-    langcode: fr
-    uuid: 10aba627-5586-4529-b44e-c0b4551a4398
-    bundle: link
-    revision_id: null
-    rev_id_current: null
-    fields:
-      field_description:
-        -
-          value: "<p>Votre question n’existe pas ?<br />\r\nN’hésitez pas à nous la poser, nous tenterons d’y répondre.</p>\r\n"
-          format: wysiwyg
-      field_lien:
-        -
-          uri: 'internal:/form/question'
-          title: 'Foire aux questions'
-          options: {  }
-  -
-    info: 'social network'
-    langcode: fr
-    uuid: dbcf6df0-ddee-477d-a97e-c4a29e06781d
-    bundle: custom
-    revision_id: null
-    rev_id_current: null
-    fields:
-      body:
-        -
-          value: "<a class=\"link-youtube\" href=\"https://www.youtube.com/channel/UCN6QeLkxptxh1V1CdTxzYWg\">youtube</a> \r\n<a class=\"link-linkedin\" href=\"https://www.linkedin.com/company/engag%C3%A9s-pour-la-qualit%C3%A9-du-logement-de-demain/\">linkedin</a> \r\n<a class=\"link-twitter\" href=\"https://twitter.com\">twitter</a></p>\r\n"
-          summary: ''
-          format: wysiwyg

+ 1 - 1
config/sync/system.image.gd.yml

@@ -1,4 +1,4 @@
-jpeg_quality: 75
+jpeg_quality: 95
 _core:
   default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ
 langcode: fr

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

@@ -1,4 +1,4 @@
-toolkit: imagemagick
+toolkit: gd
 _core:
   default_config_hash: EW8tidlqZYQNfMoVepuU-s2zgp-M4WI4W6mhvmNNeeE
 langcode: fr

+ 7 - 3
config/sync/views.view.actus_blocks_pages.yml

@@ -6,6 +6,9 @@ dependencies:
     - core.entity_view_mode.node.teaser
     - node.type.actualite
     - taxonomy.vocabulary.actu_type
+  content:
+    - 'taxonomy_term:actu_type:72d2b968-0581-4b4b-99d9-2e4ddfd360cc'
+    - 'taxonomy_term:actu_type:95dcbd7e-7f1f-48ad-9bb1-42022a29b18d'
   module:
     - node
     - taxonomy
@@ -484,9 +487,11 @@ display:
           group_type: group
           admin_label: ''
           operator: or
-          value: {  }
+          value:
+            4: 4
+            3: 3
           group: 1
-          exposed: true
+          exposed: false
           expose:
             operator_id: field_actu_type_target_id_op
             label: 'Type d''actualités'
@@ -547,7 +552,6 @@ display:
       contexts:
         - 'languages:language_content'
         - 'languages:language_interface'
-        - url
         - user
         - 'user.node_grants:view'
         - user.permissions

+ 1 - 1
web/profiles/d8-starterkit-profile

@@ -1 +1 @@
-Subproject commit 6fe8986494069c7e9bf019cbe98d8f2c7d5166d0
+Subproject commit 9b46db9c56faf2cbc965ea1b76ce5345e7f46c0f