undraw/meta/definitions.php

19 lines
359 B
PHP
Raw Normal View History

2023-10-17 17:58:31 +00:00
<?php
$path = __DIR__;
return [
'assets.undraw' => [
'picea' => [
'asset' => [
'source' => [
[
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
'order' => 10
]
],
]
],
],
];