Skip to content

Updates conflict fields, Adds Assets, Navs and Trees to reserved list #1684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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