diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md index 4192d374f..33b8187cc 100644 --- a/topics/basics/plugin_structure/plugin_configuration_file.md +++ b/topics/basics/plugin_structure/plugin_configuration_file.md @@ -124,6 +124,12 @@ Children - [``](#idea-plugin__module-components) - [``](#idea-plugin__project-components) + +The element can be skipped in the source plugin.xml file if the Gradle +`patchPluginXml` task ([2.x](tools_intellij_platform_gradle_plugin_tasks.md#patchPluginXml), [1.x](tools_gradle_intellij_plugin.md#tasks-patchpluginxml)) +task is enabled and configured. + + ### `id` {#idea-plugin__id} @@ -138,7 +144,7 @@ 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 [`patchPluginXml`](tools_gradle_intellij_plugin.md#tasks-patchpluginxml) task is enabled and configured. + Default value : Value of the [``](#idea-plugin__name) element.
@@ -185,7 +191,7 @@ Plugins uploaded to the JetBrains Marketplace must follow semantic versioning. {style="narrow"} Required : **yes**; ignored in [additional config file](#additional-plugin-configuration-files)
-The element can be skipped in the source plugin.xml file if the Gradle [`patchPluginXml`](tools_gradle_intellij_plugin.md#tasks-patchpluginxml) task is enabled and configured. + Example : @@ -239,7 +245,7 @@ The plugin's range of compatible IntelliJ-based IDE versions. {style="narrow"} Required : **yes**; ignored in [additional config file](#additional-plugin-configuration-files)
-The element can be skipped in the source plugin.xml file if the Gradle [`patchPluginXml`](tools_gradle_intellij_plugin.md#tasks-patchpluginxml) task is enabled and configured. + Attributes :