Open kjcole opened 2 years ago
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
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.