You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
693 B

<?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',
]
]
]
]
];