Skip to content

Instantly share code, notes, and snippets.

@imcbride
Last active July 15, 2021 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imcbride/68b2dddfaea87212e66828e838b002bd to your computer and use it in GitHub Desktop.
Save imcbride/68b2dddfaea87212e66828e838b002bd to your computer and use it in GitHub Desktop.
Drupal 9 compatibility patch for lb_ux
diff --git a/lb_ux.info.yml b/lb_ux.info.yml
index 1ef0206..71de730 100644
--- a/lb_ux.info.yml
+++ b/lb_ux.info.yml
@@ -2,6 +2,6 @@ name: 'Layout Builder UX'
type: module
description: 'Alters the Layout Builder UI for better usability'
package: Layout Builder
-core: 8.x
+core_version_requirement: ^8.7.7 || ^9
dependencies:
- drupal:layout_builder
diff --git a/tests/modules/lb_ux_test/lb_ux_test.info.yml b/tests/modules/lb_ux_test/lb_ux_test.info.yml
index 633b6e6..f9a261e 100644
--- a/tests/modules/lb_ux_test/lb_ux_test.info.yml
+++ b/tests/modules/lb_ux_test/lb_ux_test.info.yml
@@ -2,5 +2,5 @@ name: 'Layout Builder UX test'
type: module
description: 'Support module for testing Layout Builder UX.'
package: Testing
-core: 8.x
+core_version_requirement: ^8.7.7 || ^9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment