Skip to content

Commit 4dd5ade

Browse files
committed
page_block_attributes.md: Fix YAML syntax
1 parent b57fd6b commit 4dd5ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content_management/pages/page_block_attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ ibexa_fieldtype_page:
177177
```
178178

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

183183
### Help message in nested attributes
184184

0 commit comments

Comments
 (0)