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
sonata_admin.form_themes
There is a form_themes: key in the twig config. I think we could have one too in sonata_admin config.
form_themes:
twig
sonata_admin
These form themes would be used as if there were added to Abstract::getFormTheme. This would avoid to add a theme to every admin easily.
Abstract::getFormTheme
The text was updated successfully, but these errors were encountered:
Closing in favor of sonata_admin.default_services.templates.form in #7077
sonata_admin.default_services.templates.form
Sorry, something went wrong.
No branches or pull requests
Feature Request
There is a
form_themes:
key in thetwig
config.I think we could have one too in
sonata_admin
config.These form themes would be used as if there were added to
Abstract::getFormTheme
.This would avoid to add a theme to every admin easily.
The text was updated successfully, but these errors were encountered: