Loading...
 
Skip to main content

History: User_Tracker_home_country_field

Source of version: 2 (current)

Copy to clipboard
            Optional ''Country'' field of a user home address for https://profiles.tiki.org/User_Tracker
{CODE(caption=YAML)}
objects:
 -
  type: tracker_field
  ref: home_country
  data:
   name: $profilerequest:Name for the "Country" field:$Country$
   tracker: $User_Tracker:user_tracker
   type: country
   flags: [ searchable, public ]
{CODE}