-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add imprint config to allowed varaiables #343
Comments
Sounds like a good idea to me |
what does "you have to add permissions for all variables manually" mean? {{config path='general/imprint/web'}} The field is empty. |
$var = Mage::getModel('admin/variable');
$var->setData(['variable_name' => 'general/imprint/web', 'is_allowed' => 1]);
$var->save(); |
Or if you want to do it manually: System > Permissions > Variable > Create new Name: general/imprint/web |
If you want to use imprint config setting in CMS pages/blocks, you have to add permissions for all variables manually ...
Should we whitelist these variables via setup?
The text was updated successfully, but these errors were encountered: