refactor: Make extensions contribution schema consistent (#37856)

This commit is contained in:
Michael S. Molina
2026-02-10 15:55:39 -03:00
committed by GitHub
parent 7ec5f1d7ec
commit b98b34a60f
18 changed files with 252 additions and 137 deletions

View File

@@ -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": {