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
On the Configuration page, the first example:
simplepdf_vars = { 'primary': '#FA2323', 'secondary': '#379683', 'cover': '#ffffff', 'white': '#ffffff', 'links': 'FA2323', 'cover-bg' 'url(cover-bg.jpg) no-repeat center' 'cover-overlay': 'rgba(250, 35, 35, 0.5)', 'top-left-content': 'counter(page)', 'bottom-center-content': '"Custom footer content"', }
is missing the colon after the cover-bg key and a comma at the end of the line.
cover-bg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On the Configuration page, the first example:
is missing the colon after the
cover-bg
key and a comma at the end of the line.The text was updated successfully, but these errors were encountered: