Open finnlewis opened 1 year ago
@christianwiedemann just tested the above again, this time with
npx @wingsuit-designsystem/cli@2.0.0-alpha.7 init -k tailwind --branch release-2-0
i am still getting the same error in Drupal
`Drupal\Component\Plugin\Exception\PluginNotFoundException: The "pagination" plugin does not exist. Valid plugin IDs for Drupal\ui_patterns\UiPatternsManager are: in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of /var/www/html/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
On the Wingsuit Companion settings in the Drupal admin UI, I have tried a few variations, in case it is something funky about the path. So I tried each of the following, clearing cache each time.
/../../dist/app-drupal/
/../../dist/app-drupal
../../dist/app-drupal/
../../dist/app-drupal
and
/themes/custom/wingsuit/dist/app-drupal/
/themes/custom/wingsuit/dist/app-drupal
themes/custom/wingsuit/dist/app-drupal/
themes/custom/wingsuit/dist/app-drupal
I still get the same error in Drupal logs above. Any ideas?
First, thank you @christianwiedemann for your help so far, very kind and productive. Please don't see this as chasing, I'm just documenting my progress here for others and for reference for my future self.
Describe the bug
I'm trying to test wingsuit 2.x with Drupal 9 (eg https://github.com/wingsuit-designsystem/wingsuit/releases/tag/v2.0.0-alpha.6)
To Reproduce
Do a fresh installation of Drupal 9 and grab required dependencies.
Move to the themes directory and built the wingsuit theme / app / thing.
At this point I get storybook singing sweetly:
Next I want to get the wingsuit Drupal theme humming.
This builds out the themes/custom/wingsuit/dist/app-drupal directory with the Drupal assets.
Enabling the Drupal theme and setting default gives me the following error: