-
Notifications
You must be signed in to change notification settings - Fork 149
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
Set Skin and other options parameter #201
Comments
@nievox it seems that you have written "admin_skill" not "admin_skin". Could you paste your twig template using the option and your config.yml? |
Thanks for your answer and congratulation for this project. This is my confg.yml file:
And, for example. this is a base.html.twig i my project:
I hope that is helpful for the project. |
If you use '%admin_skin%' then it is a parameter, and you should define under parameters section: parameters:
locale: it
admin_skin: skin-black-light |
Yes, i done, you can see my first comment... with copy error skill <-> skin :) |
@nievox please chek my PR #209. You need change the configuration structure. |
I try to set skin (skin-black-light) like documentation. But configuration parameters are ignored. So i resolve in this way, according to
/vendor/avanzu/admin-theme-bundle/DependencyInjection/Configuration.php
#config.yml avanzu_admin_theme: options: skin: '%admin_skin%' # see skin listing for viable options
and in my parameters.yml:
admin_skill: skin-balck-light
Is my error or have to change documentation?
Debug info
The text was updated successfully, but these errors were encountered: