-
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.
Added citizen proposal status fields
- Loading branch information
Showing
13 changed files
with
234 additions
and
3 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
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.node.citizen_proposal.field_city_council_meeting_date.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: 57aa2690-2319-4322-a864-f02ed06e6bfc | ||
langcode: da | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_city_council_meeting_date | ||
- node.type.citizen_proposal | ||
module: | ||
- datetime | ||
id: node.citizen_proposal.field_city_council_meeting_date | ||
field_name: field_city_council_meeting_date | ||
entity_type: node | ||
bundle: citizen_proposal | ||
label: 'city council meeting date' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: datetime |
24 changes: 24 additions & 0 deletions
24
config/sync/field.field.node.citizen_proposal.field_status_description.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: 823d579c-92db-486e-ae30-5024c66eb415 | ||
langcode: da | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_status_description | ||
- filter.format.citizen_proposal_content | ||
- node.type.citizen_proposal | ||
module: | ||
- text | ||
id: node.citizen_proposal.field_status_description | ||
field_name: field_status_description | ||
entity_type: node | ||
bundle: citizen_proposal | ||
label: 'status description' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
allowed_formats: | ||
- citizen_proposal_content | ||
field_type: text_long |
19 changes: 19 additions & 0 deletions
19
config/sync/field.field.node.citizen_proposal.field_status_title.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: 88c3e89e-5bc7-4da6-bb13-e96d95eb6bc1 | ||
langcode: da | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_status_title | ||
- node.type.citizen_proposal | ||
id: node.citizen_proposal.field_status_title | ||
field_name: field_status_title | ||
entity_type: node | ||
bundle: citizen_proposal | ||
label: 'status title' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
20 changes: 20 additions & 0 deletions
20
config/sync/field.storage.node.field_city_council_meeting_date.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: a301f964-14c6-47dc-9329-c7dc70c7e2fb | ||
langcode: da | ||
status: true | ||
dependencies: | ||
module: | ||
- datetime | ||
- node | ||
id: node.field_city_council_meeting_date | ||
field_name: field_city_council_meeting_date | ||
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 |
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
19 changes: 19 additions & 0 deletions
19
config/sync/field.storage.node.field_status_description.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: 99a50d53-4423-4aeb-8a49-e33f87268d4a | ||
langcode: da | ||
status: true | ||
dependencies: | ||
module: | ||
- node | ||
- text | ||
id: node.field_status_description | ||
field_name: field_status_description | ||
entity_type: node | ||
type: text_long | ||
settings: { } | ||
module: text | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
Oops, something went wrong.