Add raster layout group

This commit is contained in:
Lukas Martinelli
2017-01-08 19:58:19 +01:00
parent 118f0360d0
commit e9daee4470
2 changed files with 31 additions and 1 deletions

View File

@@ -247,5 +247,34 @@
"type": "jsoneditor"
}
]
},
"raster": {
"groups": [
{
"title": "Settings",
"type": "settings"
},
{
"title": "Source",
"type": "source"
},
{
"title": "Basic",
"type": "properties",
"fields": [
"raster-opacity",
"raster-hue-rotate",
"raster-brightness-min",
"raster-brightness-max",
"raster-saturation",
"raster-contrast",
"raster-fade-duration"
]
},
{
"title": "JSON",
"type": "jsoneditor"
}
]
}
}