Myriam Wertz on 22 Mar 2023 14:21:47
I would like to be able to define a default value for the padding under the title of visuals.
In general it would be good to have the option to define default padding values for different visuals in the JSON theme file.
- Comments (2)
RE: Preset paddings in JSON Theme file
Padding can be added in themes like below. Please refer to my blog post on this for detailed instructions."visualStyles": {
"*": {
"*": {
"padding":[{
"top":20,
"bottom":20,
"left": 20,
"right":20
}]
}
}
}
RE: Preset paddings in JSON Theme file
This case is related to your question - please go vote for it to help promote the issue.