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/content_management/pages/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
@@ -177,9 +177,9 @@ ibexa_fieldtype_page:
177
177
class: 'class1 class2'
178
178
```
179
179
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))
0 commit comments