- Issue created by @pdureau
Those 2 modules are "hard" dependencies in info.yml because of:
Drupal\ui_styles\Render\Element
in BuilderPanel island pluginHowever, not every projects needs styles and css variables.
Can we make them "soft" dependencies?
We may need to leverage mechanisms like \Drupal::service('module_handler')->moduleExists('devel'))
in ::isApplicable()
method
The BuilderPanel case may be more complex.
Active
1.0
UI/UX/Islands