You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm looking for a bit of help integrating a custom form schema. I'm trying to switch over from SyliusSettingsBundle to CraueConfigBundle because Sylius doesn't support Symfony4. The settings fields need to be displayed in a custom form that was integrated with the Sylius bundle using a service tag in services.yml, like this:
The schema was integrated using the findTaggedServices function in the bundle. Could you tell me how I can integrate this schema using CraueConfigBundle?
The text was updated successfully, but these errors were encountered:
Hello,
I'm looking for a bit of help integrating a custom form schema. I'm trying to switch over from SyliusSettingsBundle to CraueConfigBundle because Sylius doesn't support Symfony4. The settings fields need to be displayed in a custom form that was integrated with the Sylius bundle using a service tag in
services.yml
, like this:The schema was integrated using the
findTaggedServices
function in the bundle. Could you tell me how I can integrate this schema using CraueConfigBundle?The text was updated successfully, but these errors were encountered: