enonic / xp

Enonic XP
https://enonic.com
GNU General Public License v3.0
201 stars 34 forks source link

Add description to widget XML schema #6881

Closed alansemenov closed 5 years ago

alansemenov commented 5 years ago

Description field is a new field that we should support in the schema:

<?xml version="1.0" encoding="UTF-8"?>
<widget>
  <display-name>Google Analytics</display-name>
  <description>Track your site statistics</description>
  <interfaces>
    <interface>com.enonic.xp.content-manager.context-widget</interface>
  </interfaces>
</widget>
edloidas commented 5 years ago

Done as part of the #6855.