-
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 #3287 from CityOfBoston/master
(production) Rollcall, MOH and addtocal updates
- Loading branch information
Showing
224 changed files
with
19,233 additions
and
194 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
22 changes: 22 additions & 0 deletions
22
config/default/core.base_field_override.node.roll_call_dockets.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: d5bd9b32-599a-44d1-a334-4380765b5bc5 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.roll_call_dockets | ||
id: node.roll_call_dockets.promote | ||
field_name: promote | ||
entity_type: node | ||
bundle: roll_call_dockets | ||
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.roll_call_dockets.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: 65c05dfc-dc4b-4879-b7cf-10b74c6d450a | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- node.type.roll_call_dockets | ||
id: node.roll_call_dockets.title | ||
field_name: title | ||
entity_type: node | ||
bundle: roll_call_dockets | ||
label: 'Docket Number' | ||
description: '' | ||
required: true | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
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
133 changes: 133 additions & 0 deletions
133
config/default/core.entity_form_display.node.roll_call_dockets.default.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,133 @@ | ||
uuid: a54a2432-0677-41f0-9b3a-a89fd253f52f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.node.roll_call_dockets.body | ||
- field.field.node.roll_call_dockets.field_components | ||
- field.field.node.roll_call_dockets.field_meeting_date | ||
- node.type.roll_call_dockets | ||
- workflows.workflow.managed_workflow | ||
module: | ||
- content_moderation | ||
- datetime | ||
- field_group | ||
- paragraphs | ||
- publication_date | ||
- text | ||
third_party_settings: | ||
field_group: | ||
group_council_meeting: | ||
children: | ||
- group_docket | ||
label: 'Council Meeting' | ||
region: content | ||
parent_name: '' | ||
weight: 0 | ||
format_type: tabs | ||
format_settings: | ||
classes: '' | ||
show_empty_fields: false | ||
id: '' | ||
direction: vertical | ||
width_breakpoint: 640 | ||
group_docket: | ||
children: | ||
- title | ||
- field_meeting_date | ||
- body | ||
- field_components | ||
label: Docket | ||
region: content | ||
parent_name: group_council_meeting | ||
weight: 20 | ||
format_type: tab | ||
format_settings: | ||
classes: '' | ||
show_empty_fields: false | ||
id: '' | ||
formatter: closed | ||
description: '' | ||
required_fields: true | ||
id: node.roll_call_dockets.default | ||
targetEntityType: node | ||
bundle: roll_call_dockets | ||
mode: default | ||
content: | ||
body: | ||
type: text_textarea_with_summary | ||
weight: 4 | ||
region: content | ||
settings: | ||
rows: 9 | ||
summary_rows: 3 | ||
placeholder: '' | ||
show_summary: false | ||
third_party_settings: { } | ||
created: | ||
type: datetime_timestamp | ||
weight: 3 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
field_components: | ||
type: entity_reference_paragraphs | ||
weight: 5 | ||
region: content | ||
settings: | ||
title: 'Roll Call Vote' | ||
title_plural: 'Roll Call Votes' | ||
edit_mode: open | ||
add_mode: dropdown | ||
form_display_mode: default | ||
default_paragraph_type: roll_call_vote | ||
third_party_settings: { } | ||
field_meeting_date: | ||
type: datetime_default | ||
weight: 3 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
moderation_state: | ||
type: moderation_state_default | ||
weight: 1 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
published_at: | ||
type: publication_date_timestamp | ||
weight: 4 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
status: | ||
type: boolean_checkbox | ||
weight: 5 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
title: | ||
type: string_textfield | ||
weight: 2 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
uid: | ||
type: entity_reference_autocomplete | ||
weight: 2 | ||
region: content | ||
settings: | ||
match_operator: CONTAINS | ||
match_limit: 10 | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
hidden: | ||
langcode: true | ||
path: true | ||
promote: true | ||
sticky: true | ||
url_redirects: true |
Oops, something went wrong.