undraw/meta/definitions.php

15 lines
289 B
PHP
Raw Normal View History

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