Skip to content

Commit 0e215b1

Browse files
authored
"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 2ead2e6 commit 0e215b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content_management/pages/page_block_attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ ibexa_fieldtype_page:
177177
class: 'class1 class2'
178178
```
179179

180-
- `help` - defines a help message which is rendered below the field.
181-
- `help_attr` - sets the HTML attributes for the element which displays the help message.
182-
- `help_html` - set this option to `true` to disable escaping the contents of the `help` option when rendering in the template.
180+
- `help.text` - defines a help message which is rendered below the field (maps to [`help`]([[= symfony_doc =]]/reference/forms/types/form.html#help))
181+
- `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))
182+
- `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))
183183

184184
### Help message in nested attributes
185185

0 commit comments

Comments
 (0)