fontawesome5/meta/definitions.php

19 lines
365 B
PHP
Raw Normal View History

2023-10-17 17:58:00 +00:00
<?php
$path = __DIR__;
return [
'assets.fontawesome5' => [
'picea' => [
'asset' => [
'source' => [
[
'path' => implode(DIRECTORY_SEPARATOR, [ $path, "asset", '' ]),
'order' => 10
]
],
]
],
],
];