Fixes widgets for custom forms, #201
This commit is contained in:
parent
66839f17e7
commit
100fd41713
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ router.get('/:cid/widget', cors(corsOptions), (req, res, next) => {
|
|||
serviceUrl: configItems.serviceUrl,
|
||||
hasPubkey: !!configItems.pgpPrivateKey,
|
||||
customFields: fields.getRow(fieldList),
|
||||
template: {},
|
||||
layout: null,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue