options.json 268 B

123456789101112131415161718
  1. {
  2. "type": "object",
  3. "properties": {
  4. "name": {
  5. "type": "string"
  6. },
  7. "inline": {
  8. "type": "boolean"
  9. },
  10. "fallback": {
  11. "type": "boolean"
  12. },
  13. "publicPath": {
  14. "type": "string"
  15. }
  16. },
  17. "additionalProperties": false
  18. }