Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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.   ...
  • Mariusz's avatar
    Mariusz
    6 years ago

    Hi Anonymous 

     

    Also, you can customise a current theme and it looks like this property is not included as well.

    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.

    Please feel free to connect with me.
    LinkedIn

     

  • le_tool's avatar
    6 years ago

    Hello Anonymous ,

     

    maybe too late, but someone else might be still looking for this 🙂

     

    "page": {
          "*": {
               "displayArea": [
                               {
                                "verticalAlignment": "Middle"
                               }
                              ]
               }
            }