additional

Some additional UI settings on bottom part of planner

Default:

additional: {
            terms: {
                type: "text",
                show: true,
                text: '',
                href: 'https://roomtodo.com/en/terms_of_service/',
                target: "_blank"
            },
            copyright: {
                type: "text",
                show: true,
                text: '2023 © Roomtodo',
                href: 'https://roomtodo.com/',
                target: "_blank"
            },
}

copyright:

  1. type - type of copyright
  2. show - determines status of copyright
  3. src - src of copyright(if copyright is image)
  4. href - link where leads copyright if click on it
  5. target - determines how you wanna it to open on click

terms:

  1. type - type of terms
  2. show - determines status of terms
  3. src - src of terms (if terms is image)
  4. href - link where leads terms if click on it
  5. target - determines how you wanna it to open on click

orderFloorPlanUrl:

Defines link to order floor plan feature on roomtodo site. If this variable not set - this button will be hidden: