Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions crd-chart/templates/Column.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,26 +148,26 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: the items of the column
Expand Down
30 changes: 15 additions & 15 deletions crd-chart/templates/DataGrid.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,23 +148,23 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- tables
- tablists
- yamlviewers
type: array
asGrid:
description: to show children as list or grid
Expand Down
4 changes: 2 additions & 2 deletions crd-chart/templates/NavMenu.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- navmenuitems
items:
type: string
enum:
- navmenuitems
type: array
items:
description: list of navigation entries each pointing to a k8s
Expand Down
4 changes: 2 additions & 2 deletions crd-chart/templates/NavMenuItem.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- pages
items:
type: string
enum:
- pages
type: array
icon:
description: 'name of the icon to display alongside the label
Expand Down
36 changes: 18 additions & 18 deletions crd-chart/templates/Page.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,26 +148,26 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: list of resources to be rendered within the route
Expand Down
4 changes: 2 additions & 2 deletions crd-chart/templates/RoutesLoader.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- routes
items:
type: string
enum:
- routes
type: array
required:
- allowedResources
Expand Down
36 changes: 18 additions & 18 deletions crd-chart/templates/Row.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,26 +149,26 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: the items of the row
Expand Down
36 changes: 18 additions & 18 deletions crd-chart/templates/TabList.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,26 +149,26 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: the items of the tab list
Expand Down
20 changes: 10 additions & 10 deletions crd-chart/templates/Table.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,18 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- filters
- flowcharts
- linecharts
- markdowns
- paragraphs
- piecharts
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- filters
- flowcharts
- linecharts
- markdowns
- paragraphs
- piecharts
- yamlviewers
type: array
columns:
description: configuration of the table's columns
Expand Down