fix typo
This commit is contained in:
parent
232bb3d678
commit
24c0e03aaa
@ -138,7 +138,7 @@
|
|||||||
"cantorfora",
|
"cantorfora",
|
||||||
"chronikseiten",
|
"chronikseiten",
|
||||||
].forEach((collection) =>
|
].forEach((collection) =>
|
||||||
CMS.registerPreviewTemplate(collection, "draft", DraftPreview)
|
CMS.registerFieldPreview(collection, "draft", DraftPreview)
|
||||||
);
|
);
|
||||||
["blog", "author", "chronikseiten", "pages", "cantorpreis", "begabte"].forEach(
|
["blog", "author", "chronikseiten", "pages", "cantorpreis", "begabte"].forEach(
|
||||||
(collection) => CMS.registerFieldPreview(collection, "body", BodyPreview)
|
(collection) => CMS.registerFieldPreview(collection, "body", BodyPreview)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user