flexboxgrid/meta/definitions.php

17 lines
353 B
PHP
Raw Normal View History

<?php
return [
2023-10-17 17:27:54 +00:00
'assets.flexbox' => [
'picea' => [
'asset' => [
'source' => [
[
2023-10-17 18:21:19 +00:00
'path' => implode(DIRECTORY_SEPARATOR, [ dirname(__DIR__), "asset", '' ]),
'order' => 10
]
],
]
],
],
];