mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEdit: Allow standard field config properties extensions without altering order of standard options (#34669)
* Render tooltip options in correct category * Allow custom field config properties that extend standard categories
This commit is contained in:
@@ -165,7 +165,8 @@ export const Components = {
|
||||
backArrow: 'Go Back button',
|
||||
},
|
||||
OptionsGroup: {
|
||||
toggle: (title?: string) => (title ? `Options group ${title}` : 'Options group'),
|
||||
group: (title?: string) => (title ? `Options group ${title}` : 'Options group'),
|
||||
toggle: (title?: string) => (title ? `Options group ${title} toggle` : 'Options group toggle'),
|
||||
},
|
||||
PluginVisualization: {
|
||||
item: (title: string) => `Plugin visualization item ${title}`,
|
||||
|
||||
Reference in New Issue
Block a user