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

VATEAM-101163/101173/101166/101170: Custom Step components #20748

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
@@ -0,0 +1,76 @@
uuid: 094d5fa7-e2c7-4316-a99f-16d926d23c27
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.digital_form_checkbox.field_df_response_options
- field.field.paragraph.digital_form_checkbox.field_digital_form_hint_text
- field.field.paragraph.digital_form_checkbox.field_digital_form_label
- field.field.paragraph.digital_form_checkbox.field_digital_form_required
- paragraphs.paragraphs_type.digital_form_checkbox
module:
- paragraphs
- textfield_counter
id: paragraph.digital_form_checkbox.default
targetEntityType: paragraph
bundle: digital_form_checkbox
mode: default
content:
field_df_response_options:
type: paragraphs
weight: 4
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: ''
features:
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
field_digital_form_hint_text:
type: string_textfield_with_counter
weight: 3
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_label:
type: string_textfield_with_counter
weight: 0
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_required:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
uuid: 3b03b7f2-7310-4746-a3db-9737541fee0e
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.digital_form_date_component.field_digital_form_date_format
- field.field.paragraph.digital_form_date_component.field_digital_form_hint_text
- field.field.paragraph.digital_form_date_component.field_digital_form_label
- field.field.paragraph.digital_form_date_component.field_digital_form_required
- paragraphs.paragraphs_type.digital_form_date_component
module:
- textfield_counter
id: paragraph.digital_form_date_component.default
targetEntityType: paragraph
bundle: digital_form_date_component
mode: default
content:
field_digital_form_date_format:
type: options_buttons
weight: 4
region: content
settings: { }
third_party_settings: { }
field_digital_form_hint_text:
type: string_textfield_with_counter
weight: 3
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_label:
type: string_textfield_with_counter
weight: 0
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_required:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ dependencies:
- field.field.paragraph.digital_form_page.field_title
- paragraphs.paragraphs_type.digital_form_page
module:
- change_labels
- limited_field_widgets
- no_table_drag
- paragraphs
- paragraphs_features
- textfield_counter
id: paragraph.digital_form_page.default
targetEntityType: paragraph
Expand All @@ -28,19 +32,33 @@ content:
weight: 3
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
title: Component
title_plural: Components
edit_mode: closed
closed_mode: summary
autocollapse: none
autocollapse: all
closed_mode_threshold: 0
add_mode: dropdown
add_mode: modal
form_display_mode: default
default_paragraph_type: ''
default_paragraph_type: _none
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
convert: '0'
duplicate: duplicate
third_party_settings: { }
third_party_settings:
paragraphs_features:
add_in_between: false
add_in_between_link_count: 3
delete_confirmation: false
show_drag_and_drop: true
show_collapse_all: true
limited_field_widgets:
limit_values: 0
change_labels:
add_another: ''
no_table_drag:
no_table_drag: false
field_title:
type: string_textfield_with_counter
weight: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
uuid: 9293f707-1f40-4134-ac88-1a7af5e6badf
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.digital_form_radio_button.field_df_response_options
- field.field.paragraph.digital_form_radio_button.field_digital_form_hint_text
- field.field.paragraph.digital_form_radio_button.field_digital_form_label
- field.field.paragraph.digital_form_radio_button.field_digital_form_required
- paragraphs.paragraphs_type.digital_form_radio_button
module:
- paragraphs
- textfield_counter
id: paragraph.digital_form_radio_button.default
targetEntityType: paragraph
bundle: digital_form_radio_button
mode: default
content:
field_df_response_options:
type: paragraphs
weight: 4
region: content
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
closed_mode: summary
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
form_display_mode: default
default_paragraph_type: ''
features:
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
field_digital_form_hint_text:
type: string_textfield_with_counter
weight: 3
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_label:
type: string_textfield_with_counter
weight: 0
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_required:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
uuid: a97c16c2-58a4-4539-96bb-5d27fd34c9e7
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.digital_form_response_option.field_digital_form_description
- field.field.paragraph.digital_form_response_option.field_digital_form_label
- paragraphs.paragraphs_type.digital_form_response_option
module:
- textfield_counter
id: paragraph.digital_form_response_option.default
targetEntityType: paragraph
bundle: digital_form_response_option
mode: default
content:
field_digital_form_description:
type: string_textarea_with_counter
weight: 1
region: content
settings:
rows: 3
placeholder: ''
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_label:
type: string_textfield_with_counter
weight: 0
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
uuid: c6e2dcf6-15df-4855-b70e-18a83f145af6
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.digital_form_text_area.field_digital_form_hint_text
- field.field.paragraph.digital_form_text_area.field_digital_form_label
- field.field.paragraph.digital_form_text_area.field_digital_form_required
- paragraphs.paragraphs_type.digital_form_text_area
module:
- textfield_counter
id: paragraph.digital_form_text_area.default
targetEntityType: paragraph
bundle: digital_form_text_area
mode: default
content:
field_digital_form_hint_text:
type: string_textfield_with_counter
weight: 3
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_label:
type: string_textfield_with_counter
weight: 0
region: content
settings:
size: 60
placeholder: ''
use_field_maxlength: false
maxlength: 255
counter_position: after
js_prevent_submit: true
count_only_mode: false
count_html_characters: true
textcount_status_message: 'Characters Remaining: <span class="remaining_count">@remaining_count</span>'
third_party_settings: { }
field_digital_form_required:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true
Loading
Loading