Unverified Commit e595a453 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3174107 by brianperry, mglaman, alexpott, mtift, mradcliffe, mherchel,...

Issue #3174107 by brianperry, mglaman, alexpott, mtift, mradcliffe, mherchel, capysara, ravi.shankar, cathwaldron, kostyashupenko:  Add additional testing coverage for Olivero
parent 7bc0a6d7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies: {  }
id: comment
label: 'Default comments'
target_entity_type_id: node
description: 'Allows commenting on content'
+11 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies: {  }
id: olivero_test_contact_form
label: 'Olivero Test Contact Form'
recipients:
  - webmaster@example.com
reply: ''
weight: 0
message: ''
redirect: ''
+33 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - comment.type.comment
    - field.field.comment.comment.comment_body
  module:
    - text
id: comment.comment.default
targetEntityType: comment
bundle: comment
mode: default
content:
  author:
    weight: -2
    region: content
  comment_body:
    type: text_textarea
    weight: 11
    region: content
    settings:
      rows: 5
      placeholder: ''
    third_party_settings: {  }
  subject:
    type: string_textfield
    weight: 10
    region: content
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
hidden: {  }
+56 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - contact.form.olivero_test_contact_form
    - field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field
id: contact_message.olivero_test_contact_form.default
targetEntityType: contact_message
bundle: olivero_test_contact_form
mode: default
content:
  copy:
    weight: 50
    settings: {  }
    third_party_settings: {  }
    region: content
  field_multiple_value_form_field:
    weight: 51
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
    type: string_textfield
    region: content
  mail:
    weight: -40
    settings: {  }
    third_party_settings: {  }
    region: content
  message:
    type: string_textarea
    weight: 0
    settings:
      rows: 12
      placeholder: ''
    region: content
    third_party_settings: {  }
  name:
    weight: -50
    settings: {  }
    third_party_settings: {  }
    region: content
  preview:
    weight: 40
    settings: {  }
    third_party_settings: {  }
    region: content
  subject:
    type: string_textfield
    weight: -10
    region: content
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
hidden: {  }
+106 −0
Original line number Diff line number Diff line
langcode: en
status: true
dependencies:
  config:
    - field.field.node.article.body
    - field.field.node.article.comment
    - field.field.node.article.field_image
    - field.field.node.article.field_tags
    - image.style.thumbnail
    - node.type.article
  module:
    - comment
    - image
    - path
    - text
id: node.article.default
targetEntityType: node
bundle: article
mode: default
content:
  body:
    type: text_textarea_with_summary
    weight: 1
    region: content
    settings:
      rows: 9
      summary_rows: 3
      placeholder: ''
      show_summary: false
    third_party_settings: {  }
  comment:
    type: comment_default
    weight: 20
    region: content
    settings: {  }
    third_party_settings: {  }
  created:
    type: datetime_timestamp
    weight: 10
    region: content
    settings: {  }
    third_party_settings: {  }
  field_image:
    type: image_image
    weight: 4
    region: content
    settings:
      progress_indicator: throbber
      preview_image_style: thumbnail
    third_party_settings: {  }
  field_tags:
    type: entity_reference_autocomplete_tags
    weight: 3
    region: content
    settings:
      match_operator: CONTAINS
      match_limit: 10
      size: 60
      placeholder: ''
    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: 0
    region: content
    settings:
      size: 60
      placeholder: ''
    third_party_settings: {  }
  uid:
    type: entity_reference_autocomplete
    weight: 5
    region: content
    settings:
      match_operator: CONTAINS
      match_limit: 10
      size: 60
      placeholder: ''
    third_party_settings: {  }
hidden: {  }
Loading