#752 - use new field processing

This commit is contained in:
Elio Struyf
2024-02-12 17:53:47 +01:00
parent 1315602bcc
commit be54b6286f
+1 -1
View File
@@ -1042,7 +1042,7 @@ export class ContentType {
console.log(field.name, defaultValue, Array.isArray(defaultValue));
if (typeof defaultValue === 'string') {
data[field.name] = ContentType.processFieldPlaceholders(
data[field.name] = await ContentType.processFieldPlaceholders(
defaultValue,
data,
contentType,