Hi all,
I am trying to add additional widget placeholder (there are 5 currently by default, Iwant 6 or 7 placeholders) to the foldable theme with default layout for one of our applications and for some reasons I have not been successful yet.
Here is what I am doing:
1) I go to stemapp>themes>FoldableTheme>layouts> default>config.json.
2) I add a widget placeholder by adding this code to the config.json file:
{
"position": {
"left": 305,
"top": 45
}
},
Results:
a new layout is highlighted in WAB
the other layouts are all messed up:
Any idea or help is welcome,
Thanks,
Alex