Skip to content

Commit

Permalink
Merge pull request #537 from chapter-three/deployment/20210908
Browse files Browse the repository at this point in the history
Deployment/20210908
  • Loading branch information
ivanbueno-jcc authored Sep 8, 2021
2 parents 3cd03ca + 9a44c9b commit 7e15922
Show file tree
Hide file tree
Showing 20 changed files with 2,084 additions and 22 deletions.
2 changes: 1 addition & 1 deletion composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ packages:
harvesthq/chosen: 1.8.7
html2text/html2text: 4.0.1
joachim-n/composer-manifest: 1.0.4
judicialcouncil/courtyard-artifact: 0.1.185
judicialcouncil/courtyard-artifact: 0.1.195
kub-at/php-simple-html-dom-parser: 1.9.1
laminas/laminas-diactoros: 1.8.7p2
laminas/laminas-escaper: 2.6.1
Expand Down
10 changes: 5 additions & 5 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
@@ -0,0 +1,67 @@
uuid: 9965759a-c802-4d95-9feb-893fd9d57010
langcode: en
status: true
dependencies:
config:
- field.field.media.remote_video.field_media_oembed_video
- media.type.remote_video
module:
- path
id: media.remote_video.default
targetEntityType: media
bundle: remote_video
mode: default
content:
created:
type: datetime_timestamp
weight: 4
region: content
settings: { }
third_party_settings: { }
field_media_oembed_video:
type: string_textfield
weight: 1
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 5
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 6
region: content
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 3
settings:
match_operator: CONTAINS
size: 60
placeholder: ''
match_limit: 10
region: content
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- 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_type_override
- field.field.node.srl_howto_instruction.field_case_types
- field.field.node.srl_howto_instruction.field_column_first
- field.field.node.srl_howto_instruction.field_column_second
Expand Down Expand Up @@ -96,6 +97,7 @@ third_party_settings:
- field_actions
- field_parties
- field_watchers
- field_case_type_override
parent_name: ''
weight: 14
format_type: fieldset
Expand Down Expand Up @@ -159,6 +161,14 @@ content:
third_party_settings: { }
type: block_field_default
region: content
field_case_type_override:
weight: 19
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: link_default
region: content
field_case_types:
weight: 15
settings: { }
Expand Down Expand Up @@ -302,7 +312,7 @@ content:
type: text_textfield
region: content
field_watchers:
weight: 19
weight: 18
settings: { }
third_party_settings: { }
type: options_select
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.case_type.field_url
- taxonomy.vocabulary.case_type
module:
- link
- path
- text
id: taxonomy_term.case_type.default
Expand All @@ -13,39 +15,52 @@ bundle: case_type
mode: default
content:
description:
type: text_textfield
weight: 0
type: text_textarea
weight: 1
region: content
settings:
size: 60
placeholder: ''
rows: 5
third_party_settings: { }
field_url:
weight: 2
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: link_default
region: content
langcode:
type: language_select
weight: 2
weight: 3
region: content
settings:
include_locked: true
third_party_settings: { }
name:
type: string_textfield
weight: -5
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
weight: 5
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 100
weight: 6
region: content
third_party_settings: { }
translation:
weight: 4
region: content
settings: { }
third_party_settings: { }
hidden: { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
uuid: 84339daa-3edc-47dd-a612-86f5253984ed
langcode: en
status: true
dependencies:
config:
- field.field.media.remote_video.field_media_oembed_video
- media.type.remote_video
module:
- media
id: media.remote_video.default
targetEntityType: media
bundle: remote_video
mode: default
content:
field_media_oembed_video:
type: oembed
weight: 0
region: content
label: hidden
settings:
max_width: 560
max_height: 340
third_party_settings: { }
hidden:
created: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- 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_type_override
- field.field.node.srl_howto_instruction.field_case_types
- field.field.node.srl_howto_instruction.field_column_first
- field.field.node.srl_howto_instruction.field_column_second
Expand Down Expand Up @@ -127,6 +128,7 @@ content:
hidden:
field_actions: true
field_back_button_only: true
field_case_type_override: true
field_case_types: true
field_dark_background: true
field_metatag: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
- 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_type_override
- field.field.node.srl_howto_instruction.field_case_types
- field.field.node.srl_howto_instruction.field_column_first
- field.field.node.srl_howto_instruction.field_column_second
Expand Down Expand Up @@ -40,6 +41,7 @@ hidden:
field_actions: true
field_back_button_only: true
field_blocks: true
field_case_type_override: true
field_case_types: true
field_column_first: true
field_column_second: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ langcode: en
status: true
dependencies:
config:
- field.field.taxonomy_term.case_type.field_url
- taxonomy.vocabulary.case_type
module:
- link
- text
id: taxonomy_term.case_type.default
targetEntityType: taxonomy_term
Expand All @@ -18,6 +20,18 @@ content:
region: content
settings: { }
third_party_settings: { }
field_url:
weight: 1
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
type: link
region: content
hidden:
langcode: true
search_api_excerpt: true
1 change: 1 addition & 0 deletions config/config-default/editor.editor.basic_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ settings:
- Outdent
- Indent
- HorizontalRule
- Table
-
name: Linking
items:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: f48cbac8-da3d-4754-833e-c5ba73f97753
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_case_type_override
- node.type.srl_howto_instruction
module:
- datalayer
- link
- tmgmt_content
third_party_settings:
datalayer:
expose: 0
label: field_case_type_override
tmgmt_content:
excluded: false
id: node.srl_howto_instruction.field_case_type_override
field_name: field_case_type_override
entity_type: node
bundle: srl_howto_instruction
label: 'Case type Override'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
link_type: 17
title: 1
field_type: link
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: 8415c092-1ea0-4703-aa73-6196dd039d2e
langcode: en
status: true
dependencies:
config:
- field.storage.taxonomy_term.field_url
- taxonomy.vocabulary.case_type
module:
- datalayer
- link
- tmgmt_content
third_party_settings:
datalayer:
expose: 0
label: field_url
tmgmt_content:
excluded: false
id: taxonomy_term.case_type.field_url
field_name: field_url
entity_type: taxonomy_term
bundle: case_type
label: URL
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
link_type: 17
title: 1
field_type: link
Loading

0 comments on commit 7e15922

Please sign in to comment.