-
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.
- Add resources and basic page templates. - Add authors template - Add Guide templates. - Add landing page type field to use for templates suggestions. - Migrate event-specific landing page template - Migrate community landing page - Migrate resources landing page - Migrate guide landing page - Migrate job board landing page - Migrate news landing page
- Loading branch information
Showing
27 changed files
with
1,362 additions
and
74 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 5b0e584d-be8d-4f09-9200-9f81dfcbbb32 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_kicker | ||
- node.type.guides | ||
id: node.guides.field_kicker | ||
field_name: field_kicker | ||
entity_type: node | ||
bundle: guides | ||
label: Kicker | ||
description: 'Highlight the relevant topic. This displays above the title on the /gudes/ page. Should always be included. Use only one or two words.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.node.landing_page.field_landing_page_type.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,21 @@ | ||
uuid: 819799c2-e653-4805-846d-3f97e4541180 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_landing_page_type | ||
- node.type.landing_page | ||
module: | ||
- options | ||
id: node.landing_page.field_landing_page_type | ||
field_name: field_landing_page_type | ||
entity_type: node | ||
bundle: landing_page | ||
label: 'Landing Page Type' | ||
description: 'Select which landing page template and header to use.' | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
39 changes: 39 additions & 0 deletions
39
config/sync/field.storage.node.field_landing_page_type.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,39 @@ | ||
uuid: c8e15d30-d2bd-4b39-9d00-5462fd559df5 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
- options | ||
id: node.field_landing_page_type | ||
field_name: field_landing_page_type | ||
entity_type: node | ||
type: list_string | ||
settings: | ||
allowed_values: | ||
- | ||
value: communities | ||
label: Communities | ||
- | ||
value: events | ||
label: Events | ||
- | ||
value: guides | ||
label: Guides | ||
- | ||
value: job_board | ||
label: 'Job board' | ||
- | ||
value: news | ||
label: News | ||
- | ||
value: resources | ||
label: Resources | ||
allowed_values_function: '' | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
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
45 changes: 0 additions & 45 deletions
45
web/themes/custom/digital_gov/templates/field/field--node--field-deck.html.twig
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.