config: packages,metadata,json (2 files)

This commit is contained in:
Richard Ward
2025-12-30 21:36:26 +00:00
parent 7d67e69baa
commit d572f86056
2 changed files with 9 additions and 1 deletions

View File

@@ -35,6 +35,10 @@
"cases": []
},
"minLevel": 3,
"schema": {
"entities": ["AuditLog"],
"path": "schema/entities.yaml"
},
"bindings": {
"dbal": true,
"browser": false

View File

@@ -29,5 +29,9 @@
"tests/components.cases.json"
]
},
"minLevel": 1
"minLevel": 1,
"schema": {
"entities": ["Notification"],
"path": "schema/entities.yaml"
}
}