Open awidschwendter opened 7 years ago
well its too easy..@real-macro-b has mentioned how to create layout in the json..The code to create a 3 grid layout is
`{
"layoutId" : 1,
"segments" : [
{
"width":100,
"height":50
},
{
"width":50,
"top":50
},
{
"left":50,
"top":50,
"width":50
}
]
}`
happy coding..:)
My bad. I've accidentally overlooked your issue @awidschwendter, I'm sorry. Thank your for helping our, @Madhivarman :)
Hi, do you plan to check in those starter layouts? Just found this project and it's very interesting, thanks!
Hi @real-marco-b ,
can you publish the missing layouts folder with your example layout files? that would be very kind. i don't get the configuration ;)