Skip to content

Instantly share code, notes, and snippets.

@vimalvnair
Last active January 4, 2016 19:19
Show Gist options
  • Save vimalvnair/8666879 to your computer and use it in GitHub Desktop.
Save vimalvnair/8666879 to your computer and use it in GitHub Desktop.
Clinic website details; *Important* In the "url", please DONOT forget to have 'http://' in the beginning .
/* For single clinic custom website */
{
"title": "JointMan",
"position": "3",
"websites": [
{
"title": "",
"url": "https://www.t3treattotarget.com/",
"showZoomControls": false,
"desktopVersion": false
}
]
/* For MULTIPLE custom websites */
{
"title": "ContextMedia",
"position": "3",
"websites": [
{
"title": "CMH",
"url": "http://www.contextmediahealth.com",
"showZoomControls": false,
"desktopVersion": true
},
{
"title": "Google",
"url": "http://www.google.com",
},
{
"title": "Yahoo",
"url": "http://www.yahoo.com",
"showZoomControls": true
},
{
"title": "JointMan",
"url": "https://www.t3treattotarget.com/",
"showZoomControls": false,
"desktopVersion": false
}
]
}
@officebeats
Copy link

Single Link

{
  "title": "Patient Portal",
  "position": "1",
  "websites": [
    {
      "title": "1",
      "url": "https://www.t3treattotarget.com/",
      "showZoomControls": false,
      "desktopVersion": false
    }
  ]
}

@officebeats
Copy link

Multiple Links

{
  "title": "Patient Portals",
  "position": "1",
  "websites": [
    {
      "title": "1",
      "url": "http://www.contextmediahealth.com",
      "showZoomControls": false,
      "desktopVersion": true
    },
    {
      "title": "2",
      "url": "http://www.yahoo.com",
      "showZoomControls": true
    },
    {
      "title": "3",
      "url": "https://www.t3treattotarget.com/",
      "showZoomControls": false,
      "desktopVersion": false
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment