description

abstract val description: Property<String>

The plugin description, which is presented on the JetBrains Marketplace plugin page and in the Plugins settings dialog. Basic HTML elements such as text formatting, paragraphs, and lists are permitted.

The description content is automatically enclosed by <![CDATA[... ]]>.

The supplied value will populate the <description> element.

See also