Skip to content

Instantly share code, notes, and snippets.

@robhadfield
Created September 19, 2017 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robhadfield/e088cae7b5f389d308cb746e85afcd5c to your computer and use it in GitHub Desktop.
Save robhadfield/e088cae7b5f389d308cb746e85afcd5c to your computer and use it in GitHub Desktop.
{
lg: [
{ i: 'are_dashboard',
x: 0,
y: 0,
w: 14,
h: 24
},
{ i: 'combined_are',
x: 14,
y: 0,
w: 5,
h: 24
},
{ i: 'combined_tt',
x: 19,
y: 0,
w: 5,
h: 24
},
{ i: 'reset',
x: 18,
y: 24,
w: 6,
h: 3,
isResizable: false
},
{ i: 'time',
x: 18,
y: 27,
w: 6,
h: 11
},
{ i: 'news',
x: 0,
y: 24,
w: 6,
h: 14
},
{ i: 'school_switch',
x: 12,
y: 24,
w: 6,
h: 14
},
{ i: 'bookmarks',
x: 6,
y: 24,
w: 6,
minW: 6,
h: 14 }
],
md: [
{ i: 'are_dashboard',
x: 0,
y: 0,
w: 6,
h: 20
},
{ i: 'combined_are',
x: 6,
y: 0,
w: 3,
h: 20
},
{ i: 'combined_tt',
x: 9,
y: 0,
w: 3,
h: 20
},
{ i: 'reset',
x: 0,
y: 20,
w: 6,
h: 3,
isResizable: false
},
{ i: 'time',
x: 0,
y: 40,
w: 6,
h: 10
},
{ i: 'news',
x: 6,
y: 30,
w: 6,
h: 20
},
{ i: 'school_switch',
x: 6,
y: 20,
w: 6,
h: 10
},
{ i: 'bookmarks',
x: 0,
y: 23,
w: 6,
h: 17
}
],
sm: [
{ i: 'are_dashboard',
x: 0,
y: 0,
w: 12,
h: 20
},
{ i: 'combined_are',
x: 0,
y: 20,
w: 6,
h: 16
},
{ i: 'combined_tt',
x: 6,
y: 20,
w: 6,
h: 16
},
{ i: 'reset',
x: 0,
y: 36,
w: 6,
h: 3,
isResizable: false
},
{ i: 'time',
x: 0,
y: 56,
w: 6,
h: 10
},
{ i: 'news',
x: 6,
y: 46,
w: 6,
h: 20
},
{ i: 'school_switch',
x: 12,
y: 36,
w: 6,
h: 10
},
{ i: 'bookmarks',
x: 0,
y: 39,
w: 6,
h: 17
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment