Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/overview/entities/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Editing always requires `_editor` or `_owner` rights regardless of sharing level
Setting `_sharing: public` makes the entity visible to anyone on the internet without authentication. Only use it for intentionally public content.
:::

::: info
`_sharing` is per-entity only — it is **not** propagated to children via `_inheritrights`. An entity with no explicit `_sharing` value defaults to `private`, regardless of its parent's `_sharing` setting.
:::

### Rights Inheritance

Set `_inheritrights: true` on an entity to inherit rights from its parent. Rights defined directly on the child override inherited ones. Use `_noaccess` to block a user who would otherwise inherit access from a parent.
Expand Down