first commit

This commit is contained in:
miroman-afk
2021-04-21 15:44:35 +03:00
commit ecd15535cd
18 changed files with 1884 additions and 0 deletions

View 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-modificator',
]
];