webcomponent/meta/definitions.php

21 lines
496 B
PHP
Raw Permalink Normal View History

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