PluginProbe
Tableberg – Simple Gutenberg Table Block / 1.1.5
Tableberg – Simple Gutenberg Table Block v1.1.5
1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 All 42 releases
tableberg / src / components / patterns.ts

patterns.ts in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/components/patterns.ts

153 lines 5.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export const PATTERN_UPSELLS: any[] = [
2 {
3 name: "pattern-feature-comparison",
4 title: "Pattern: Products Feature Comparison",
5 upsellText: "",
6 image: "/includes/Patterns/images/pattern-feature-comparison.png",
7 },
8 {
9 name: "pattern-employee-information-table",
10 title: "Pattern: Employee Information Table",
11 upsellText: "",
12 image: "/includes/Patterns/images/pattern-employee-information-table.png",
13 },
14 {
15 name: "pattern-problems-solutions-table",
16 title: "Pattern: Problems & Solutions Table",
17 upsellText: "",
18 image: "/includes/Patterns/images/pattern-problems-solutions-table.png",
19 },
20 {
21 name: "pattern-pros-and-cons-colorful",
22 title: "Pattern: Pros and Cons (Colorful)",
23 upsellText: "",
24 image: "/includes/Patterns/images/pattern-pros-and-cons-colorful.png",
25 },
26 {
27 name: "pattern-pros-and-cons-table-simple",
28 title: "Pattern: Pros and Cons Table (Simple)",
29 upsellText: "",
30 image: "/includes/Patterns/images/pattern-pros-and-cons-table-simple.png",
31 },
32 {
33 name: "pattern-pros-cons-table-with-featured-product",
34 title: "Pattern: Pros & Cons Table with Featured Product",
35 upsellText: "",
36 image: "/includes/Patterns/images/pattern-pros-cons-table-with-featured-product.png",
37 },
38 {
39 name: "pattern-top-products-comparison-table",
40 title: "Pattern: Top Products Comparison Table",
41 upsellText: "",
42 image: "/includes/Patterns/images/pattern-top-products-comparison-table.png",
43 },
44 {
45 name: "pattern-product-comparison-table-versus",
46 title: "Pattern: Product Comparison Table (Versus)",
47 upsellText: "",
48 image: "/includes/Patterns/images/pattern-product-comparison-table-versus.png",
49 },
50 {
51 name: "pattern-pricing-table-with-features-comparison",
52 title: "Pattern: Pricing Table with Features Comparison",
53 upsellText: "",
54 image: "/includes/Patterns/images/pattern-pricing-table-with-features-comparison.png",
55 },
56 {
57 name: "pattern-pricing-table-with-a-highlighted-plan",
58 title: "Pattern: Pricing Table with a highlighted plan",
59 upsellText: "",
60 image: "/includes/Patterns/images/pattern-pricing-table-with-a-highlighted-plan.png",
61 },
62 {
63 name: "pattern-colorful-pricing-table",
64 title: "Pattern: Colorful Pricing Table",
65 upsellText: "",
66 image: "/includes/Patterns/images/pattern-colorful-pricing-table.png",
67 },
68 {
69 name: "pattern-pricing-table-packages",
70 title: "Pattern: Pricing Table (Packages)",
71 upsellText: "",
72 image: "/includes/Patterns/images/pattern-pricing-table-packages.png",
73 },
74 {
75 name: "pattern-single-plan-pricing-table",
76 title: "Pattern: Single Plan Pricing Table",
77 upsellText: "",
78 image: "/includes/Patterns/images/pattern-single-plan-pricing-table.png",
79 },
80 {
81 name: "pattern-pricing-table-with-highlighted-columns",
82 title: "Pattern: Pricing Table With Highlighted Columns",
83 upsellText: "",
84 image: "/includes/Patterns/images/pattern-pricing-table-with-highlighted-columns.png",
85 },
86 {
87 name: "pattern-pricing-table-highlighting-discounts",
88 title: "Pattern: Pricing Table Highlighting Discounts",
89 upsellText: "",
90 image: "/includes/Patterns/images/pattern-pricing-table-highlighting-discounts.png",
91 },
92 {
93 name: "pattern-product-box-with-features-description-and-image",
94 title: "Pattern: Product Box with features, description, and image",
95 upsellText: "",
96 image: "/includes/Patterns/images/pattern-product-box-with-features-description-and-image.png",
97 },
98 {
99 name: "pattern-single-product-box-with-features",
100 title: "Pattern: Single Product Box with features",
101 upsellText: "",
102 image: "/includes/Patterns/images/pattern-single-product-box-with-features.png",
103 },
104 {
105 name: "pattern-minimal-product-box",
106 title: "Pattern: Minimal Product Box",
107 upsellText: "",
108 image: "/includes/Patterns/images/pattern-minimal-product-box.png",
109 },
110 {
111 name: "pattern-products-comparison-side-by-side",
112 title: "Pattern: Products Comparison Side by Side",
113 upsellText: "",
114 image: "/includes/Patterns/images/pattern-products-comparison-side-by-side.png",
115 },
116 {
117 name: "pattern-product-lists-comparison-table",
118 title: "Pattern: Product Lists Comparison Table",
119 upsellText: "",
120 image: "/includes/Patterns/images/pattern-product-lists-comparison-table.png",
121 },
122 {
123 name: "pattern-product-comparison-boxes",
124 title: "Pattern: Product Comparison Boxes",
125 upsellText: "",
126 image: "/includes/Patterns/images/pattern-product-comparison-boxes.png",
127 },
128 {
129 name: "pattern-features-comparison-table",
130 title: "Pattern: Features Comparison Table",
131 upsellText: "",
132 image: "/includes/Patterns/images/pattern-features-comparison-table.png",
133 },
134 {
135 name: "pattern-brand-size-color-guide",
136 title: "Pattern: Brand Size & Color Guide",
137 upsellText: "",
138 image: "/includes/Patterns/images/pattern-brand-size-color-guide.png",
139 },
140 {
141 name: "pattern-horizontal-pricing-table",
142 title: "Pattern: Horizontal Pricing Table",
143 upsellText: "",
144 image: "/includes/Patterns/images/pattern-horizontal-pricing-table.png",
145 },
146 {
147 name: "pattern-group-points-table",
148 title: "Pattern: Group Points Table",
149 upsellText: "",
150 image: "/includes/Patterns/images/pattern-group-points-table.png",
151 },
152 ];
153