Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content_management/pages/page_block_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ ibexa_fieldtype_page:
class: 'class1 class2'
```

- `help` - defines a help message which is rendered below the field.
- `help_attr` - sets the HTML attributes for the element which displays the help message.
- `help_html` - set this option to `true` to disable escaping the contents of the `help` option when rendering in the template.
- `help` - defines a help message which is rendered below the field
- `help.attr` - sets the HTML attributes for the element which displays the help message
- `help.html` - set this option to `true` to disable escaping the contents of the `help` option when rendering in the template

### Help message in nested attributes

Expand Down
Loading