Changes between Version 17 and Version 18 of DeveloperGuidelines/EdenMobile/Settings
- Timestamp:
- 02/05/18 11:25:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Settings
v17 v18 6 6 7 7 == Developer Settings == 8 These are settings which a developer may see, but generally shouldn't need to touch9 8 10 9 ||= Setting =||= Purpose =||= Structure =|| … … 15 14 || showHidden || When this checkbox field is selected then unhide all the relevant fields || {"fieldname": "fieldname2"} or {"fieldname": ["fieldname2", "fieldname3"]} || 16 15 || subheadings || Provide subheadings within CRUD create/update forms || {"fieldname": "Heading"} or {"fieldname": ["Heading1", "Heading2"]} || 16 || widget|| Widget options || "checkbox", "location" || 17 17 18 18 NB 19 19 * 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. 20 21 21 22 == Internal Settings ==