Inherit 'full width' setting creating new child document

towards #5562
This commit is contained in:
Tom Moor
2023-07-15 23:21:59 -04:00
parent abb38ea447
commit 4b14fa5dd7
4 changed files with 16 additions and 3 deletions

View File

@@ -1267,6 +1267,7 @@ router.post(
publish,
collectionId,
parentDocumentId,
fullWidth,
templateId,
template,
} = ctx.input.body;
@@ -1320,6 +1321,7 @@ router.post(
parentDocumentId,
templateDocument,
template,
fullWidth,
user,
editorVersion,
ip: ctx.request.ip,