webcomponent/meta/definitions.php

17 lines
300 B
PHP

<?php
$path = __DIR__;
return [
'assets.webcomponent' => [
'picea' => [
'asset' => [
[
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
'order' => 10
]
]
],
],
];