From b07437530a49d403cee64c050e4cbd961b64628c Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Wed, 12 Feb 2025 12:34:20 +0100 Subject: [PATCH] plugin_configuration_file.md: Update action requirement --- .../basics/plugin_structure/plugin_configuration_file.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md index aa2531902..9e6c70aa9 100644 --- a/topics/basics/plugin_structure/plugin_configuration_file.md +++ b/topics/basics/plugin_structure/plugin_configuration_file.md @@ -842,10 +842,11 @@ Required {type="narrow"} Attributes : -- `id` _(**required**)_
+- `id` _(optional; defaults to the action class short name if not specified)_
A unique action identifier. - The action identifier must be unique between different plugins. - Thus, it is recommended to prepend it with the value of the plugin [``](#idea-plugin__id). + It is recommended to specify the `id` attribute explicitly.
+ The action identifier must be unique across different plugins. + To ensure uniqueness, consider prepending it with the value of the plugin's [``](#idea-plugin__id). - `class` _(**required**)_
The fully qualified name of the action implementation class. - `text` _(**required** if the action is not