Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "name": "Priority Grid",
- "padding": 6,
- "zones": [
- {
- "x": 0,
- "y": 0,
- "height": 100,
- "width": 25
- },
- {
- "x": 25,
- "y": 0,
- "height": 100,
- "width": 50,
- "applications": [
- "firefox"
- ]
- },
- {
- "x": 75,
- "y": 0,
- "height": 100,
- "width": 25
- }
- ]
- },
- {
- "name": "Quadrant Grid",
- "padding": 6,
- "zones": [
- {
- "x": 0,
- "y": 0,
- "height": 50,
- "width": 50
- },
- {
- "x": 0,
- "y": 50,
- "height": 50,
- "width": 50
- },
- {
- "x": 50,
- "y": 50,
- "height": 50,
- "width": 50
- },
- {
- "x": 50,
- "y": 0,
- "height": 50,
- "width": 50
- }
- ]
- },
- {
- "name": "Split Grid",
- "padding": 6,
- "zones": [
- {
- "x": 0,
- "y": 0,
- "height": 100,
- "width": 50
- },
- {
- "x": 50,
- "y": 0,
- "height": 100,
- "width": 50
- }
- ]
- },
- {
- "name": "Columns",
- "padding": 6,
- "zones": [
- {
- "x": 0,
- "y": 0,
- "height": 100,
- "width": 25
- },
- {
- "x": 25,
- "y": 0,
- "height": 100,
- "width": 25
- },
- {
- "x": 50,
- "y": 0,
- "height": 100,
- "width": 25
- },
- {
- "x": 75,
- "y": 0,
- "height": 100,
- "width": 25
- }
- ]
- },
- {
- "name": "Devt 1",
- "padding": 6,
- "gridSize": 10,
- "zones": [
- {
- "x": 0,
- "y": 0,
- "width": 70,
- "height": 100
- },
- {
- "x": 70,
- "y": 0,
- "width": 30,
- "height": 100
- }
- ]
- },
- {
- "name": "Devt 2",
- "padding": 6,
- "gridSize": 10,
- "zones": [
- {
- "x": 0,
- "y": 0,
- "width": 70,
- "height": 100
- },
- {
- "x": 70,
- "y": 0,
- "width": 30,
- "height": 50
- },
- {
- "x": 70,
- "y": 50,
- "width": 30,
- "height": 50
- }
- ]
- }
- ]
Advertisement