Loading...
 
Skip to main content

History: User_Tracker_job_position_field

Source of version: 1

Copy to clipboard
            Optional ''Job Position'' field for https://profiles.tiki.org/User_Tracker

{CODE(caption=YAML)}
preferences: # enable / disable some preferences this field depends on
 #trackerfield_userpreference: y
 #feature_community_gender: y
objects:
 -
  type: tracker_field
  ref: job_position # unique profile object reference name
  data:
   name: $profilerequest:Name for the "Job Position" field:$Job Position$
   description: 
   tracker: $User_Tracker:user_tracker # parent profile reference
   type: text_field # field type
   flags: [ public ] # can be: list, mandatory, public, searchable
   options:
    samerow: 1
    size: # field size in characters
    max: 255 # max input characters
   visible: # e.g. creator_editable
   visby: #[ Admins ]
{CODE}

        

History

Information Version
Fri 04 of Aug, 2017 21:49 GMT-0000 luciash d' being ๐Ÿง™ fix for Column 'isHidden' cannot be null 4
Thu 13 of Jul, 2017 10:46 GMT-0000 luciash d' being ๐Ÿง™ fix for flags and added autocomplete 3
Thu 13 of Jul, 2017 09:25 GMT-0000 luciash d' being ๐Ÿง™ when only one flag, must not be in brackets? 2
Thu 13 of Jul, 2017 09:16 GMT-0000 luciash d' being ๐Ÿง™ new field 1