first commit
This commit is contained in:
17
cpo/units-advanced.php
Normal file
17
cpo/units-advanced.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'layout' => [
|
||||
'margin' => [
|
||||
'top' => '10',
|
||||
'right' => '10',
|
||||
'bottom' => '10',
|
||||
'left' => '10',
|
||||
'unit' => 'px',
|
||||
],
|
||||
],
|
||||
'selectors' => [
|
||||
'id_name' => '',
|
||||
'class_name' => 'product-unit',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user