Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.25 KB | None | 0 0
  1. {
  2.   "displayName": "schedule picker",
  3.   "defaultWidth": 500,
  4.   "defaultHeight": 500,
  5.   "resizeX": true,
  6.   "resizeY": true,
  7.   "components": "./index.js",
  8.   "icon": "./example-thumbnail.png",
  9.   "props": [
  10.     {
  11.       "name": "datesBooked",
  12.       "displayName": "Vetrinary dates booked",
  13.       "type": "list"
  14.     },
  15.     {
  16.       "name": "availability",
  17.       "displayName": "Availability",
  18.       "type": "text",
  19.       "default": "1-07:00-20:00-15,2-08:00-10:00-15,4-07:00-20:00-15,5-07:00-20:00-15"
  20.     },
  21.     {
  22.       "name": "timezone",
  23.       "displayName": "Timezone",
  24.       "type": "text",
  25.       "default": "Europe/Paris"
  26.     },
  27.     {
  28.       "name": "id",
  29.       "displayName": "Id",
  30.       "type": "number",
  31.       "default": 1
  32.     },
  33.     {
  34.       "name": "iconLeft",
  35.       "displayName": "IconLeft",
  36.       "type": "icon",
  37.       "default": "arrow-back"
  38.     },
  39.     {
  40.       "name": "iconRight",
  41.       "displayName": "IconRight",
  42.       "type": "icon",
  43.       "default": "arrow-forward"
  44.     },
  45.     {
  46.       "name": "actionsPriseRDV",
  47.       "displayName": "Actions pour prise de RDV",
  48.       "type": "action",
  49.       "arguments": [
  50.         {
  51.           "type": "text",
  52.           "displayName": "Argument 1"
  53.         }
  54.       ]
  55.     }
  56.   ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement