-
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.
VOTE-3133 Add new date deadline fields to state content type (#1103)
- Loading branch information
1 parent
0003f94
commit d313670
Showing
8 changed files
with
138 additions
and
12 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
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.node.state_territory.field_date_in_person_deadline.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: 4fced31a-96ae-4d22-aeb1-0d17327c48bf | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_date_in_person_deadline | ||
- node.type.state_territory | ||
module: | ||
- datetime | ||
id: node.state_territory.field_date_in_person_deadline | ||
field_name: field_date_in_person_deadline | ||
entity_type: node | ||
bundle: state_territory | ||
label: 'Date in-person deadline' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: datetime |
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.node.state_territory.field_date_online_deadline.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: 37a8611e-6bcf-4c74-a01f-f0a9b5ed6198 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_date_online_deadline | ||
- node.type.state_territory | ||
module: | ||
- datetime | ||
id: node.state_territory.field_date_online_deadline | ||
field_name: field_date_online_deadline | ||
entity_type: node | ||
bundle: state_territory | ||
label: 'Date Online Deadline' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: datetime |
20 changes: 20 additions & 0 deletions
20
config/sync/field.storage.node.field_date_in_person_deadline.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,20 @@ | ||
uuid: 028517aa-2c53-42d2-83fa-0b15e99d12e8 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- datetime | ||
- node | ||
id: node.field_date_in_person_deadline | ||
field_name: field_date_in_person_deadline | ||
entity_type: node | ||
type: datetime | ||
settings: | ||
datetime_type: date | ||
module: datetime | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
20 changes: 20 additions & 0 deletions
20
config/sync/field.storage.node.field_date_online_deadline.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,20 @@ | ||
uuid: 13d97756-f710-44e5-b018-4df700dcd235 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- datetime | ||
- node | ||
id: node.field_date_online_deadline | ||
field_name: field_date_online_deadline | ||
entity_type: node | ||
type: datetime | ||
settings: | ||
datetime_type: date | ||
module: datetime | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |