Skip to content

Commit

Permalink
Merge pull request #304 from Bixal/feature/BSD-303-drupal-partner
Browse files Browse the repository at this point in the history
Feature/bsd 303 drupal partner
  • Loading branch information
mattsqd authored Oct 15, 2024
2 parents 3ed1687 + 1849566 commit 9bf60b2
Show file tree
Hide file tree
Showing 27 changed files with 1,274 additions and 93 deletions.
1 change: 1 addition & 0 deletions .lando.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ tooling:
- 'drush default-content:export-references node --folder=modules/custom/bixal_default_content/content'
- 'drush default-content:export-references menu_link_content --folder=modules/custom/bixal_default_content/content'
- 'drush default-content:export-references media --folder=modules/custom/bixal_default_content/content'
- 'drush default-content:export-references config_pages --folder=modules/custom/bixal_default_content/content'
patch:
service: appserver
description: Apply composer patches or regenerate lock hash.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4",
"drupal/anchor_link": "^3.0@beta",
"drupal/autocomplete_deluxe": "^2.0",
"drupal/chosen": "^4.0",
"drupal/components": "^3.0@beta",
"drupal/config_ignore": "^3.3",
"drupal/config_pages": "^2.16",
"drupal/config_split": "^2.0",
"drupal/cookies": "^1.2",
"drupal/core-composer-scaffold": "^10.1",
Expand Down Expand Up @@ -84,6 +84,7 @@
"drupal/search_api_solr": "^4.3",
"drupal/seckit": "^2.0",
"drupal/stable": "^2.0",
"drupal/svg_image_field": "^2.3",
"drupal/twig_field_value": "^2.0",
"drupal/twig_tweak": "^3.2",
"drupal/view_unpublished": "^1.2",
Expand Down
245 changes: 177 additions & 68 deletions composer.lock

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

2 changes: 2 additions & 0 deletions composer.log
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ bb805ef6ca0a258d1c8306f0b36fafec|Matt Poole|feature/BSD-287-update-deps|Wed Sep
45572e7bbb597f5c3740a8c9063c9496|Matt Poole|feature/BSD-284-gdpr-compliance|Wed Sep 4 16:48:59 EDT 2024|./composer.sh require drupal/anchor_link:^3.0@beta
a64a80ee97032a4a2898228866cf865f|Matt Poole|feature/BSD-284-gdpr-compliance|Wed Sep 4 16:49:08 EDT 2024|./composer.sh require northernco/ckeditor5-anchor-drupal
e854b19c73ce4a93589f51c9e10dfd5c|Matt Poole|feature/BSD-300-update-deps|Tue Sep 24 13:02:32 EDT 2024|./composer.sh update
99a75b4859e0d6e103f45c5dc4a4bb2c|Matt Poole|feature/BSD-303-drupal-partner|Fri Oct 11 16:08:22 EDT 2024|./composer.sh require drupal/svg_image_field
320ac2f509ac26933a05babde466b2a9|Matt Poole|feature/BSD-303-drupal-partner|Fri Oct 11 17:14:30 EDT 2024|./composer.sh require drupal/config_pages
17 changes: 17 additions & 0 deletions config/sync/config_pages.type.accreditations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
uuid: 4b52e822-65df-42d9-b8d9-8245fc5acbfc
langcode: en
status: true
dependencies: { }
id: accreditations
label: Accreditations
token: false
context:
show_warning: true
group:
language: false
fallback:
language: ''
menu:
path: /admin/content/accreditations
weight: 0
description: 'Add or remove accreditation links and images.'
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
uuid: a605d9b4-8288-4858-9b43-d33dabbe70c9
langcode: en
status: true
dependencies:
config:
- config_pages.type.accreditations
- field.field.config_pages.accreditations.field_links
- field.field.config_pages.accreditations.field_logos
module:
- link
- svg_image_field
id: config_pages.accreditations.default
targetEntityType: config_pages
bundle: accreditations
mode: default
content:
field_links:
type: link_default
weight: 0
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_logos:
type: svg_image_field_widget
weight: 1
region: content
settings:
progress_indicator: throbber
preview_image_max_width: 300
preview_image_max_height: 300
third_party_settings: { }
hidden:
label: true
Loading

0 comments on commit 9bf60b2

Please sign in to comment.