-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.php
164 lines (158 loc) · 5.8 KB
/
metadata.php
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<?php
$sMetadataVersion = '2.0';
$aModule = array(
'id' => 'rs-shariff',
'title' => '*RS Shariff',
'description' => 'Social media buttons',
'thumbnail' => '',
'version' => '0.0.1',
'author' => '',
'url' => '',
'email' => '',
'extend' => array(
\OxidEsales\Eshop\Core\ViewConfig::class => rs\shariff\Core\ViewConfig::class,
),
'controllers' => array(),
'templates' => array(
'rs/shariff/views/tpl/layout/footer__dd_footer_social_links.tpl' => 'rs/shariff/views/tpl/layout/footer__dd_footer_social_links.tpl',
'rs/shariff/views/tpl/layout/base__base_style.tpl' => 'rs/shariff/views/tpl/layout/base__base_style.tpl',
'rs/shariff/views/tpl/layout/base__base_js.tpl' => 'rs/shariff/views/tpl/layout/base__base_js.tpl',
'rs/shariff/views/tpl/page/details/inc/productmain__details_productmain_productlinksselector.tpl' => 'rs/shariff/views/tpl/page/details/inc/productmain__details_productmain_productlinksselector.tpl',
),
'blocks' => array(
array(
'template' => 'layout/footer.tpl',
'block' => 'dd_footer_social_links',
'file' => '/views/blocks/layout/footer__dd_footer_social_links.tpl',
),
array(
'template' => 'layout/base.tpl',
'block' => 'base_style',
'file' => '/views/blocks/layout/base__base_style.tpl',
),
array(
'template' => 'layout/base.tpl',
'block' => 'base_js',
'file' => '/views/blocks/layout/base__base_js.tpl',
),
array(
'template' => 'page/details/inc/productmain.tpl',
'block' => 'details_productmain_productlinksselector',
'file' => '/views/blocks/page/details/inc/productmain__details_productmain_productlinksselector.tpl',
),
),
'settings' => array(
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_with_jquery',
'type' => 'bool',
'value' => false,
),
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_with_font_awesome',
'type' => 'bool',
'value' => false,
),
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_data-info-url',
'type' => 'str',
'value' => 'http://ct.de/-2467514',
),
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_data-info-display',
'type' => 'select',
'value' => 'blank',
'constraints' => 'blank|popup|self',
'position' => 0
),
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_data-mail-url',
'type' => 'str',
'value' => '',
),
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_data-mail-subject',
'type' => 'str',
'value' => '',
),
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_data-mail-body',
'type' => 'str',
'value' => '{url}',
),
array(
'group' => 'rs-shariff_main',
'name' => 'rs-shariff_main_data-services',
'type' => 'str',
'value' => 'facebook|twitter|linkedin|pinterest|xing|whatsapp|addthis|tumblr|diaspora|reddit|stumbleupon|threema|weibo|tencent-weibo|qzone|print|telegram|vk|flipboard|pocket|buffer|mail|info',
),
array(
'group' => 'rs-shariff_detail_page',
'name' => 'rs-shariff_detail_page_display',
'type' => 'bool',
'value' => false,
),
array(
'group' => 'rs-shariff_detail_page',
'name' => 'rs-shariff_detail_page_data-button-style',
'type' => 'select',
'value' => 'standard',
/*'constraints' => 'standard|icon|icon-count',*/
'constraints' => 'standard|icon',
'position' => 0
),
array(
'group' => 'rs-shariff_detail_page',
'name' => 'rs-shariff_detail_page_data-orientation',
'type' => 'select',
'value' => 'vertical',
'constraints' => 'horizontal|vertical',
'position' => 1
),
array(
'group' => 'rs-shariff_detail_page',
'name' => 'rs-shariff_detail_page_data-theme',
'type' => 'select',
'value' => 'standard',
'constraints' => 'standard|grey|white',
'position' => 0
),
array(
'group' => 'rs-shariff_footer',
'name' => 'rs-shariff_footer_display',
'type' => 'bool',
'value' => false,
),
array(
'group' => 'rs-shariff_footer',
'name' => 'rs-shariff_footer_data-button-style',
'type' => 'select',
'value' => 'standard',
/*'constraints' => 'standard|icon|icon-count',*/
'constraints' => 'standard|icon',
'position' => 0
),
array(
'group' => 'rs-shariff_footer',
'name' => 'rs-shariff_footer_data-orientation',
'type' => 'select',
'value' => 'horizontal',
'constraints' => 'horizontal|vertical',
'position' => 0
),
array(
'group' => 'rs-shariff_footer',
'name' => 'rs-shariff_footer_data-theme',
'type' => 'select',
'value' => 'standard',
'constraints' => 'standard|grey|white',
'position' => 0
),
),
);