src/templates/tableshare/formconfig.js
@@ -326,10 +326,13 @@ { type: 'select', key: 'pageTemplate', label: Formdict['header.form.pageTemplate'], label: Formdict['header.form.newpage.type'], initVal: card.pageTemplate || '', required: true, options: [] options: [{ value: 'print', text: Formdict['header.menu.printTemplate'] }] }, { type: 'text', @@ -1012,7 +1015,7 @@ type: 'radio', key: 'required', label: Formdict['header.form.field.required'], initVal: card.required || 'false', initVal: card.required || 'true', options: [{ value: 'true', text: Formdict['header.form.true']