| @@ -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 | /** |