- WIP on asset
This commit is contained in:
parent
3e4e08171f
commit
02bdf3fea3
|
@ -6,12 +6,10 @@ return [
|
||||||
'assets.webcomponent' => [
|
'assets.webcomponent' => [
|
||||||
'picea' => [
|
'picea' => [
|
||||||
'asset' => [
|
'asset' => [
|
||||||
'source' => [
|
[
|
||||||
[
|
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
|
||||||
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
|
'order' => 10
|
||||||
'order' => 10
|
]
|
||||||
]
|
|
||||||
],
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue