Configure a webform paragraph
This commit is contained in:
parent
4742d6d0b9
commit
3866e8b142
5 changed files with 106 additions and 0 deletions
|
@ -0,0 +1,25 @@
|
||||||
|
uuid: 02428115-3e5a-49f7-8f1b-6258a3f6cd5b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.webform.field_webform
|
||||||
|
- paragraphs.paragraphs_type.webform
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
id: paragraph.webform.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: webform
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_webform:
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
default_data: true
|
||||||
|
third_party_settings: { }
|
||||||
|
type: webform_entity_reference_select
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
created: true
|
||||||
|
status: true
|
||||||
|
uid: true
|
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: f8ef0a35-c37b-4b1b-a38f-702315aa83fa
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.paragraph.webform.field_webform
|
||||||
|
- paragraphs.paragraphs_type.webform
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
id: paragraph.webform.default
|
||||||
|
targetEntityType: paragraph
|
||||||
|
bundle: webform
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_webform:
|
||||||
|
weight: 0
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
source_entity: true
|
||||||
|
third_party_settings: { }
|
||||||
|
type: webform_entity_reference_entity_view
|
||||||
|
region: content
|
||||||
|
hidden: { }
|
29
config/sync/field.field.paragraph.webform.field_webform.yml
Normal file
29
config/sync/field.field.paragraph.webform.field_webform.yml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
uuid: 80d76a08-0ac0-4c55-aed7-75d47bf0652e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.paragraph.field_webform
|
||||||
|
- paragraphs.paragraphs_type.webform
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
id: paragraph.webform.field_webform
|
||||||
|
field_name: field_webform
|
||||||
|
entity_type: paragraph
|
||||||
|
bundle: webform
|
||||||
|
label: Webform
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:webform'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles: null
|
||||||
|
auto_create: false
|
||||||
|
default_data: ''
|
||||||
|
status: open
|
||||||
|
open: ''
|
||||||
|
close: ''
|
||||||
|
field_type: webform
|
20
config/sync/field.storage.paragraph.field_webform.yml
Normal file
20
config/sync/field.storage.paragraph.field_webform.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
uuid: 1392d91e-9a3e-4b6c-9bc1-8559c49f2876
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- paragraphs
|
||||||
|
- webform
|
||||||
|
id: paragraph.field_webform
|
||||||
|
field_name: field_webform
|
||||||
|
entity_type: paragraph
|
||||||
|
type: webform
|
||||||
|
settings:
|
||||||
|
target_type: webform
|
||||||
|
module: webform
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
9
config/sync/paragraphs.paragraphs_type.webform.yml
Normal file
9
config/sync/paragraphs.paragraphs_type.webform.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
uuid: fda0eced-7d18-4a73-af1a-55ed0644fca1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: webform
|
||||||
|
label: Webform
|
||||||
|
icon_uuid: null
|
||||||
|
description: 'Embed a webform in your page.'
|
||||||
|
behavior_plugins: { }
|
Loading…
Reference in a new issue