[v8.5.x] Plugins: Add validation for plugin manifest (#52865)

* resolve conflicts

* add plugin data for test
This commit is contained in:
Will Browne
2022-07-27 14:23:00 +02:00
committed by GitHub
parent 8ce81019db
commit efe6c1d1b8
5 changed files with 276 additions and 38 deletions
@@ -0,0 +1,16 @@
{
"type": "datasource",
"name": "Test",
"id": "test",
"backend": true,
"executable": "test",
"state": "alpha",
"info": {
"version": "1.0.0",
"description": "Test",
"author": {
"name": "Will Browne",
"url": "https://willbrowne.com"
}
}
}