flexboxgrid/definitions.php

17 lines
344 B
PHP

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