Loading...
 
Skip to main content

History: User_Tracker_job_position_field

Source of version: 4 (current)

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

{CODE(caption=YAML)}
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: # can be: list, mandatory, public, searchable
    - public
   options:
    autocomplete: y
    samerow: 1
    size: # field size in characters
    max: 255 # max input characters
{CODE}