-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Merge branch '89100-create-first-pass-at-paragraph-field' into inte…
…gration branch
- Loading branch information
Showing
16 changed files
with
456 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
config/sync/core.entity_form_display.paragraph.digital_form_name_and_date_of_bi.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
uuid: 7a85e837-9879-4f7f-9e0b-ebad0066e521 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.digital_form_name_and_date_of_bi.field_include_date_of_birth | ||
- field.field.paragraph.digital_form_name_and_date_of_bi.field_title | ||
- paragraphs.paragraphs_type.digital_form_name_and_date_of_bi | ||
module: | ||
- textfield_counter | ||
id: paragraph.digital_form_name_and_date_of_bi.default | ||
targetEntityType: paragraph | ||
bundle: digital_form_name_and_date_of_bi | ||
mode: default | ||
content: | ||
field_include_date_of_birth: | ||
type: boolean_checkbox | ||
weight: 1 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
field_title: | ||
type: string_textfield_with_counter | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
use_field_maxlength: false | ||
maxlength: 0 | ||
counter_position: after | ||
js_prevent_submit: true | ||
count_only_mode: false | ||
count_html_characters: true | ||
textcount_status_message: 'Maxlength: <span class="maxlength_count">@maxlength</span><br />Used: <span class="current_count">@current_length</span><br />Remaining: <span class="remaining_count">@remaining_count</span>' | ||
third_party_settings: { } | ||
hidden: | ||
created: true | ||
status: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
config/sync/core.entity_view_display.paragraph.digital_form_name_and_date_of_bi.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
uuid: 6ace573b-80bd-4b83-af01-3de996a1423c | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.digital_form_name_and_date_of_bi.field_include_date_of_birth | ||
- field.field.paragraph.digital_form_name_and_date_of_bi.field_title | ||
- paragraphs.paragraphs_type.digital_form_name_and_date_of_bi | ||
id: paragraph.digital_form_name_and_date_of_bi.default | ||
targetEntityType: paragraph | ||
bundle: digital_form_name_and_date_of_bi | ||
mode: default | ||
content: | ||
field_include_date_of_birth: | ||
type: boolean | ||
label: above | ||
settings: | ||
format: default | ||
format_custom_false: '' | ||
format_custom_true: '' | ||
third_party_settings: { } | ||
weight: 1 | ||
region: content | ||
field_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
search_api_excerpt: true |
25 changes: 25 additions & 0 deletions
25
.../sync/core.entity_view_display.paragraph.digital_form_name_and_date_of_bi.user_guides.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: d6ba2e46-9d71-4886-8f0f-f9f644273720 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.paragraph.user_guides | ||
- field.field.paragraph.digital_form_name_and_date_of_bi.field_include_date_of_birth | ||
- field.field.paragraph.digital_form_name_and_date_of_bi.field_title | ||
- paragraphs.paragraphs_type.digital_form_name_and_date_of_bi | ||
id: paragraph.digital_form_name_and_date_of_bi.user_guides | ||
targetEntityType: paragraph | ||
bundle: digital_form_name_and_date_of_bi | ||
mode: user_guides | ||
content: | ||
field_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
field_include_date_of_birth: true | ||
search_api_excerpt: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.