We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the command sylius:theme:assets:install is missing because the services.xml doesn't indicate where to load the xml files into integrations directory.
please add
<import resource="services/integrations/*.xml" />
The text was updated successfully, but these errors were encountered:
Hi,could you please provide a reproducible scenario for that issue?
The services inside integrations folder are loaded via the SyliusThemeExtension and they should not always all be loaded (legacy mode support).
SyliusThemeExtension
So I would like to understand better your issue and see how can we fix it properly.
Thanks
Sorry, something went wrong.
No branches or pull requests
the command sylius:theme:assets:install is missing because the services.xml doesn't indicate where to load the xml files into integrations directory.
please add
<import resource="services/integrations/*.xml" />
The text was updated successfully, but these errors were encountered: