diff --git a/docs/config/config-files.md b/docs/config/config-files.md index 9228836b1..c142c79e7 100644 --- a/docs/config/config-files.md +++ b/docs/config/config-files.md @@ -75,3 +75,9 @@ We generally recommend using [Template Routes](templates/routes.md) and not modi `stopwords.php` 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. + +### Reserved field names + +`reserved_field_names.php` + +This file contains an array of variable names that are reserved by ExpressionEngine and cannot be used as custom field names.