mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Allow all element types by default (#69279)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user