Skip to content

Commit

Permalink
VOTE-882: configure registration tool component (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlloydbixal authored Mar 5, 2024
1 parent cd52a67 commit 104dda5
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,26 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.registration_tool.field_body
- field.field.paragraph.registration_tool.field_form_heading
- field.field.paragraph.registration_tool.field_heading
- field.field.paragraph.registration_tool.field_placeholder
- paragraphs.paragraphs_type.registration_tool
module:
- text
id: paragraph.registration_tool.default
targetEntityType: paragraph
bundle: registration_tool
mode: default
content:
field_body:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_form_heading:
type: string_textfield
weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@ langcode: en
status: true
dependencies:
config:
- field.field.paragraph.registration_tool.field_body
- field.field.paragraph.registration_tool.field_form_heading
- field.field.paragraph.registration_tool.field_heading
- field.field.paragraph.registration_tool.field_placeholder
- paragraphs.paragraphs_type.registration_tool
module:
- text
id: paragraph.registration_tool.default
targetEntityType: paragraph
bundle: registration_tool
mode: default
content:
field_body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
region: content
field_form_heading:
type: string
label: hidden
Expand Down
24 changes: 24 additions & 0 deletions config/sync/field.field.paragraph.registration_tool.field_body.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
uuid: 0a5e39f5-9e5f-4920-a013-66efe18f9351
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_body
- filter.format.basic_html
- paragraphs.paragraphs_type.registration_tool
module:
- text
id: paragraph.registration_tool.field_body
field_name: field_body
entity_type: paragraph
bundle: registration_tool
label: Text
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats:
- basic_html
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ langcode: en
status: true
dependencies: { }
id: registration_tool
label: 'Registration tool'
label: 'State Registration Tool'
icon_uuid: null
icon_default: null
description: ''
Expand Down

0 comments on commit 104dda5

Please sign in to comment.