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/collections/tips/reserved-words.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This is the list of reserved words you shouldn't use as field names, in addition
- `save`
- `site`
- `status`
- `structure`
- `path`
- `private`
- `publish`
Expand All @@ -44,6 +45,10 @@ Some of these _may_ work as field names in some circumstances, but can have unin
- `global` with any datatype storing data as an array when there is _also_ a global field of the same name.
- `type` inside a Replicator set. The type is the handle of the set.

### Assets

- `content` as a file driver name in `config/filesystem.php`

### Entries

- `order`
Expand All @@ -56,6 +61,10 @@ Some of these _may_ work as field names in some circumstances, but can have unin
- `message`
- `messages`

### Navigation and Trees

- `structure`

## Taxonomy Handles

- `register`
Expand Down