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

17 lines
311 B
PHP

<?php
return [
'layout' => [
'margin' => [
'top' => '10',
'right' => '10',
'bottom' => '10',
'left' => '10',
'unit' => 'px',
],
],
'selectors' => [
'id_name' => '',
'class_name' => 'product-unit',
],
];