Skip to content
Snippets Groups Projects
Commit 489d7a99 authored by Alberto Siles's avatar Alberto Siles Committed by Alberto Siles
Browse files

Issue #2976934 by dravenk, labboy0276, ashrafabed, hswong3i, yusufhm, Sivaji:...

Issue #2976934 by dravenk, labboy0276, ashrafabed, hswong3i, yusufhm, Sivaji: Display Suite classes breaks Layout Builder if Display Suite is not installed
parent 62c63bd3
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ core: 8.x ...@@ -5,6 +5,9 @@ core: 8.x
core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9
base theme: false base theme: false
dependencies:
- bootstrap_extras
libraries: libraries:
- bootstrap_barrio/global-styling - bootstrap_barrio/global-styling
......
...@@ -2,7 +2,7 @@ bb_cardbasic: ...@@ -2,7 +2,7 @@ bb_cardbasic:
label: Card basic label: Card basic
category: Barrio category: Barrio
template: templates/ds/layout--ds-card-basic template: templates/ds/layout--ds-card-basic
class: '\Drupal\ds\Plugin\DsLayout' class: '\Drupal\bootstrap_extras\Plugin\BarrioLayout'
regions: regions:
first: first:
label: Content label: Content
...@@ -10,7 +10,7 @@ bb_cardtopimage: ...@@ -10,7 +10,7 @@ bb_cardtopimage:
label: Card top image label: Card top image
category: Barrio category: Barrio
template: templates/ds/layout--ds-card-top-image template: templates/ds/layout--ds-card-top-image
class: '\Drupal\ds\Plugin\DsLayout' class: '\Drupal\bootstrap_extras\Plugin\BarrioLayout'
regions: regions:
first: first:
label: Image label: Image
...@@ -20,7 +20,7 @@ bb_cardimageoverlay: ...@@ -20,7 +20,7 @@ bb_cardimageoverlay:
label: Card image overlay label: Card image overlay
category: Barrio category: Barrio
template: templates/ds/layout--ds-card-image-overlay template: templates/ds/layout--ds-card-image-overlay
class: '\Drupal\ds\Plugin\DsLayout' class: '\Drupal\bootstrap_extras\Plugin\BarrioLayout'
regions: regions:
first: first:
label: Image label: Image
...@@ -30,7 +30,7 @@ bb_cardheaderfooter: ...@@ -30,7 +30,7 @@ bb_cardheaderfooter:
label: Card header footer label: Card header footer
category: Barrio category: Barrio
template: templates/ds/layout--ds-card-header-footer template: templates/ds/layout--ds-card-header-footer
class: '\Drupal\ds\Plugin\DsLayout' class: '\Drupal\bootstrap_extras\Plugin\BarrioLayout'
regions: regions:
first: first:
label: Header label: Header
...@@ -42,7 +42,7 @@ bb_card3stack: ...@@ -42,7 +42,7 @@ bb_card3stack:
label: Card three block stacked label: Card three block stacked
category: Barrio category: Barrio
template: templates/ds/layout--ds-card-3stack template: templates/ds/layout--ds-card-3stack
class: '\Drupal\ds\Plugin\DsLayout' class: '\Drupal\bootstrap_extras\Plugin\BarrioLayout'
regions: regions:
first: first:
label: First label: First
...@@ -54,7 +54,7 @@ bb_media: ...@@ -54,7 +54,7 @@ bb_media:
label: Media label: Media
category: Barrio category: Barrio
template: templates/ds/layout--ds-media template: templates/ds/layout--ds-media
class: '\Drupal\ds\Plugin\DsLayout' class: '\Drupal\bootstrap_extras\Plugin\BarrioLayout'
regions: regions:
first: first:
label: Image label: Image
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/bootstrap_barrio", "homepage": "https://www.drupal.org/project/bootstrap_barrio",
"require": { "require": {
"twbs/bootstrap": "^4.4.1" "twbs/bootstrap": "^4.4.1",
"drupal/bootstrap_extras": "^4.0.0"
}, },
"authors": [{ "authors": [{
"name": "Alberto Siles", "name": "Alberto Siles",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment