-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUL23-703 Location hours paragraph type
- Loading branch information
Showing
11 changed files
with
158 additions
and
76 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
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
34 changes: 34 additions & 0 deletions
34
...nfig/sync/split/library/core.entity_form_display.paragraph.sul_location_hours.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,34 @@ | ||
uuid: defd5492-1e52-4a82-9a0c-e128ea4f2b61 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.sul_location_hours.sul_loc_hours_alert | ||
- paragraphs.paragraphs_type.sul_location_hours | ||
module: | ||
- change_labels | ||
- field_formatter_class | ||
- maxlength | ||
- text | ||
id: paragraph.sul_location_hours.default | ||
targetEntityType: paragraph | ||
bundle: sul_location_hours | ||
mode: default | ||
content: | ||
sul_loc_hours_alert: | ||
type: text_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: | ||
maxlength: | ||
maxlength_js: 60 | ||
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>' | ||
maxlength_js_enforce: true | ||
change_labels: | ||
field_label_overwrite: '' | ||
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
23 changes: 23 additions & 0 deletions
23
...nfig/sync/split/library/core.entity_view_display.paragraph.sul_location_hours.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,23 @@ | ||
uuid: a1f734b0-9ab6-4ce2-a81a-769f45dfcd56 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.sul_location_hours.sul_loc_hours_alert | ||
- paragraphs.paragraphs_type.sul_location_hours | ||
module: | ||
- text | ||
id: paragraph.sul_location_hours.default | ||
targetEntityType: paragraph | ||
bundle: sul_location_hours | ||
mode: default | ||
content: | ||
sul_loc_hours_alert: | ||
type: text_default | ||
label: hidden | ||
settings: { } | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
search_api_excerpt: true |
19 changes: 0 additions & 19 deletions
19
...e/config/sync/split/library/field.field.paragraph.sul_home_image.sul_home_image_title.yml
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
...onfig/sync/split/library/field.field.paragraph.sul_location_hours.sul_loc_hours_alert.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,24 @@ | ||
uuid: 4857bca2-dd9d-4f53-ab53-fcb781554f11 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.sul_loc_hours_alert | ||
- filter.format.stanford_minimal_html | ||
- paragraphs.paragraphs_type.sul_location_hours | ||
module: | ||
- text | ||
id: paragraph.sul_location_hours.sul_loc_hours_alert | ||
field_name: sul_loc_hours_alert | ||
entity_type: paragraph | ||
bundle: sul_location_hours | ||
label: 'Alert Text' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
allowed_formats: | ||
- stanford_minimal_html | ||
field_type: text |
15 changes: 7 additions & 8 deletions
15
...torage.paragraph.sul_home_image_title.yml → ...storage.paragraph.sul_loc_hours_alert.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
10 changes: 10 additions & 0 deletions
10
...a/sul_profile/config/sync/split/library/paragraphs.paragraphs_type.sul_location_hours.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,10 @@ | ||
uuid: 5bbea2f8-e8e4-416a-aa64-49b8314ad6ad | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: sul_location_hours | ||
label: 'Location Hours' | ||
icon_uuid: null | ||
icon_default: null | ||
description: '' | ||
behavior_plugins: { } |