-
Notifications
You must be signed in to change notification settings - Fork 20
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 #3580 from CityOfBoston/DIG-4949
(develop) Project Tracker Create Content Type DIG-4949
- Loading branch information
Showing
182 changed files
with
9,232 additions
and
7 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
config/default/core.base_field_override.node.project.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: 7bde5382-c7f5-415e-939b-cdddc910ba34 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.project | ||
id: node.project.promote | ||
field_name: promote | ||
entity_type: node | ||
bundle: project | ||
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 |
18 changes: 18 additions & 0 deletions
18
config/default/core.base_field_override.node.project.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,18 @@ | ||
uuid: 4caac611-8361-4ca8-9113-14861a5db57f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.project | ||
id: node.project.title | ||
field_name: title | ||
entity_type: node | ||
bundle: project | ||
label: 'Project Name' | ||
description: '' | ||
required: true | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
Oops, something went wrong.