Loading...
 
Skip to main content

History: User_Tracker_title_after_name_field

Source of version: 4 (current)

Copy to clipboard
            Optional ''Title after name'' field for https://profiles.tiki.org/User_Tracker

{CODE(caption=YAML)}
objects:
 -
  type: tracker_field
  ref: title_after_name # unique profile object reference name
  data:
   name: $profilerequest:Name for the "Title after (name)" field:$Title after$ # request input from the admin before applying the profile
   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: 6 # field size in characters
    max: 42 # max input characters
{CODE}