form-ui.json 389 B

1234567891011121314
  1. {
  2. "title": "Settings Editor Form UI",
  3. "description": "Settings editor form ui settings.",
  4. "properties": {
  5. "settingEditorType": {
  6. "title": "Type of editor for the setting.",
  7. "description": "Set the type of editor to use while editing your settings.",
  8. "enum": ["json", "ui"],
  9. "default": "ui"
  10. }
  11. },
  12. "additionalProperties": false,
  13. "type": "object"
  14. }