first commit
This commit is contained in:
28
cpo/units-general-advanced.php
Normal file
28
cpo/units-general-advanced.php
Normal 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' => $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',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user