17 lines
317 B
PHP
17 lines
317 B
PHP
<?php
|
|
|
|
return [
|
|
'layout' => [
|
|
'margin' => [
|
|
'top' => '10',
|
|
'right' => '10',
|
|
'bottom' => '10',
|
|
'left' => '10',
|
|
'unit' => 'px',
|
|
],
|
|
],
|
|
'selectors' => [
|
|
'id_name' => '',
|
|
'class_name' => 'product-modificator',
|
|
]
|
|
]; |