Changes between Version 2 and Version 3 of DeveloperGuidelines/EdenMobile/DataFormats


Ignore:
Timestamp:
08/21/19 08:40:57 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified DeveloperGuidelines/EdenMobile/DataFormats

    v2 v3  
    3232          validatorName: {parameters}              <== general format: parameters for the validator must be passed as dict, all parameters are optional
    3333          "isIntInRange": {"min": 0, "max": 100},  <== example: mobile-specific validator (instant validation!)
     34          "isNotEmpty": {}                         <== require field to be filled if visible
    3435      },
    3536      "l10n": {                                    <== localized strings for the field (label, comment)