Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Page Navigator .json Theme

Hello,    I would like to automatically adjust the theme of the new Page Navigator.    However, I don't know how to target that thing directly and what kinds of adjustments I can do.   It shoul...
  • thart's avatar
    thart
    3 years ago

    Hi Marvin,

     

    I have worked out the solution - the trick was set a default ID just like the other properties:

     

            "pageNavigator": {
                "*": {
                    "shape": [
                        {
                            "$id": "default",
                            "roundEdge": 25,
                            "tileShape": "rectangleRounded"
                        }
                    ],
                    ...
                }
            }