Development documentation may describe unreleased features. Type ? for keyboard shortcuts · Switch to the latest release: 3.0 Docs
Version and support information
You can use these extension points to define version and support information for a plug-in. Currently, the DITA-OT does not do anything with this information, but it might do so in the future.
- package.support.name
 - Specifies the person who provides support for the DITA-OT plug-in.
 - package.support.email
 - Specifies the e-mail address of the person who provides support for the DITA-OT plug-in.
 - package.version
 - Specifies the version of the DITA-OT plug-in.
 
Example
<plugin id="com.example.WithSupportInfo">
  <feature extension="package.support.name" value="Joe the Author"/>
  <feature extension="package.support.email" value="joe@example.com"/>
  <feature extension="package.version" value="1.2.3"/>
</plugin>