improve dashboard json schema

This commit is contained in:
Jacob Overgaard
2023-04-12 14:43:27 +02:00
parent f03a768e0b
commit 545d46b8d3

View File

@@ -27,11 +27,13 @@ export interface ConditionsDashboard {
/**
* An array of section aliases that the dashboard should be available in
*
* @examples [
* ["Umb.Section.Content"],
* ["Umb.Section.Settings"]
* ]
* @uniqueItems true
* @minItems 1
* @items.examples [
* "Umb.Section.Content",
* "Umb.Section.Settings"
* ]
*
*/
sections: string[];
}