CRM-13497 - Add html type to schema xml
[civicrm-core.git] / xml / schema / Core / OptionValue.xml
index 8bee6a2eb953e4e0cbd8178726038edcd6926355..6decd723707ac4609f1465d9e59e3704adb4b949 100644 (file)
   <field>
        <name>description</name>
        <type>text</type>
-       <htmlType>textarea</htmlType>
+       <html>
+         <type>TextArea</type>
+       </html>
+
        <rows>8</rows>
        <cols>60</cols>
        <localizable>true</localizable>