pluginDescription

@get:Input
@get:Optional
abstract val pluginDescription: Property<String>

Specifies the plugin description displayed in the Plugins settings dialog and on the JetBrains Marketplace plugin page. Simple HTML elements, like text formatting, paragraphs, lists, etc., are allowed.

The description content is automatically wrapped in <![CDATA[... ]]>. The provided value will be assigned to the <description> element.

Default value: IntelliJPlatformExtension.PluginConfiguration.description