refactor(plugins): set settings properties as fields objects

This commit is contained in:
Yassine Doghri 2024-06-08 20:37:11 +00:00
commit cc6495dc7c
39 changed files with 153 additions and 216 deletions

View file

@ -35,8 +35,8 @@
{
"fileMatch": [
"plugins/**/manifest.json",
"tests/modules/Plugins/Mocks/manifests/*.json",
"tests/modules/Plugins/Mocks/plugins/**/manifest.json"
"tests/modules/Plugins/mocks/manifests/*.json",
"tests/modules/Plugins/mocks/plugins/**/manifest.json"
],
"url": "/workspaces/castopod/modules/Plugins/Manifest/manifest.schema.json"
}