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.

11 lines
251 B

4 years ago
  1. {
  2. "title": "OccurrenceOrderChunkIdsPluginOptions",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "prioritiseInitial": {
  7. "description": "Prioritise initial size over total size",
  8. "type": "boolean"
  9. }
  10. }
  11. }