-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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:
emails_settings_schema:
class: AppBundle\Settings\EmailsSettingsSchema
tags:
- { name: "sylius.settings_schema", namespace: "emails" }
The schema was integrated using the findTaggedServices function in the bundle. Could you tell me how I can integrate this schema using CraueConfigBundle?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels