flexboxgrid/meta/definitions.php

15 lines
288 B
PHP
Raw Permalink Normal View History

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