collectionsjson={ 'wood-monitor-stand': { 'Color': [ { 'text': 'Black', handle:'wood-monitor-stand',active: true }, { 'text': 'Vintage',handle: 'height-adjustable-monitor-stand-riser-1' }], 'Platform': [ { 'text': 'Single Platform', handle:'wood-monitor-stand',active: true }, { 'text': 'Double Platform',handle: 'height-adjustable-monitor-stand-riser-2' }, ] }, 'height-adjustable-monitor-stand-riser-1': { 'Color': [ { 'text': 'Black', handle:'wood-monitor-stand'}, { 'text': 'Vintage',handle: 'height-adjustable-monitor-stand-riser-1',active: true }], 'Platform': [ { 'text': 'Single Platform', handle:'wood-monitor-stand',active: true }, { 'text': 'Double Platform',handle: 'wood-monitor-stand-with-2-platforms' }, ] }, 'height-adjustable-monitor-stand-riser-2': { 'Color': [ { 'text': 'Black',active: true }, { 'text': 'Vintage',handle: 'wood-monitor-stand-with-2-platforms' }], 'Platform': [ { 'text': 'Single Platform', handle:'wood-monitor-stand'}, { 'text': 'Double Platform',handle: 'height-adjustable-monitor-stand-riser-2', active: true }, ] }, 'wood-monitor-stand-with-2-platforms': { 'Color': [ { 'text': 'Black', handle:'height-adjustable-monitor-stand-riser-2'}, { 'text': 'Vintage',handle: 'wood-monitor-stand-with-2-platforms',active: true }], 'Platform': [ { 'text': 'Single Platform', handle:'height-adjustable-monitor-stand-riser-1'}, { 'text': 'Double Platform',handle: 'wood-monitor-stand-with-2-platforms' ,active: true }, ] }, }