diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md index b1c2ba137..3e57c3fe8 100644 --- a/topics/basics/plugin_structure/plugin_configuration_file.md +++ b/topics/basics/plugin_structure/plugin_configuration_file.md @@ -582,7 +582,8 @@ Attributes : - `id` _(optional)_
Unique extension identifier. - It allows for referencing an extension in the `order` attribute. + It allows for referencing an extension in other attributes, for example, in + `order`.
To not clash with other plugins defining extensions with the same identifier, consider prepending the identifier with a prefix related to the plugin [``](#idea-plugin__id) or