diff --git a/app/src/View/Helper/FieldHelper.php b/app/src/View/Helper/FieldHelper.php index 437e17575..2329855c7 100644 --- a/app/src/View/Helper/FieldHelper.php +++ b/app/src/View/Helper/FieldHelper.php @@ -78,18 +78,24 @@ public function banner(string $info): string { * @param string $fieldName Form field * @param array $options FormHelper control options * @param string $labelText Label text (fieldName language key used by default) - * @param array $config Custom FormHelper configuration options * @param string $ctrlCode Control code passed in from wrapper functions * @param string $cssClass Start li css class passed in from wrapper functions + * @param string $beforeField Markup to be placed before/above the field + * @param string $afterField Markup to be placed after/below the field + * @param string $prefix Field prefix - used for API Usernames + * @param bool $labelIsTextOnly For fields that should not include