Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"drupal/environment_indicator": "^4.0",
"drupal/focal_point": "^1.5",
"drupal/google_analytics": "^3.1",
"drupal/graphql": "^4.0",
"drupal/honeypot": "^2.0",
"drupal/image_style_quality": "^1.4",
"drupal/layout_builder_browser": "^1.1",
Expand Down
183 changes: 182 additions & 1 deletion drupal/composer.lock

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

3 changes: 3 additions & 0 deletions drupal/composer.patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
},
"drupal/media_entity_instagram": {
"https://www.drupal.org/node/3118095": "https://www.drupal.org/files/issues/2020-09-03/3118095-10.patch"
},
"drupal/paragraphs": {
"https://www.drupal.org/node/2901390": "https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch"
}
}
}
5 changes: 5 additions & 0 deletions drupal/config/dev/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ module:
dblog: 0
devel: 0
editor: 0
entity_reference_revisions: 0
environment_indicator: 0
field: 0
field_ui: 0
file: 0
filter: 0
focal_point: 0
graphql: 0
image: 0
image_style_quality: 0
inline_form_errors: 0
Expand All @@ -34,6 +36,7 @@ module:
layout_builder_iframe_modal: 0
layout_discovery: 0
link: 0
manati_graphql: 0
manati_landing_pages: 0
manati_layout_builder: 0
media: 0
Expand Down Expand Up @@ -67,13 +70,15 @@ module:
token: 0
toolbar: 0
twig_tweak: 0
typed_data: 0
update: 0
user: 0
views_ui: 0
xmlsitemap_engines: 0
pathauto: 1
xmlsitemap: 1
views: 10
paragraphs: 11
bloom: 1000
theme:
stable: 0
Expand Down
2 changes: 1 addition & 1 deletion drupal/config/dev/devel.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error_handlers:
rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: default
devel_dumper: kint
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: true
_core:
Expand Down
8 changes: 8 additions & 0 deletions drupal/config/sync/block_content.type.card.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uuid: 8418cc87-7b50-4006-9a8d-7938b1c15969
langcode: en
status: true
dependencies: { }
id: card
label: Card
revision: 1
description: ''
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 4601ce3a-83f5-4c0c-93f2-2e605deb6f38
langcode: en
status: true
dependencies:
config:
- node.type.article
id: node.article.promote
field_name: promote
entity_type: node
bundle: article
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
uuid: e10de7f9-f608-4c9c-b368-4eaf8e395a9b
langcode: en
status: true
dependencies:
config:
- block_content.type.card
- field.field.block_content.card.body
- field.field.block_content.card.field_cta
- field.field.block_content.card.field_image
- field.field.block_content.card.field_link
module:
- media_library
- paragraphs
- text
id: block_content.card.default
targetEntityType: block_content
bundle: card
mode: default
content:
body:
type: text_textarea_with_summary
weight: 26
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
region: content
field_cta:
type: entity_reference_paragraphs
weight: 28
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
add_mode: dropdown
form_display_mode: default
default_paragraph_type: ''
third_party_settings: { }
region: content
field_image:
type: media_library_widget
weight: 27
settings:
media_types: { }
third_party_settings: { }
region: content
field_link:
type: entity_reference_paragraphs
weight: 29
settings:
title: Paragraph
title_plural: Paragraphs
edit_mode: open
add_mode: dropdown
form_display_mode: default
default_paragraph_type: ''
third_party_settings: { }
region: content
info:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
Loading