You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/page/page_block_attributes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,9 +187,9 @@ ezplatform_page_fieldtype:
187
187
class: 'class1 class2'
188
188
```
189
189
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))
0 commit comments