Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOTE-882 & 883: Registration tool configuration and theming #596

Merged
merged 15 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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