Files
hrc-webcommerce/cpo/units-general-advanced.php
miroman-afk ecd15535cd first commit
2021-04-21 15:44:35 +03:00

28 lines
720 B
PHP

<?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' => $unit_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',
]
];