flexboxgrid/meta/definitions.php

15 lines
288 B
PHP

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