- Issue created by @pdureau
- Status changed to Needs review
8 months ago 11:49am 3 April 2024 - 🇮🇳India sarwan_verma
Hi @pdureau,
I have fixed this issue "Dependency to ui_patterns:ui_patterns_layout" and also attached patch,
kindly review and verify.
The module dependencies are currently those ones:
dependencies:
- ui_patterns:ui_patterns
- drupal:layout_builder
If ui_patterns_layout is not already activated, we don't see any components in layout builder.
So, it may be better to have those ones:
dependencies:
- ui_patterns:ui_patterns_layout
- drupal:layout_builder
Needs review
1.0
Code
Hi @pdureau,
I have fixed this issue "Dependency to ui_patterns:ui_patterns_layout" and also attached patch,
kindly review and verify.