CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / Price / PriceField.xml
index e89f8453ccf005ab5230265dbc17242de98d88cb..dbbd00758497a355b851425ca2497a3fb02f231b 100644 (file)
@@ -38,6 +38,9 @@
       <required>true</required>
       <comment>Variable name/programmatic handle for this field.</comment>
       <add>1.8</add>
+      <html>
+        <type>Text</type>
+      </html>
   </field>
   <index>
       <name>index_name</name>
@@ -52,6 +55,9 @@
       <required>true</required>
       <localizable>true</localizable>
       <comment>Text for form field label (also friendly name for administering this field).</comment>
+      <html>
+        <type>Text</type>
+      </html>
       <add>1.8</add>
   </field>
   <field>
@@ -60,6 +66,9 @@
       <values>Text, Select, Radio, CheckBox</values>
       <required>true</required>
       <add>1.8</add>
+      <html>
+        <type>Select</type>
+      </html>
   </field>
   <field>
       <name>is_enter_qty</name>
       <default>0</default>
       <comment>Enter a quantity for this field?</comment>
       <add>1.8</add>
+      <html>
+         <type>CheckBox</type>
+       </html>
   </field>
   <field>
       <name>help_pre</name>
       <type>text</type>
       <localizable>true</localizable>
       <comment>Description and/or help text to display before this field.</comment>
-      <htmlType>textarea</htmlType>
-      <rows>4</rows>
-      <cols>80</cols>
+      <html>
+        <type>TextArea</type>
+        <rows>4</rows>
+        <cols>80</cols>
+      </html>
       <add>1.8</add>
   </field>
   <field>
       <type>text</type>
       <localizable>true</localizable>
       <comment>Description and/or help text to display after this field.</comment>
-      <htmlType>textarea</htmlType>
-      <rows>4</rows>
-      <cols>80</cols>
+      <html>
+        <type>TextArea</type>
+        <rows>4</rows>
+        <cols>80</cols>
+      </html>
       <add>1.8</add>
   </field>
   <field>
       <default>1</default>
       <comment>Order in which the fields should appear</comment>
       <add>1.8</add>
+      <html>
+        <type>Select</type>
+      </html>
   </field>
   <field>
       <name>is_display_amounts</name>
       <type>boolean</type>
       <default>1</default>
       <comment>Should the price be displayed next to the label for each option?</comment>
+      <html>
+         <type>CheckBox</type>
+       </html>
   </field>
   <field>
       <name>options_per_line</name>
       <default>1</default>
       <comment>number of options per line for checkbox and radio</comment>
       <add>1.8</add>
+      <html>
+        <type>Text</type>
+      </html>
   </field>
   <field>
       <name>is_active</name>
       <comment>Is this price field active</comment>
       <default>1</default>
       <add>1.8</add>
+      <html>
+         <type>CheckBox</type>
+       </html>
   </field>
   <field>
       <name>is_required</name>
       <comment>Is this price field required (value must be > 1)</comment>
       <default>1</default>
       <add>1.8</add>
+      <html>
+         <type>CheckBox</type>
+       </html>
   </field>
   <field>
       <name>active_on</name>
       <default>NULL</default>
       <comment>If non-zero, do not show this field before the date specified</comment>
       <add>1.8</add>
+      <html>
+         <type>CheckBox</type>
+       </html>
   </field>
   <field>
       <name>expire_on</name>
       <default>NULL</default>
       <comment>If non-zero, do not show this field after the date specified</comment>
       <add>1.8</add>
+      <html>
+        <type>Select Date</type>
+    </html>
   </field>
   <field>
       <name>javascript</name>
       <length>255</length>
       <comment>Optional scripting attributes for field</comment>
       <add>1.8</add>
+      <html>
+        <type>Text</type>
+      </html>
   </field>
   <field>
       <name>visibility_id</name>
       <pseudoconstant>
         <optionGroupName>visibility</optionGroupName>
       </pseudoconstant>
+      <html>
+        <type>Select></type>
+      </html>
    </field>
    <field>
       <name>count</name>