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

@@ -94,12 +94,14 @@ The generated `extension.json` contains basic metadata. Update it to register yo
"frontend": {
"contributions": {
"views": {
"sqllab.panels": [
{
"id": "hello_world.main",
"name": "Hello World"
}
]
"sqllab": {
"panels": [
{
"id": "hello_world.main",
"name": "Hello World"
}
]
}
}
},
"moduleFederation": {