webcomponent/meta/definitions.php

17 lines
300 B
PHP
Raw Normal View History

2023-10-17 17:58:47 +00:00
<?php
$path = __DIR__;
return [
'assets.webcomponent' => [
'picea' => [
'asset' => [
2023-10-18 01:56:49 +00:00
[
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
'order' => 10
]
2023-10-17 17:58:47 +00:00
]
],
],
];