This commit is contained in:
Elio Struyf
2022-03-17 16:13:32 +01:00
parent 65be619d51
commit 9839013465
+2
View File
@@ -247,6 +247,8 @@ export class ArticleHelper {
if (!contentType.fields) {
contentType.fields = DEFAULT_CONTENT_TYPE.fields;
}
return contentType;
}
return DEFAULT_CONTENT_TYPE;