- Issue created by @meriematri
- 🇮🇳India abhishek@kumar
Update the Seven theme's info.yml file to declare dependencies on these modules:
# seven.info.yml dependencies: - drupal:media_library - drupal:tour
The drupal/seven shows warnings when checked for compatibility with Drupal 11 using the Upgrade Status module.
The following warnings occur in the seven.info.yml file:
Warning: The 'media_library/view' library is not defined because the defining extension is not installed. The upgrade tool cannot determine if this library is deprecated.
Media Library Widget Library Warning:
Warning: The 'media_library/widget' library is not defined because the defining extension is not installed. The upgrade tool cannot determine if this library is deprecated.
Tour Styling Library Warning:
Warning: The 'tour/tour-styling' library is not defined because the defining extension is not installed. The upgrade tool cannot determine if this library is deprecated.
Core 10.3 or higher.
Install and enable the Upgrade Status module.
Check the drupal/seven theme for compatibility with Drupal 11 using the Upgrade Status report.
Observe the warnings in drupal/seven
Active
1.0
Code
Update the Seven theme's info.yml file to declare dependencies on these modules:
# seven.info.yml
dependencies:
- drupal:media_library
- drupal:tour