Skip to content

Instantly share code, notes, and snippets.

@hiddentao
Last active August 29, 2015 14:27
Show Gist options
  • Save hiddentao/4cb160f8934ffde140dc to your computer and use it in GitHub Desktop.
Save hiddentao/4cb160f8934ffde140dc to your computer and use it in GitHub Desktop.
[
{
id: 'living',
label: 'Living',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'seating',
label: 'Seating',
children: [
{
id: 'sofas-and-sectionals',
label: 'Sofas and Sectionals',
},
{
id: 'chairs',
label: 'Chairs',
},
{
id: 'chaise',
label: 'Chaise',
},
{
id: 'ottoman',
label: 'Ottoman',
},
{
id: 'benches',
label: 'Benches',
},
{
id: 'stools',
label: 'Stools',
},
{
id: 'chldrens',
label: 'Children\'s',
},
]
},
{
id: 'tables',
label: 'Tables',
children: [
{
id: 'coffee',
label: 'Coffee',
},
{
id: 'consoles',
label: 'Consoles',
},
{
id: 'end-tables',
label: 'End tables',
},
]
},
{
id: 'storage',
label: 'Storage',
children: [
{
id: 'path1',
label: 'Name1',
},
]
},
{
id: 'decor',
label: 'Decor',
children: [
{
id: 'path1',
label: 'Name1',
},
]
},
{
id: 'accessories',
label: 'Accessories',
children: [
{
id: 'path1',
label: 'Name1',
},
],
},
],
},
],
collections: [
{
id: 'the-roxbury',
label: 'The Roxbury',
},
{
id: 'spring-orchard',
label: 'Spring Orchard',
},
],
},
{
id: 'dining',
label: 'Dining',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
{
id: 'bed',
label: 'Bed',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
{
id: 'bath',
label: 'Bath',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
{
id: 'outdoor',
label: 'Outdoor',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
{
id: 'lighting',
label: 'Lighting',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
{
id: 'accessories',
label: 'Accessories',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
{
id: 'nature',
label: 'Nature',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
{
id: 'vintage',
label: 'Vintage',
children: [
{
id: 'products',
label: 'Products',
children: [
{
id: 'section1',
label: 'Section1',
children: [
{
id: 'Name1',
label: 'path1',
},
],
},
],
},
],
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment