-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from GSA/feature/DIGITAL-254-guide-review
DIGITAL-254: Guide content review
- Loading branch information
Showing
78 changed files
with
2,259 additions
and
366 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
config/sync/core.base_field_override.node.guide_landing.promote.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,22 @@ | ||
uuid: 82bbc5f1-7a89-4790-8407-896442a08af3 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.guide_landing | ||
id: node.guide_landing.promote | ||
field_name: promote | ||
entity_type: node | ||
bundle: guide_landing | ||
label: 'Promoted to front page' | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: | ||
- | ||
value: 0 | ||
default_value_callback: '' | ||
settings: | ||
on_label: 'On' | ||
off_label: 'Off' | ||
field_type: boolean |
22 changes: 22 additions & 0 deletions
22
config/sync/core.base_field_override.node.guide_landing.status.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,22 @@ | ||
uuid: 4364e4a5-14f6-47b3-b2e1-ffda3628e995 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.guide_landing | ||
id: node.guide_landing.status | ||
field_name: status | ||
entity_type: node | ||
bundle: guide_landing | ||
label: Published | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: | ||
- | ||
value: 0 | ||
default_value_callback: '' | ||
settings: | ||
on_label: 'On' | ||
off_label: 'Off' | ||
field_type: boolean |
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
131 changes: 131 additions & 0 deletions
131
config/sync/core.entity_form_display.node.guide_landing.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,131 @@ | ||
uuid: 3d3feafc-f9f9-443d-9f05-9d381ad44419 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.node.guide_landing.body | ||
- field.field.node.guide_landing.field_bottom_content | ||
- field.field.node.guide_landing.field_glossary | ||
- field.field.node.guide_landing.field_guides | ||
- field.field.node.guide_landing.field_primary_image | ||
- field.field.node.guide_landing.field_summary | ||
- node.type.guide_landing | ||
module: | ||
- content_moderation | ||
- maxlength | ||
- media_library | ||
- path | ||
- text | ||
id: node.guide_landing.default | ||
targetEntityType: node | ||
bundle: guide_landing | ||
mode: default | ||
content: | ||
body: | ||
type: text_textarea_with_summary | ||
weight: 3 | ||
region: content | ||
settings: | ||
rows: 9 | ||
summary_rows: 3 | ||
placeholder: '' | ||
show_summary: false | ||
third_party_settings: { } | ||
created: | ||
type: datetime_timestamp | ||
weight: 8 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
field_bottom_content: | ||
type: text_textarea | ||
weight: 5 | ||
region: content | ||
settings: | ||
rows: 5 | ||
placeholder: '' | ||
third_party_settings: { } | ||
field_glossary: | ||
type: options_select | ||
weight: 6 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
field_guides: | ||
type: entity_reference_autocomplete | ||
weight: 4 | ||
region: content | ||
settings: | ||
match_operator: CONTAINS | ||
match_limit: 10 | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
field_primary_image: | ||
type: media_library_widget | ||
weight: 2 | ||
region: content | ||
settings: | ||
media_types: { } | ||
third_party_settings: { } | ||
field_summary: | ||
type: text_textarea | ||
weight: 1 | ||
region: content | ||
settings: | ||
rows: 1 | ||
placeholder: '' | ||
third_party_settings: | ||
maxlength: | ||
maxlength_js: 255 | ||
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>' | ||
maxlength_js_enforce: true | ||
moderation_state: | ||
type: moderation_state_default | ||
weight: 12 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
path: | ||
type: path | ||
weight: 9 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
status: | ||
type: boolean_checkbox | ||
weight: 10 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
title: | ||
type: string_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
uid: | ||
type: entity_reference_autocomplete | ||
weight: 7 | ||
region: content | ||
settings: | ||
match_operator: CONTAINS | ||
match_limit: 10 | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
url_redirects: | ||
weight: 11 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
hidden: | ||
promote: true | ||
publish_on: true | ||
publish_state: true | ||
sticky: true | ||
unpublish_on: true | ||
unpublish_state: true |
Oops, something went wrong.