mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
13 lines
231 B
JSON
13 lines
231 B
JSON
|
{
|
||
|
"Screens":
|
||
|
[
|
||
|
{ "ScreenName1": {"id": "abc", "fillmode": "stretch"} },
|
||
|
{ "ScreenName2": {"id": "xyz"} }
|
||
|
],
|
||
|
"Widgets":
|
||
|
[
|
||
|
{ "WidgetName1": {"id": "abc"} },
|
||
|
{ "WidgetName2": {"id": "aaa"} }
|
||
|
],
|
||
|
"Plays": []
|
||
|
}
|