src/templates/zshare/formconfig.js
@@ -205,6 +205,19 @@ }] }, { type: 'radio', key: 'required', label: Formdict['header.form.field.required'], initVal: card.required || 'false', options: [{ value: 'true', text: Formdict['header.form.true'] }, { value: 'false', text: Formdict['header.form.false'] }] }, { type: 'number', key: 'ratio', min: 1,