PluginProbe
Yatra – Travel Booking & Tour Operator Software / 3.0.7
Yatra – Travel Booking & Tour Operator Software v3.0.7
3.0.14 3.0.14.1 3.0.14.2 3.0.12 3.0.13 3.0.11 3.0.10 3.0.9 3.0.8 3.0.7 3.0.6 3.0.5 3.0.5.1 3.0.4 3.0.3 3.0.2.9 3.0.2.7 3.0.2.8 3.0.2.6 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 All 82 releases
yatra / sample-data / activities.json

activities.json in Yatra – Travel Booking & Tour Operator Software 3.0.7, at sample-data/activities.json

83 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "type": "activity",
4 "name": "Hiking",
5 "slug": "hiking",
6 "description": "Mountain and trail hiking",
7 "icon": "hiking",
8 "status": "publish"
9 },
10 {
11 "type": "activity",
12 "name": "Snorkeling",
13 "slug": "snorkeling",
14 "description": "Underwater exploration",
15 "icon": "water",
16 "status": "publish"
17 },
18 {
19 "type": "activity",
20 "name": "City Walking Tour",
21 "slug": "city-walking-tour",
22 "description": "Guided city walks",
23 "icon": "walking",
24 "status": "publish"
25 },
26 {
27 "type": "activity",
28 "name": "Wildlife Viewing",
29 "slug": "wildlife-viewing",
30 "description": "Safari and animal watching",
31 "icon": "binoculars",
32 "status": "publish"
33 },
34 {
35 "type": "activity",
36 "name": "Kayaking",
37 "slug": "kayaking",
38 "description": "Water kayaking adventures",
39 "icon": "water",
40 "status": "publish"
41 },
42 {
43 "type": "activity",
44 "name": "Photography",
45 "slug": "photography",
46 "description": "Photography tours and workshops",
47 "icon": "camera",
48 "status": "publish"
49 },
50 {
51 "type": "activity",
52 "name": "Camping",
53 "slug": "camping",
54 "description": "Outdoor camping experiences",
55 "icon": "campground",
56 "status": "publish"
57 },
58 {
59 "type": "activity",
60 "name": "Rock Climbing",
61 "slug": "rock-climbing",
62 "description": "Mountain and rock climbing",
63 "icon": "mountain",
64 "status": "publish"
65 },
66 {
67 "type": "activity",
68 "name": "Cycling",
69 "slug": "cycling",
70 "description": "Bike tours and cycling",
71 "icon": "bicycle",
72 "status": "publish"
73 },
74 {
75 "type": "activity",
76 "name": "Cooking Class",
77 "slug": "cooking-class",
78 "description": "Local cooking workshops",
79 "icon": "utensils",
80 "status": "publish"
81 }
82 ]
83