-
Notifications
You must be signed in to change notification settings - Fork 1
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 #496 from usagov/stage
Sprint 49: release to PROD
- Loading branch information
Showing
15 changed files
with
360 additions
and
41 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
23 changes: 23 additions & 0 deletions
23
config/sync/field.field.node.state_territory.field_mail_registration_link.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: b213620d-3acb-4c4a-a3a1-5579800ce07a | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_mail_registration_link | ||
- node.type.state_territory | ||
module: | ||
- link | ||
id: node.state_territory.field_mail_registration_link | ||
field_name: field_mail_registration_link | ||
entity_type: node | ||
bundle: state_territory | ||
label: 'State mail-in registration PDF link' | ||
description: 'Displays as a state mail-in registration link on the NVRF app' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
title: 0 | ||
link_type: 16 | ||
field_type: link |
23 changes: 23 additions & 0 deletions
23
config/sync/field.field.node.state_territory.field_override_mail_reg_link.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: ffc9acc8-878a-4795-ae52-a4db868622bb | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_override_mail_reg_link | ||
- node.type.state_territory | ||
module: | ||
- link | ||
id: node.state_territory.field_override_mail_reg_link | ||
field_name: field_override_mail_reg_link | ||
entity_type: node | ||
bundle: state_territory | ||
label: 'State mail-in registration PDF link (override)' | ||
description: 'Displays as a state mail-in registration link on the NVRF app' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
title: 0 | ||
link_type: 16 | ||
field_type: link |
19 changes: 19 additions & 0 deletions
19
config/sync/field.storage.node.field_mail_registration_link.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,19 @@ | ||
uuid: 76fbf97d-52e9-4646-acd1-004268a65796 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- link | ||
- node | ||
id: node.field_mail_registration_link | ||
field_name: field_mail_registration_link | ||
entity_type: node | ||
type: link | ||
settings: { } | ||
module: link | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
19 changes: 19 additions & 0 deletions
19
config/sync/field.storage.node.field_override_mail_reg_link.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,19 @@ | ||
uuid: 3c9263e5-5a29-4b7a-9709-29c33c374ddb | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- link | ||
- node | ||
id: node.field_override_mail_reg_link | ||
field_name: field_override_mail_reg_link | ||
entity_type: node | ||
type: link | ||
settings: { } | ||
module: link | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
Oops, something went wrong.