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 / item-types.json

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

51 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "type": "item_type",
4 "name": "Accommodation",
5 "slug": "accommodation",
6 "description": "Hotel, resort, camping, or other lodging",
7 "icon": "hotel",
8 "status": "publish"
9 },
10 {
11 "type": "item_type",
12 "name": "Activity",
13 "slug": "activity",
14 "description": "Tours, excursions, and activities",
15 "icon": "activity",
16 "status": "publish"
17 },
18 {
19 "type": "item_type",
20 "name": "Meal",
21 "slug": "meal",
22 "description": "Breakfast, lunch, dinner, or snacks",
23 "icon": "utensils",
24 "status": "publish"
25 },
26 {
27 "type": "item_type",
28 "name": "Transportation",
29 "slug": "transportation",
30 "description": "Bus, flight, train, boat, or other transport",
31 "icon": "bus",
32 "status": "publish"
33 },
34 {
35 "type": "item_type",
36 "name": "Sightseeing",
37 "slug": "sightseeing",
38 "description": "Tourist attractions and landmarks",
39 "icon": "camera",
40 "status": "publish"
41 },
42 {
43 "type": "item_type",
44 "name": "Free Time",
45 "slug": "free-time",
46 "description": "Leisure and free time activities",
47 "icon": "clock",
48 "status": "publish"
49 }
50 ]
51