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
9 changes: 9 additions & 0 deletions content/guides/02.content/2.editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ Here, you can specify the name, password, roles allowed to access the item, as w

To share the link, click on the new share's :icon{name="material-symbols:more-horiz"} and select either "Copy Link" or "Send Link". You can also edit or destroy the share in this menu.

## Query Parameter Defaults

By utilising the `val[field]` query parameter on the item creation page, you can apply default values to the form. This is useful when sharing the item creation url with others, making it possible to prefill field values or inside layouts like a calendar, making it possible to predefine the date an item should be created on.

```http
/content/{collection}/+?val[title]=Default Title
/content/{collection}/+?val[date_start]=2025-10-23T10:00:00
```

## Next Steps

Learn how to use [content versioning](/guides/content/content-versioning) and the [live preview](/guides/content/live-preview) functionality.