Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
485 bytes
|
Line | |
---|
1 | {
|
---|
2 | "title": "MinChunkSizePluginOptions",
|
---|
3 | "type": "object",
|
---|
4 | "additionalProperties": false,
|
---|
5 | "properties": {
|
---|
6 | "chunkOverhead": {
|
---|
7 | "description": "Constant overhead for a chunk.",
|
---|
8 | "type": "number"
|
---|
9 | },
|
---|
10 | "entryChunkMultiplicator": {
|
---|
11 | "description": "Multiplicator for initial chunks.",
|
---|
12 | "type": "number"
|
---|
13 | },
|
---|
14 | "minChunkSize": {
|
---|
15 | "description": "Minimum number of characters.",
|
---|
16 | "type": "number"
|
---|
17 | }
|
---|
18 | },
|
---|
19 | "required": ["minChunkSize"]
|
---|
20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.