CRM-14181, more clean and fixes to support callback
[civicrm-core.git] / xml / schema / Core / UFField.xml
index c2ca6d33df9674ba7b9a463c67192f9d2d613cb0..7aac57cbd14a863e3f1f0dba9de3254f90061ecd 100644 (file)
   </field>
   <field>
        <name>visibility</name>
-       <type>enum</type>
-       <values>User and User Admin Only,Public Pages,Public Pages and Listings</values>
+       <type>varchar</type>
+       <length>32</length>
        <default>'User and User Admin Only'</default>
        <comment>In what context(s) is this field visible.</comment>
+       <pseudoconstant>
+         <callback>CRM_Core_SelectValues::ufVisibility</callback>
+       </pseudoconstant>
        <add>1.1</add>
        <html>
          <type>Select</type>