Skip to content

Instantly share code, notes, and snippets.

@hosembafer
Last active April 17, 2019 18:48
Show Gist options
  • Save hosembafer/6000fb695e00c1d2c95bb7dfdb075609 to your computer and use it in GitHub Desktop.
Save hosembafer/6000fb695e00c1d2c95bb7dfdb075609 to your computer and use it in GitHub Desktop.
var segments = [
{
value: 'content-partner',
type: 'STATIC',
part: 'PATH',
},
{
value: 'content partner name 111',
type: 'DYNAMIC',
entity: 'CONTENT_PARTNER',
part: 'SEARCH',
},
{
value: 'locatie',
type: 'STATIC',
part: 'PATH',
},
{
value: 'location name 111',
type: 'DYNAMIC',
entity: 'CONTENT_PARTNER_LOCATION',
part: 'SEARCH',
},
{
key: {
value: 'categorie',
type: 'STATIC',
},
value: {
value: 'Pretparken',
type: 'DYNAMIC',
entity: 'CATEGORIES',
},
part: 'SEARCH',
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment