PluginProbe
Yatra – Travel Booking & Tour Operator Software / trunk
Yatra – Travel Booking & Tour Operator Software vtrunk
3.0.15 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 All 83 releases
← All changes | app/Shortcodes/TripShortcode.php +5 -1 3.0.14.2trunk View file →
@@ -28,9 +28,13 @@
28 28 'duration_max' => '',
29 29 'search' => '',
30 30 'columns' => '3',
31 31 'show_pagination' => 'yes',
32 - 'title' => 'Our Trips'
32 + 'title' => 'Our Trips',
33 + // Per-instance card layout override. 'inherit' (default) = use the
34 + // site-wide Settings → Design "Listing Card Layout".
35 + // Also accepts: standard | compact_mobile | compact_all.
36 + 'card_layout' => 'inherit'
33 37 ]);
34 38 }
35 39
36 40 /**