2023-10-17 17:58:47 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'assets.webcomponent' => [
|
|
|
|
'picea' => [
|
2023-10-18 03:20:33 +00:00
|
|
|
'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
|
|
|
]
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|