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.

12 lines
255 B

4 years ago
  1. {
  2. "title": "MinChunkSizePluginOptions",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "minChunkSize": {
  7. "description": "Minimum number of characters",
  8. "type": "number"
  9. }
  10. },
  11. "required": ["minChunkSize"]
  12. }