Skip to content

Commit faeb8ef

Browse files
committed
new json attributes
1 parent fb50b1d commit faeb8ef

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Omatech/Editora/Connector/editoradatabase_sample.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,15 @@
154154
],
155155
'attributes_multi_lang_text' => [
156156
280 => ['lang_text', 'caption'=>['lang_text ca', 'lang_text es', 'lang_text en']],
157-
],
157+
],
158+
159+
'attributes_json' => [
160+
],
161+
'attributes_multi_json' => [
162+
151 => ['json', 'caption'=>['Json', 'Json', 'Json'], 'params' => ['only_root'=>true]],//only_root params hide attribute for other users
163+
],
164+
165+
158166
'attributes_date' => [
159167
252 => ['date', 'caption'=>['date ca', 'date es', 'date en']],
160168
],

0 commit comments

Comments
 (0)