king
2020-03-20 bc4ee6130db80f8f2020bb3bb7248b6e55ae90cc
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,