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.

options.json 268 B

3 years ago
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. }