Loading...
 
Skip to main content

History: User_Tracker_about_field

Source of version: 2 (current)

Copy to clipboard
            Optional "About" field for https://profiles.tiki.org/User_Tracker
{CODE(caption=YAML)}
objects:
 -
  type: tracker_field
  ref: about_the_user
  data:
   name: $profilerequest:Name for the "About" field (e.g. "About Me, Bio", etc.):$About$
   tracker: $User_Tracker:user_tracker
   type: text_area
   flags: [ searchable, public ]
{CODE}