collections script templates

This commit is contained in:
SPRINX0\prochazka
2024-08-28 14:26:34 +02:00
parent e71d278b20
commit 73ec42a9c8
5 changed files with 70 additions and 27 deletions

View File

@@ -161,6 +161,12 @@ export const driverBase = {
getCollectionExportQueryJson(collection: string, condition: any, sort: any) {
return null;
},
getScriptTemplates(objectTypeField) {
return [];
},
getScriptTemplateContent(scriptTemplate, props) {
return null;
},
dataEditorTypesBehaviour: {
parseSqlNull: true,