mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
Canvas: Allow all element types by default (#69279)
This commit is contained in:
parent
4a84633773
commit
0bdf52e3f4
@ -18,9 +18,9 @@ export const addStandardCanvasEditorOptions = (builder: PanelOptionsEditorBuilde
|
||||
|
||||
builder.addBooleanSwitch({
|
||||
path: 'showAdvancedTypes',
|
||||
name: 'Show advanced element types',
|
||||
description: '',
|
||||
defaultValue: false,
|
||||
name: 'Experimental element types',
|
||||
description: 'Enable selection of experimental element types',
|
||||
defaultValue: true,
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user