flexboxgrid/meta/definitions.php
2023-10-17 17:52:28 +00:00

17 lines
344 B
PHP

<?php
return [
'assets.flexbox' => [
'picea' => [
'asset' => [
'source' => [
[
'path' => implode(DIRECTORY_SEPARATOR, [ __DIR__, "asset", '' ]),
'order' => 10
]
],
]
],
],
];