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

  1. <?php
  2. return [
  3. 'components' => [
  4. 'manifest' => [
  5. 'name' => 'Manifest path',
  6. 'description' => 'Accept manifest.json path',
  7. 'properties' => [
  8. 'path' => [
  9. 'title' => 'Manifest relative basepath',
  10. 'description' =>
  11. 'manifest.json path relative from basepath. Example: themes/demo/assets/build/manifest.json',
  12. 'validationMessage' => 'Incorrect manifest.json path',
  13. ]
  14. ]
  15. ]
  16. ]
  17. ];