diff options
Diffstat (limited to 'ext/data/schemas/options-schema.json')
-rw-r--r-- | ext/data/schemas/options-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index 0cb6db0a..5db4c087 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -990,7 +990,7 @@ }, "duplicateBehavior": { "type": "string", - "enum": ["prevent", "new"], + "enum": ["prevent", "overwrite", "new"], "default": "prevent" }, "fieldTemplates": { |