Skip to content
Snippets Groups Projects

Extended documentation for Edit Mode

Merged Daniel Hornung requested to merge f-data-model-tutorial into dev
2 unresolved threads
7 files
+ 12892
33
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -34,10 +34,10 @@ property, and the names of the roles and/or users from whom it should be hidden.
"roles": ["list", "of", "roles"],
"users": ["list", "of", "users"]
},
...
// ...
]
},
...
// ...
}
In the same way but using the ``show`` keyword, properties can be hidden for
@@ -53,10 +53,10 @@ everyone **but** the specified users/roles:
"roles": ["list", "of", "roles"],
"users": ["list", "of", "users"]
},
...
// ...
]
},
...
// ...
}
@@ -90,7 +90,7 @@ configured in the same configuration file as above, i.e., in
"RecordTypeName": {
"order": ["ordered", "list", "of", "properties"]
},
...
// ...
}
This ensures that the properties of all entities with the declared types are
Loading