ace/meta/definitions.php
2025-05-21 18:37:48 +00:00

15 lines
284 B
PHP

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