Skip to content
New issue

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

Using a custom form schema #46

Open
yvoloshin opened this issue May 1, 2018 · 0 comments
Open

Using a custom form schema #46

yvoloshin opened this issue May 1, 2018 · 0 comments

Comments

@yvoloshin
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant