mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 08:18:24 -04:00
12 lines
247 B
JSON
12 lines
247 B
JSON
|
|
{
|
||
|
|
"title": "OccurrenceChunkIdsPluginOptions",
|
||
|
|
"type": "object",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"properties": {
|
||
|
|
"prioritiseInitial": {
|
||
|
|
"description": "Prioritise initial size over total size.",
|
||
|
|
"type": "boolean"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|