Changes between Version 17 and Version 18 of DeveloperGuidelines/EdenMobile/Settings


Ignore:
Timestamp:
02/05/18 11:25:22 (7 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Settings

    v17 v18  
    66
    77== Developer Settings ==
    8 These are settings which a developer may see, but generally shouldn't need to touch
    98
    109||= Setting =||= Purpose =||= Structure =||
     
    1514|| showHidden || When this checkbox field is selected then unhide all the relevant fields || {"fieldname": "fieldname2"} or {"fieldname": ["fieldname2", "fieldname3"]} ||
    1615|| subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} ||
     16|| widget|| Widget options || "checkbox", "location" ||
    1717
    1818NB
    1919* For server-side dynamic models to export their table.settings to Mobile table.settings need to add to SERIALIZABLE_OPTS in {{{s3model.py}}}
     20* Server-side dynamic models export their field.settings.mobile directly to Mobile field.settings.
    2021
    2122== Internal Settings ==