Skip to content

Commit 6844698

Browse files
committed
"Help messages for form fields": Fix YAML syntax (#2918)
* page_block_attributes.md: Fix YAML syntax * page_block_attributes.md: Detail maping to Symfony form
1 parent 00ced4a commit 6844698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/page/page_block_attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ ezplatform_page_fieldtype:
187187
class: 'class1 class2'
188188
```
189189

190-
- `help` - defines a help message which is rendered below the field.
191-
- `help_attr` - sets the HTML attributes for the element which displays the help message.
192-
- `help_html` - set this option to `true` to disable escaping the contents of the `help` option when rendering in the template.
190+
- `help.text` - defines a help message which is rendered below the field (maps to [`help`]([[= symfony_doc =]]/reference/forms/types/form.html#help))
191+
- `help.attr` - sets the HTML attributes for the element which displays the help message (maps to [`help_attr`]([[= symfony_doc =]]/reference/forms/types/form.html#help-attr))
192+
- `help.html` - enable (default) / disable (set to `true`) escaping the contents of the `help.text` option when rendering in the template (maps to [`help_html`]([[= symfony_doc =]]/reference/forms/types/form.html#help-html))
193193

194194
### Help message in nested attributes
195195

0 commit comments

Comments
 (0)