Skip to content

Commit a83b6ea

Browse files
authored
Merge pull request #998 from ExpressionEngine/bug/7.x/reserved-words-config
Adds `reserved_field_names` config file
2 parents 6b41cf6 + d00237e commit a83b6ea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/config/config-files.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,9 @@ We generally recommend using [Template Routes](templates/routes.md) and not modi
7575
`stopwords.php`
7676

7777
This file contains an array of words that the search functions in EE will ignore in order to a) reduce load, and b) generate better results.
78+
79+
### Reserved field names
80+
81+
`reserved_field_names.php`
82+
83+
This file contains an array of variable names that are reserved by ExpressionEngine and cannot be used as custom field names.

0 commit comments

Comments
 (0)