+ component & twig function/filter for inject assets from manifest.json
This commit is contained in:
18
lang/ru/lang.php
Normal file
18
lang/ru/lang.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'components' => [
|
||||
'manifest' => [
|
||||
'name' => 'Manifest path',
|
||||
'description' => 'Устанавливает путь к manifest.json',
|
||||
'properties' => [
|
||||
'path' => [
|
||||
'title' => 'Manifest относительно корня',
|
||||
'description' =>
|
||||
'Путь к файлу manifest.json относительно корня проекта. Например: themes/demo/assets/build/manifest.json',
|
||||
'validationMessage' => 'Неправильный формат пути к файлу manifest.json',
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user