Skip to content
Snippets Groups Projects

Release 0.11.0

Merged Florian Spreckelsen requested to merge release-0.11.0 into main
3 files
+ 9
7
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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