From e32810b9f27ef68cfaf01b77f969f4a5a427380d Mon Sep 17 00:00:00 2001 From: Timur Olzhabayev Date: Fri, 20 Sep 2024 12:23:17 +0200 Subject: [PATCH] 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> --- docs/sources/developers/plugins/plugin.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/plugins/plugin.schema.json b/docs/sources/developers/plugins/plugin.schema.json index b46f1f8f49f..4a98dc1ea47 100644 --- a/docs/sources/developers/plugins/plugin.schema.json +++ b/docs/sources/developers/plugins/plugin.schema.json @@ -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",