PluginProbe
Yatra – Travel Booking & Tour Operator Software / 3.0.3
Yatra – Travel Booking & Tour Operator Software v3.0.3
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 / difficulty-levels.json

difficulty-levels.json in Yatra – Travel Booking & Tour Operator Software 3.0.3, at sample-data/difficulty-levels.json

57 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "type": "difficulty",
4 "name": "Easy",
5 "slug": "easy",
6 "description": "Suitable for beginners and all fitness levels. Minimal physical exertion required.",
7 "level": 1,
8 "color": "#4CAF50",
9 "status": "publish"
10 },
11 {
12 "type": "difficulty",
13 "name": "Moderate",
14 "slug": "moderate",
15 "description": "Requires basic fitness level. Some physical activity involved.",
16 "level": 2,
17 "color": "#8BC34A",
18 "status": "publish"
19 },
20 {
21 "type": "difficulty",
22 "name": "Challenging",
23 "slug": "challenging",
24 "description": "Requires good fitness and some experience. Moderate to high physical demands.",
25 "level": 3,
26 "color": "#FFC107",
27 "status": "publish"
28 },
29 {
30 "type": "difficulty",
31 "name": "Difficult",
32 "slug": "difficult",
33 "description": "Requires very good fitness and experience. High physical demands.",
34 "level": 4,
35 "color": "#FF9800",
36 "status": "publish"
37 },
38 {
39 "type": "difficulty",
40 "name": "Extreme",
41 "slug": "extreme",
42 "description": "For experienced adventurers only. Very high physical and mental demands.",
43 "level": 5,
44 "color": "#F44336",
45 "status": "publish"
46 },
47 {
48 "type": "difficulty",
49 "name": "Expert",
50 "slug": "expert",
51 "description": "Professional level expeditions. Requires extensive experience and training.",
52 "level": 6,
53 "color": "#9C27B0",
54 "status": "publish"
55 }
56 ]
57