Issue #3325150: Remove not supported Media Library Theme Reset module
... | ... | @@ -2,11 +2,10 @@ |
"name": "drupal/bootstrap_styles", | ||
"type": "drupal-module", | ||
"keywords": ["Drupal", "Bootstrap", "Grid", "Layout Builder"], | ||
"license": "GPL-2.0+", | ||
"license": "GPL-2.0-or-later", | ||
"description": "Add a plugins builder and a collection of reusable plugins to the Layout Builder module.", | ||
"require": { | ||
"drupal/media_library_form_element": "^2.0", | ||
"drupal/media_library_theme_reset": "^1.0", | ||
"drupal/core": "^9.3 || ^10" | ||
"drupal/core": "^9.3 || ^10", | ||
"drupal/media_library_form_element": "^2.0" | ||
} | ||
} |
Please register or sign in to comment