Last active
April 17, 2019 18:48
-
-
Save hosembafer/6000fb695e00c1d2c95bb7dfdb075609 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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