Commit 2d9d8e4f authored by Martin Anderson-Clutz's avatar Martin Anderson-Clutz
Browse files

Issue #3304714 by mandclu: Updated Config, Drupal 10 Readiness

parent 14388afc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -67,13 +67,6 @@ content:
    third_party_settings: {  }
    type: string_textfield
    region: content
  langcode:
    type: language_select
    weight: 1
    region: content
    settings:
      include_locked: true
    third_party_settings: {  }
  path:
    type: path
    weight: 11
+11 −10
Original line number Diff line number Diff line
@@ -19,36 +19,37 @@ bundle: person
mode: default
content:
  body:
    label: hidden
    type: text_default
    weight: 1
    label: hidden
    settings: {  }
    third_party_settings: {  }
    weight: 2
    region: content
  field_image:
    weight: 3
    type: image
    label: hidden
    settings:
      image_style: ''
      image_link: ''
      image_style: ''
      image_loading:
        attribute: lazy
    third_party_settings: {  }
    type: image
    weight: 3
    region: content
  field_job_title:
    weight: 2
    type: string
    label: inline
    settings:
      link_to_entity: false
    third_party_settings: {  }
    type: string
    weight: 1
    region: content
  links:
    weight: 0
    region: content
    settings: {  }
    third_party_settings: {  }
    weight: 0
    region: content
hidden:
  field_first_name: true
  field_last_name: true
  langcode: true
  search_api_excerpt: true
+2 −1
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ content:
    settings:
      image_style: ''
      image_link: ''
      image_loading:
        attribute: lazy
    third_party_settings: {  }
  field_job_title:
    type: string
@@ -44,5 +46,4 @@ hidden:
  body: true
  field_first_name: true
  field_last_name: true
  langcode: true
  search_api_excerpt: true
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ display:
          exposed: false
          expose:
            label: ''
            field_identifier: field_last_name_value
          plugin_id: standard
      title: People
      header:
+3 −5
Original line number Diff line number Diff line
@@ -6,13 +6,14 @@ dependencies:
    - file
    - image
    - node
_core:
  default_config_hash: SkXIPKZYiIMMtnBmfnxk58RYfbZ8cHSw5NZPY_JByME
id: node.field_image
field_name: field_image
entity_type: node
type: image
settings:
  target_type: file
  display_field: false
  display_default: false
  uri_scheme: public
  default_image:
    uuid: null
@@ -20,9 +21,6 @@ settings:
    title: ''
    width: null
    height: null
  target_type: file
  display_field: false
  display_default: false
module: image
locked: false
cardinality: 1
Loading