Allow extra config options, simply ignore them

This commit is contained in:
Daniel Lautzenheiser
2023-04-17 14:17:15 -04:00
parent 3112acff9b
commit 290d708b12
4 changed files with 0 additions and 22 deletions

View File

@ -22,7 +22,6 @@ export default {
max_file_size: { type: 'number' },
folder_support: { type: 'boolean' },
},
additionalProperties: false,
},
},
};

View File

@ -22,7 +22,6 @@ export default {
max_file_size: { type: 'number' },
folder_support: { type: 'boolean' },
},
additionalProperties: false,
},
},
};

View File

@ -11,7 +11,6 @@ export default {
max_file_size: { type: 'number' },
folder_support: { type: 'boolean' },
},
additionalProperties: false,
},
},
};