Commit 3e70d871 authored by Yurii Panchuk's avatar Yurii Panchuk
Browse files

Issues #3298432 Added Demo module with default node/paragraph bundles to test...

parent 845066e5
Loading
Loading
Loading
Loading
+52 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - field.field.node.gridstack_content_demo.field_gridstack_paragraphs
    - node.type.gridstack_content_demo
  module:
    - paragraphs
id: node.gridstack_content_demo.default
targetEntityType: node
bundle: gridstack_content_demo
mode: default
content:
  field_gridstack_paragraphs:
    type: paragraphs
    weight: 1
    region: content
    settings:
      title: Paragraph
      title_plural: Paragraphs
      edit_mode: open
      closed_mode: summary
      autocollapse: none
      closed_mode_threshold: 0
      add_mode: dropdown
      form_display_mode: default
      default_paragraph_type: ''
      features:
        collapse_edit_all: collapse_edit_all
        duplicate: duplicate
    third_party_settings: {  }
  status:
    type: boolean_checkbox
    weight: 2
    region: content
    settings:
      display_label: true
    third_party_settings: {  }
  title:
    type: string_textfield
    weight: 0
    region: content
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
hidden:
  created: true
  path: true
  promote: true
  sticky: true
+40 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - field.field.paragraph.gridstack_container.field_gridstack_paragraphs
    - paragraphs.paragraphs_type.gridstack_container
  module:
    - paragraphs
id: paragraph.gridstack_container.default
targetEntityType: paragraph
bundle: gridstack_container
mode: default
content:
  field_gridstack_paragraphs:
    type: paragraphs
    weight: 0
    region: content
    settings:
      title: Paragraph
      title_plural: Paragraphs
      edit_mode: open
      closed_mode: summary
      autocollapse: none
      closed_mode_threshold: 0
      add_mode: dropdown
      form_display_mode: default
      default_paragraph_type: ''
      features:
        collapse_edit_all: collapse_edit_all
        duplicate: duplicate
    third_party_settings: { }
  status:
    type: boolean_checkbox
    weight: 1
    region: content
    settings:
      display_label: true
    third_party_settings: {  }
hidden:
  created: true
+48 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - field.field.paragraph.gridstack_item.field_gridstack_image
    - field.field.paragraph.gridstack_item.field_gridstack_subtitle
    - field.field.paragraph.gridstack_item.field_gridstack_title
    - paragraphs.paragraphs_type.gridstack_item
id: paragraph.gridstack_item.default
targetEntityType: paragraph
bundle: gridstack_item
mode: default
content:
  field_gridstack_image:
    type: entity_reference_autocomplete
    weight: 2
    region: content
    settings:
      match_operator: CONTAINS
      match_limit: 10
      size: 60
      placeholder: ''
    third_party_settings: {  }
  field_gridstack_subtitle:
    type: string_textfield
    weight: 1
    region: content
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
  field_gridstack_title:
    type: string_textfield
    weight: 0
    region: content
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
  status:
    type: boolean_checkbox
    weight: 3
    region: content
    settings:
      display_label: true
    third_party_settings: {  }
hidden:
  created: true
+30 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - field.field.node.gridstack_content_demo.field_gridstack_paragraphs
    - node.type.gridstack_content_demo
  module:
    - entity_reference_revisions
    - user
id: node.gridstack_content_demo.default
targetEntityType: node
bundle: gridstack_content_demo
mode: default
content:
  field_gridstack_paragraphs:
    type: entity_reference_revisions_entity_view
    label: above
    settings:
      view_mode: default
      link: ''
    third_party_settings: {  }
    weight: 101
    region: content
  links:
    settings: {  }
    third_party_settings: {  }
    weight: 100
    region: content
hidden:
  langcode: true
+22 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - core.entity_view_mode.node.teaser
    - field.field.node.gridstack_content_demo.field_gridstack_paragraphs
    - node.type.gridstack_content_demo
  module:
    - user
id: node.gridstack_content_demo.teaser
targetEntityType: node
bundle: gridstack_content_demo
mode: teaser
content:
  links:
    settings: {  }
    third_party_settings: {  }
    weight: 100
    region: content
hidden:
  field_gridstack_paragraphs: true
  langcode: true
Loading