The farm_ui_theme module depends on layout_discovery.

This went unnoticed before because farm_ui_dashboard depends on
layout_discovery, but if farm_ui_dashboard is not installed visiting
any asset/log page causes a fatal error because the layout
discovery service is not found.
This commit is contained in:
Michael Stenta 2023-05-02 11:25:25 -04:00
parent 8d551450ab
commit a13a0de10a
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ package: farmOS UI
core_version_requirement: ^9
dependencies:
- drupal:block
- drupal:layout_discovery