Merge pull request #2564 from jaapjansma/CRM-14276
[civicrm-core.git] / xml / schema / Core / CustomGroup.xml
index 3e2319bb481912734f3211e740db170fb238c7f9..91ac025f22f6aee1e2a2d4961eb252a2a618f769 100644 (file)
      <comment>linking custom group for dynamic object</comment>
      <add>1.6</add>
   </field>
-
   <field>
      <name>style</name>
-     <type>enum</type>
-     <values>Tab, Inline</values>
+     <type>varchar</type>
+     <length>15</length>
      <comment>Visual relationship between this form and its parent.</comment>
+     <pseudoconstant>
+       <callback>CRM_Core_SelectValues::customGroupStyle</callback>
+     </pseudoconstant>
        <add>1.1</add>
        <html>
          <type>Select</type>