Added cruising pages support
This commit is contained in:
52
src/assets/data/cruises.json
Normal file
52
src/assets/data/cruises.json
Normal file
@@ -0,0 +1,52 @@
|
||||
[{
|
||||
"order" : 0,
|
||||
"location" : {
|
||||
"address" : {
|
||||
"street1" : "123 Boylston St",
|
||||
"street2" : "12th Floor",
|
||||
"locality" : "Boston",
|
||||
"region" : "MA",
|
||||
"postal" : "02110",
|
||||
"country" : "United States"
|
||||
},
|
||||
"loc" : {
|
||||
"type" : "Point",
|
||||
"coordinates" : [
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name" : "Dummy1",
|
||||
"pic" : {
|
||||
"detail" : "https://placehold.it/1920x1280",
|
||||
"thumb" : "https://placehold.it/1920x1280"
|
||||
},
|
||||
"text" : "Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text!"
|
||||
},
|
||||
{
|
||||
"order" : 1,
|
||||
"location" : {
|
||||
"address" : {
|
||||
"street1" : "",
|
||||
"street2" : "",
|
||||
"locality" : "Abu Dhabi",
|
||||
"region" : "",
|
||||
"postal" : "",
|
||||
"country" : "UAE"
|
||||
},
|
||||
"loc" : {
|
||||
"type" : "Point",
|
||||
"coordinates" : [
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"name" : "Dummy2",
|
||||
"pic" : {
|
||||
"detail" : "https://placehold.it/1920x1280",
|
||||
"thumb" : "https://placehold.it/1920x1280"
|
||||
},
|
||||
"text" : "Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text, Some text!"
|
||||
}]
|
||||
Reference in New Issue
Block a user