From d00237eed96a7312c5d46de98b9bd1e5f06077a0 Mon Sep 17 00:00:00 2001 From: Yuri Salimovskiy Date: Wed, 4 Jun 2025 16:39:23 +0300 Subject: [PATCH] Adds `reserved_field_names` config file --- docs/config/config-files.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.