+ component & twig function/filter for inject assets from manifest.json
This commit is contained in:
18
lang/en/lang.php
Normal file
18
lang/en/lang.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'components' => [
|
||||
'manifest' => [
|
||||
'name' => 'Manifest path',
|
||||
'description' => 'Accept manifest.json path',
|
||||
'properties' => [
|
||||
'path' => [
|
||||
'title' => 'Manifest relative basepath',
|
||||
'description' =>
|
||||
'manifest.json path relative from basepath. Example: themes/demo/assets/build/manifest.json',
|
||||
'validationMessage' => 'Incorrect manifest.json path',
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user