PluginProbe
Yatra – Travel Booking & Tour Operator Software / trunk
Yatra – Travel Booking & Tour Operator Software vtrunk
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 / categories.json

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

79 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "type": "category",
4 "name": "Adventure Tours",
5 "slug": "adventure-tours",
6 "description": "Exciting adventure travel experiences including trekking, climbing, and extreme sports",
7 "icon": "mountain",
8 "color": "#FF6B6B",
9 "status": "publish",
10 "parent_id": null,
11 "level": 0,
12 "sorting": 1,
13 "is_featured": 1
14 },
15 {
16 "type": "category",
17 "name": "Beach & Island",
18 "slug": "beach-island",
19 "description": "Relaxing beach vacations and island hopping",
20 "icon": "umbrella-beach",
21 "color": "#4ECDC4",
22 "status": "publish"
23 },
24 {
25 "type": "category",
26 "name": "Cultural Tours",
27 "slug": "cultural-tours",
28 "description": "Immersive cultural experiences and heritage tours",
29 "icon": "monument",
30 "color": "#45B7D1",
31 "status": "publish"
32 },
33 {
34 "type": "category",
35 "name": "Wildlife Safari",
36 "slug": "wildlife-safari",
37 "description": "Wildlife viewing and safari adventures",
38 "icon": "binoculars",
39 "color": "#96CEB4",
40 "status": "publish"
41 },
42 {
43 "type": "category",
44 "name": "City Tours",
45 "slug": "city-tours",
46 "description": "Urban exploration and city experiences",
47 "icon": "map",
48 "color": "#FFEAA7",
49 "status": "publish"
50 },
51 {
52 "type": "category",
53 "name": "Trekking & Hiking",
54 "slug": "trekking-hiking",
55 "description": "Mountain trekking and hiking expeditions",
56 "icon": "hiking",
57 "color": "#74B9FF",
58 "status": "publish"
59 },
60 {
61 "type": "category",
62 "name": "Cruise Tours",
63 "slug": "cruise-tours",
64 "description": "Luxury cruise and boat tours",
65 "icon": "ship",
66 "color": "#A29BFE",
67 "status": "publish"
68 },
69 {
70 "type": "category",
71 "name": "Food & Wine",
72 "slug": "food-wine",
73 "description": "Culinary tours and wine tasting experiences",
74 "icon": "utensils",
75 "color": "#FD79A8",
76 "status": "publish"
77 }
78 ]
79