21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"name": "GvG2020_2+FullResponsive",
|
|
"description": "Template with orientation selection",
|
|
"version": "1.0",
|
|
"category": "Custom",
|
|
"customOptions": [
|
|
{
|
|
"name": "orientation",
|
|
"label": "Screen Orientation",
|
|
"tooltip": "Select the desired screen orientation",
|
|
"type": "enum",
|
|
"default": "Landscape",
|
|
"enumValues": [
|
|
"Portrait",
|
|
"Landscape",
|
|
"Both"
|
|
]
|
|
}
|
|
]
|
|
}
|