Skip to content

Commit

Permalink
Merge pull request #689 from chapter-three/deployment/2022-04-06
Browse files Browse the repository at this point in the history
Deployment/2022 04 06
  • Loading branch information
baptisten authored Apr 6, 2022
2 parents d853297 + 8365b98 commit f8b0f4a
Show file tree
Hide file tree
Showing 63 changed files with 1,874 additions and 102 deletions.
4 changes: 3 additions & 1 deletion composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ packages:
drupal/search404: 1.0.0
drupal/search_api: 1.17.0
drupal/search_api_autocomplete: 1.3.0
drupal/search_api_exclude: 2.0.0
drupal/search_api_exclude_entity: 1.3.0
drupal/search_api_solr: 4.1.2
drupal/search_kint: 1.0.0
drupal/sendgrid_integration: 1.4.0
Expand Down Expand Up @@ -154,7 +156,7 @@ packages:
harvesthq/chosen: 1.8.7
html2text/html2text: 4.0.1
joachim-n/composer-manifest: 1.0.4
judicialcouncil/courtyard-artifact: 0.1.312
judicialcouncil/courtyard-artifact: 0.1.324
kub-at/php-simple-html-dom-parser: 1.9.1
laminas/laminas-diactoros: 1.8.7p2
laminas/laminas-escaper: 2.6.1
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@
"drupal/scheduler_content_moderation_integration": "^1.3",
"drupal/search404": "^1.0",
"drupal/search_api_autocomplete": "^1.2",
"drupal/search_api_exclude": "^2.0",
"drupal/search_api_exclude_entity": "^1.3",
"drupal/search_api_solr": "^4",
"drupal/sendgrid_integration": "^1.2",
"drupal/simple_block": "^1.0@beta",
Expand Down
110 changes: 103 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- field.field.node.basic.field_actions
- field.field.node.basic.field_case_types
- field.field.node.basic.field_column_first
- field.field.node.basic.field_exclude_from_search
- field.field.node.basic.field_header
- field.field.node.basic.field_hide_title
- field.field.node.basic.field_image
Expand All @@ -31,6 +32,7 @@ dependencies:
- path
- scheduler
- scheduler_content_moderation_integration
- search_api_exclude_entity
- text
third_party_settings:
field_group:
Expand Down Expand Up @@ -114,6 +116,13 @@ content:
third_party_settings: { }
type: text_textarea_with_summary
region: content
field_exclude_from_search:
weight: 101
settings:
field_label: 'Yes, exclude this entity from the search indexes.'
third_party_settings: { }
type: search_api_exclude_entity_widget
region: content
field_header:
type: entity_reference_paragraphs
weight: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@ dependencies:
- field.field.node.court.field_case_types
- field.field.node.court.field_cities
- field.field.node.court.field_description
- field.field.node.court.field_exclude_from_search
- field.field.node.court.field_main_link
- field.field.node.court.field_parties
- field.field.node.court.field_secondary_link
- field.field.node.court.field_watchers
- field.field.node.court.field_zip_codes
- node.type.court
- workflows.workflow.editorial_workflow
module:
- content_moderation
- field_group
- link
- path
- scheduler
- scheduler_content_moderation_integration
- search_api_exclude_entity
- text
third_party_settings:
field_group:
Expand Down Expand Up @@ -103,6 +109,13 @@ content:
third_party_settings: { }
type: text_textarea
region: content
field_exclude_from_search:
weight: 101
settings:
field_label: 'Yes, exclude this entity from the search indexes.'
third_party_settings: { }
type: search_api_exclude_entity_widget
region: content
field_main_link:
weight: 26
settings:
Expand Down Expand Up @@ -146,6 +159,12 @@ content:
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 100
settings: { }
region: content
third_party_settings: { }
path:
type: path
weight: 11
Expand All @@ -159,6 +178,23 @@ content:
weight: 9
region: content
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
publish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 20
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
settings:
Expand Down Expand Up @@ -196,6 +232,18 @@ content:
match_limit: 10
region: content
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 12
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies:
- field.field.node.courthouse.field_building_hours_wednesday
- field.field.node.courthouse.field_case_types
- field.field.node.courthouse.field_court
- field.field.node.courthouse.field_exclude_from_search
- field.field.node.courthouse.field_filing_hours_friday
- field.field.node.courthouse.field_filing_hours_monday
- field.field.node.courthouse.field_filing_hours_summary
Expand All @@ -34,11 +35,16 @@ dependencies:
- field.field.node.courthouse.field_selfhelp_hours_wednesday
- field.field.node.courthouse.field_watchers
- node.type.courthouse
- workflows.workflow.editorial_workflow
module:
- content_moderation
- field_group
- link
- media_library
- path
- scheduler
- scheduler_content_moderation_integration
- search_api_exclude_entity
- telephone
- text
third_party_settings:
Expand Down Expand Up @@ -228,6 +234,13 @@ content:
third_party_settings: { }
type: options_select
region: content
field_exclude_from_search:
weight: 101
settings:
field_label: 'Yes, exclude this entity from the search indexes.'
third_party_settings: { }
type: search_api_exclude_entity_widget
region: content
field_filing_hours_friday:
weight: 25
settings:
Expand Down Expand Up @@ -389,6 +402,12 @@ content:
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 100
settings: { }
region: content
third_party_settings: { }
path:
type: path
weight: 14
Expand All @@ -402,6 +421,23 @@ content:
weight: 12
region: content
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
publish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 20
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
settings:
Expand Down Expand Up @@ -439,6 +475,18 @@ content:
match_limit: 10
region: content
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 15
region: content
Expand Down
Loading

0 comments on commit f8b0f4a

Please sign in to comment.