diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md index f34ecb218..1a6d4324c 100644 --- a/topics/basics/plugin_structure/plugin_configuration_file.md +++ b/topics/basics/plugin_structure/plugin_configuration_file.md @@ -124,12 +124,6 @@ Children - [``](#idea-plugin__module-components) - [``](#idea-plugin__project-components) - -The element can be skipped in the source plugin.xml file if the Gradle plugin -`patchPluginXml` task ([2.x](tools_intellij_platform_gradle_plugin_tasks.md#patchPluginXml), [1.x](tools_gradle_intellij_plugin.md#tasks-patchpluginxml)) -is enabled and configured. - - ### `id` {#idea-plugin__id} @@ -146,7 +140,11 @@ Please use characters, numbers, and `'.'`/`'-'`/`'_'` symbols only and keep it r Required : no; ignored in [additional config file](#additional-plugin-configuration-files)
**It is highly recommended to set in plugin.xml file.**
- + +The element can be skipped in the source plugin.xml file if the Gradle plugin +`patchPluginXml` task ([2.x](tools_intellij_platform_gradle_plugin_tasks.md#patchPluginXml), [1.x](tools_gradle_intellij_plugin.md#tasks-patchpluginxml)) +is enabled and configured. + Default value : Value of the [``](#idea-plugin__name) element.