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
559 B

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