- Issue created by @pdureau
- 🇫🇷France pdureau Paris
During the work on ✨ [1.0.0-beta2] Migration from Layout Builder Active we tried to import Layout plugins as SDC:
- using
hook_component_info_alter
(forbidden by SDC but restored by UI Patterns) but any try to call an other plugin manager from this hook caused a PHP memory lilmit - adding a second discovery mechanism but Core's
ComponentPluginManager::getDiscovery(): DirectoryWithMetadataPluginDiscovery
is making the addition of another discovery difficult
- using