Docs: Clarifying the messaging around dependencies a bit more (#93029)

* Clarifying the messaging around dependencies a bit more

* Update docs/sources/developers/plugins/plugin.schema.json

Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>

---------

Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>
This commit is contained in:
Timur Olzhabayev
2024-09-20 12:23:17 +02:00
committed by GitHub
parent e18d029a24
commit e32810b9f2

View File

@@ -174,7 +174,7 @@
},
"plugins": {
"type": "array",
"description": "An array of required plugins on which this plugin depends.",
"description": "An array of required plugins on which this plugin depends. Only non-core (that is, external plugins) have to be specified in this list.",
"additionalItems": false,
"items": {
"type": "object",