Forum Discussion
Anonymous
6 years agoNot applicable
Page alignment JSON
Hi, trying to write a custom theme using json, I find Microsoft documentation lacking (no surprise there). Found ample examples online for visuals alignment, but no Page Alignment json code. ...
- 6 years ago
Hello Anonymous ,
maybe too late, but someone else might be still looking for this 🙂
"page": { "*": { "displayArea": [ { "verticalAlignment": "Middle" } ] } }
le_tool
Helper I
6 years agoHello Anonymous ,
maybe too late, but someone else might be still looking for this 🙂
"page": {
"*": {
"displayArea": [
{
"verticalAlignment": "Middle"
}
]
}
}