core.entity_form_display.node.page.default.yml
Same filename in this branch
Same filename in other branches
- 9 core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml
- 9 core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
- 8.9.x core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml
- 8.9.x core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
- 11.x core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml
- 11.x core/profiles/nightwatch_a11y_testing/config/install/core.entity_form_display.node.page.default.yml
- 11.x core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
- 11.x core/recipes/page_content_type/config/core.entity_form_display.node.page.default.yml
File
-
core/
profiles/ nightwatch_a11y_testing/ config/ install/ core.entity_form_display.node.page.default.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.page.body
- - node.type.page
- module:
- - path
- - text
- id: node.page.default
- targetEntityType: node
- bundle: page
- mode: default
- content:
- body:
- type: text_textarea_with_summary
- weight: 31
- region: content
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- show_summary: false
- third_party_settings: { }
- created:
- type: datetime_timestamp
- weight: 10
- region: content
- settings: { }
- third_party_settings: { }
- path:
- type: path
- weight: 30
- region: content
- settings: { }
- third_party_settings: { }
- promote:
- type: boolean_checkbox
- weight: 15
- region: content
- settings:
- display_label: true
- third_party_settings: { }
- status:
- type: boolean_checkbox
- weight: 120
- region: content
- settings:
- display_label: true
- third_party_settings: { }
- sticky:
- type: boolean_checkbox
- weight: 16
- region: content
- settings:
- display_label: true
- 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
- region: content
- settings:
- match_operator: CONTAINS
- match_limit: 10
- size: 60
- placeholder: ''
- third_party_settings: { }
- hidden: { }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.