undraw/meta/definitions.php

15 lines
287 B
PHP
Raw Normal View History

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