Login / Sign Up

Event Tag Text

A string to dictate the rendering of the highlight tag on an event. If it is either of the two pre-set options then the app will render them, else it will render whatever the text is sent as.
• 'default' : This will render the default options in Holidaymaker depending if the event is free or paid : "Free Activity" or "£ Activity"
• 'owners' : This will render the default option for the owners only tag : "Owner's only"
• Any thing else will be rendered as sent

Structure

{
  //Use default text
  "highlightText" : "default"

  //Use owners only text
  "highlightText" : "owners"

  //Use your own custom text
  "highlightText" : "One Night Only!"
}