-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConvertedTableShortcode.js
98 lines (84 loc) · 2.13 KB
/
ConvertedTableShortcode.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
"gchildrens": [
{
"shortcode": "fusion_pricing_column",
"title": "Standard",
"standout": "no",
"class": "",
"id": "",
"gchildrens": [
{
"shortcode": "fusion_pricing_price",
"currency": "$",
"price": "15.55",
"time": "monthly"
},
{
"shortcode": "fusion_pricing_row",
"text": "Feature 1" /*v-if?*/
},
{
"shortcode": "fusion_pricing_footer",
"text": ""
}
]
},
{
"shortcode": "fusion_pricing_column",
"title": "Premium",
"standout": "yes",
"class": "",
"id": "",
"gchildrens": [
{
"shortcode": "fusion_pricing_price",
"currency": "$",
"price": "25.55",
"time": "monthly"
},
{
"shortcode": "fusion_pricing_row",
"text": "Feature 1"
},
{
"shortcode": "fusion_pricing_footer"
"text": '12[fusion_button link="12" title="" target="_self" link_attributes="" alignment="" modal="" hide_on_mobile="small-visibility,medium-visibility,large-visibility" class="" id="" color="default" button_gradient_top_color="" button_gradient_bottom_color="" button_gradient_top_color_hover="" button_gradient_bottom_color_hover="" accent_color="" accent_hover_color="" type="" bevel_color="" border_width="" size="" stretch="default" shape="" icon="" icon_position="left" icon_divider="no" animation_type="" animation_direction="left" animation_speed="0.3" animation_offset=""]Button Text[/fusion_button]'
}
]
}
]
[fusion_pricing_column
title=\"Standard\"
standout=\"no\"
class=\"\"
id=\"\"
]
[fusion_pricing_price
currency=\"$\"
price=\"15.55\"
time=\"monthly\"
]
[/fusion_pricing_price]
[fusion_pricing_row]
Feature 1
[/fusion_pricing_row]
[fusion_pricing_footer]
[/fusion_pricing_footer]
[/fusion_pricing_column]
[fusion_pricing_column
title=\"Premium\"
standout=\"yes\"
class=\"\"
id=\"\"
]
[fusion_pricing_price
currency=\"$\"
price=\"25.55\"
time=\"monthly\"
]
[/fusion_pricing_price]
[fusion_pricing_row]
Feature 1
[/fusion_pricing_row]
[fusion_pricing_footer]
[/fusion_pricing_footer]
[/fusion_pricing_column]