mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
refactor: Make extensions contribution schema consistent (#37856)
This commit is contained in:
committed by
GitHub
parent
7ec5f1d7ec
commit
b98b34a60f
@@ -92,12 +92,14 @@ The `extension.json` file contains all metadata necessary for the host applicati
|
||||
"frontend": {
|
||||
"contributions": {
|
||||
"views": {
|
||||
"sqllab.panels": [
|
||||
{
|
||||
"id": "dataset_references.main",
|
||||
"name": "Dataset references"
|
||||
}
|
||||
]
|
||||
"sqllab": {
|
||||
"panels": [
|
||||
{
|
||||
"id": "dataset_references.main",
|
||||
"name": "Dataset references"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"moduleFederation": {
|
||||
|
||||
Reference in New Issue
Block a user