first commit

This commit is contained in:
miroman-afk
2021-04-21 15:44:35 +03:00
commit ecd15535cd
18 changed files with 1884 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<?php
return [
'main' => [
'cpo_slug' => '',
'cpo_is_required' => 'no',
'cpo_mode_checkbox' => 'text',
'cpo_geom_checkbox' => 'square',
'cpo_is_changeimage' => 'no',
'cpo_notice_text' => '',
],
'advanced' => [
'cpo_label' => '',
'cpo_label_tag' => 'label',
'cpo_order_label' => $modificators_text,
'cpo_is_tooltip' => 'no',
'cpo_tooltip_type' => 'classic',
'cpo_tooltip' => '',
'cpo_tooltip_image' => [
'url' => '',
'id' => '0',
'alt' => '',
],
'cpo_tooltip_class' => '',
'cpo_enable_cartedit' => 'no',
'cpo_order_visibility' => 'no',
]
];