-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 1.06 KB
/
composer.json
File metadata and controls
29 lines (29 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "specbee/storm_cms_page_builder",
"description": "Enhances the page building experience with Drupal Layout Builder",
"type": "drupal-recipe",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/layout_builder_browser": "^1.7",
"drupal/layout_builder_modal": "^1.2",
"drupal/layout_builder_operation_link": "^2.1",
"drupal/layout_builder_restrictions": "^3.0",
"drupal/media_library_form_element": "^2.1",
"drupal/section_library": "^1.1",
"specbee/storm_cms_content_type_base": "1.x-dev",
"specbee/storm_cms_layout_builder": "1.x-dev",
"specbee/storm_cms_media": "1.x-dev"
},
"extra": {
"patches": {
"drupal/layout_builder_modal": {
"[#3214458] Move all Layout Builder operations into modal": "https://www.drupal.org/files/issues/2023-10-13/lb-operation-modal-3214458-14.patch"
}
}
},
"config": {
"sort-packages": true
}
}