Skip to content

Commit

Permalink
BSD fixes #303: Allowed exporting config_pages and exported them.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Oct 11, 2024
1 parent 6490856 commit 1849566
Show file tree
Hide file tree
Showing 8 changed files with 736 additions and 0 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
_meta:
version: '1.0'
entity_type: config_pages
uuid: 276db8f2-793f-403c-99f3-06386d106160
bundle: accreditations
depends:
63a7579d-b46c-46fd-82ba-666092fb4767: file
6efaede2-cc20-4bca-b456-e6bf40b14306: file
06223de4-3425-4892-931e-2df4f3d616d3: file
default:
label:
-
value: Accreditations
type:
-
target_id: accreditations
context:
-
value: 'a:0:{}'
field_links:
-
uri: 'https://www.sba.gov/business-guide/grow-your-business/women-owned-businesses'
title: 'Woman-owned small business '
options: { }
-
uri: 'https://www.iso.org/standard/62085.html'
title: 'ISO 9001:2015 '
options: { }
-
uri: 'https://cmmiinstitute.com/learning/appraisals/levels'
title: 'CMMI Level 3 '
options: { }
field_logos:
-
entity: 63a7579d-b46c-46fd-82ba-666092fb4767
alt: 'ISO certified logo'
title: ''
-
entity: 6efaede2-cc20-4bca-b456-e6bf40b14306
alt: 'Capability Maturity Model Integration Level 3 logo'
title: ''
-
entity: 06223de4-3425-4892-931e-2df4f3d616d3
alt: 'Drupal Certified Bronze Partner'
title: ''
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
_meta:
version: '1.0'
entity_type: file
uuid: 06223de4-3425-4892-931e-2df4f3d616d3
default_langcode: en
default:
uid:
-
target_id: 1
filename:
-
value: association_certified_bronze_badge_0.svg
uri:
-
value: 'public://accreditations/association_certified_bronze_badge_0.svg'
filemime:
-
value: image/svg+xml
filesize:
-
value: 27414
status:
-
value: true
created:
-
value: 1728680347
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
_meta:
version: '1.0'
entity_type: file
uuid: 63a7579d-b46c-46fd-82ba-666092fb4767
default_langcode: en
default:
uid:
-
target_id: 1
filename:
-
value: iso-certified.svg
uri:
-
value: 'public://accreditations/iso-certified.svg'
filemime:
-
value: image/svg+xml
filesize:
-
value: 27097
status:
-
value: true
created:
-
value: 1728677424
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
_meta:
version: '1.0'
entity_type: file
uuid: 6efaede2-cc20-4bca-b456-e6bf40b14306
default_langcode: en
default:
uid:
-
target_id: 1
filename:
-
value: cmmi.svg
uri:
-
value: 'public://accreditations/cmmi.svg'
filemime:
-
value: image/svg+xml
filesize:
-
value: 19104
status:
-
value: true
created:
-
value: 1728677375
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1849566

Please sign in to comment.