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
A manifest.cfg which contains UPPERCASE theme variables like the following:
manifest.cfg
[theme] title = Test theme ... [theme:parameters] PLONE52 = python:True
which is used like that:
<?xml version="1.0" encoding="UTF-8"?> <rules xmlns="http://namespaces.plone.org/diazo" xmlns:css="http://namespaces.plone.org/diazo/css" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> [...] <rules if="$PLONE52"> [...] </rules> </rules>
fails with:
runtime error, element 'choose' [10360:0] Variable 'PLONE52' has not been declared. [0:0] Undefined variable [0:0]
When using a lowecase variable name, all is fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A manifest.cfg which contains UPPERCASE theme variables like the following:
manifest.cfg
which is used like that:
fails with:
When using a lowecase variable name, all is fine.
The text was updated successfully, but these errors were encountered: