Forum Discussion
Anonymous
4 years agoNot applicable
Theme Json
Theme json structure. I do not find the json structured to set default heading 1 to 6.
I am working on putting together a complete Theme, but see that there are some gaps here.
Same with setting the...
Anonymous
4 years agoNot applicable
No not quite. I did not fully understand the layout, but have tried different examples. What we want to achieve is to be able to define, for example, that Header1 = arial, 24 Header2 = arial, 18
"textbox": { "*": { "text": [{ "fontFamily": defaultFont, "color": { "solid": { "color": white } }, "options": ["h1"] }], "backgroundColor": [{ "color": { "solid": { "color": darkBlue } } }] } },
This exsample not working