Skip to content

Commit

Permalink
Merge pull request #482 from chapter-three/deployment/20210721
Browse files Browse the repository at this point in the history
Deployment/20210721
  • Loading branch information
melwong-jcc authored Jul 22, 2021
2 parents 8f58c55 + 72c5f32 commit ebf32f2
Show file tree
Hide file tree
Showing 25 changed files with 359 additions and 68 deletions.
8 changes: 4 additions & 4 deletions composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ packages:
drupal/console-core: 1.9.4
drupal/console-en: 1.9.4
drupal/console-extend-plugin: 0.9.3
drupal/core: 8.9.16
drupal/core: 8.9.17
drupal/core-composer-scaffold: 8.9.10
drupal/core-project-message: 8.9.1
drupal/core-recommended: 8.9.16
drupal/core-recommended: 8.9.17
drupal/core-vendor-hardening: 8.9.10
drupal/crop: 2.1.0
drupal/csv_serialization: 2.0.0
Expand Down Expand Up @@ -147,7 +147,7 @@ packages:
harvesthq/chosen: 1.8.7
html2text/html2text: 4.0.1
joachim-n/composer-manifest: 1.0.4
judicialcouncil/courtyard-artifact: 0.1.136
judicialcouncil/courtyard-artifact: 0.1.152
kub-at/php-simple-html-dom-parser: 1.9.1
laminas/laminas-diactoros: 1.8.7p2
laminas/laminas-escaper: 2.6.1
Expand All @@ -165,7 +165,7 @@ packages:
nikic/php-parser: v4.5.0
oomphinc/composer-installers-extender: v1.1.2
paragonie/random_compat: v9.99.99
pear/archive_tar: 1.4.13
pear/archive_tar: 1.4.14
pear/console_getopt: v1.4.3
pear/pear-core-minimal: v1.10.10
pear/pear_exception: v1.0.1
Expand Down
50 changes: 27 additions & 23 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 @@ -6,6 +6,7 @@ dependencies:
- entity_browser.browser.meb_forms
- field.field.node.srl_howto_instruction.body
- field.field.node.srl_howto_instruction.field_actions
- field.field.node.srl_howto_instruction.field_back_button_only
- field.field.node.srl_howto_instruction.field_blocks
- field.field.node.srl_howto_instruction.field_case_types
- field.field.node.srl_howto_instruction.field_column_first
Expand Down Expand Up @@ -58,6 +59,7 @@ third_party_settings:
group_hero:
children:
- field_parent
- field_back_button_only
- field_title_display
- field_column_first
- field_column_second
Expand Down Expand Up @@ -131,7 +133,7 @@ content:
region: content
created:
type: datetime_timestamp
weight: 7
weight: 6
region: content
settings: { }
third_party_settings: { }
Expand All @@ -141,6 +143,13 @@ content:
third_party_settings: { }
type: options_select
region: content
field_back_button_only:
weight: 3
settings:
display_label: true
third_party_settings: { }
type: boolean_checkbox
region: content
field_blocks:
weight: 11
settings:
Expand All @@ -157,7 +166,7 @@ content:
type: options_select
region: content
field_column_first:
weight: 4
weight: 5
settings:
rows: 9
placeholder: ''
Expand All @@ -177,7 +186,7 @@ content:
type: text_textarea_with_summary
region: content
field_column_second:
weight: 5
weight: 6
settings:
rows: 5
placeholder: ''
Expand All @@ -193,7 +202,7 @@ content:
type: text_textarea
region: content
field_dark_background:
weight: 7
weight: 8
settings:
display_label: true
third_party_settings: { }
Expand All @@ -215,7 +224,7 @@ content:
type: entity_browser_entity_reference
region: content
field_howto_tabs:
weight: 22
weight: 23
settings:
placeholder_url: ''
placeholder_title: ''
Expand All @@ -237,7 +246,7 @@ content:
type: text_textfield
region: content
field_image:
weight: 6
weight: 7
settings:
media_types: { }
third_party_settings: { }
Expand All @@ -251,7 +260,7 @@ content:
type: metatag_firehose
region: content
field_paragraphs:
weight: 6
weight: 5
settings:
title: Paragraph
title_plural: Paragraphs
Expand Down Expand Up @@ -279,7 +288,7 @@ content:
type: options_select
region: content
field_title_display:
weight: 3
weight: 4
settings:
size: 60
placeholder: ''
Expand All @@ -293,7 +302,7 @@ content:
type: text_textfield
region: content
field_watchers:
weight: 18
weight: 19
settings: { }
third_party_settings: { }
type: options_select
Expand All @@ -307,7 +316,7 @@ content:
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 100
weight: 20
settings: { }
region: content
third_party_settings: { }
Expand All @@ -319,26 +328,26 @@ content:
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
weight: 18
region: content
settings: { }
third_party_settings: { }
publish_state:
type: scheduler_moderation
weight: 30
weight: 16
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 20
weight: 15
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 9
weight: 8
region: content
third_party_settings: { }
title:
Expand Down Expand Up @@ -366,18 +375,18 @@ content:
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
weight: 17
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 30
weight: 19
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 8
weight: 7
region: content
settings: { }
third_party_settings: { }
Expand Down
Loading

0 comments on commit ebf32f2

Please sign in to comment.