- Issue created by @pdureau
- π©πͺGermany sharique
I did the quick testing for this as follows.
- Installed latest Drupal core 11.x
- Create a new theme
- Created a simple alert component
- Installed UI pattern layout and layout builder
- Added alert component in article display mode using layout builder twice with different variants
- Both variants are displayed correctly.
There is one error I got when enabling module, I'll create a separate ticket for it
- πΊπ¦Ukraine SmovS Lutsk
Thank you @sharique, for testing and your feedback.
I tested it a bit as well, and here are my results:
Tested env:
Crupal Core: 11.2-dev
PHP: 8.3.19
UI Patterns: 2.0.3During the installation of the ui_patterns 2.0.3, I got an error about the compatibility with the Drupal Core implementation (
ComponentPluginManager::processDefinitionCategor
)Also, I installed and tested these themes as origins for the components :
ui_suite_bootstrap (5.1.0-beta1)
ui_suite_material (2.0.0-beta1)
ui_suite_daisyui (5.0.0-alpha2)Each of them was installed and worked without errors.
I can confirm variants like primary, danger, warning, etc., from the abovementioned themes work without issues in Drupal 11.2.
- π«π·France pdureau Paris
Great, thanks both.
ComponentPluginManager::processDefinitionCategory
is managed in an other issue: π PHPSTAN next minor warnings Active