## Bug Description The admin_config.php code that is generated contains an error in the example `customPage()` method: ``` $otherField = \$this->getController()->getFieldVar('other_field_name'); ```