From 4dd5ade87ab816d0491145f11d8d7d5c2d6dccb8 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:22:44 +0200 Subject: [PATCH 1/3] page_block_attributes.md: Fix YAML syntax --- docs/content_management/pages/page_block_attributes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content_management/pages/page_block_attributes.md b/docs/content_management/pages/page_block_attributes.md index bc2ef3eef3..5562b34ddb 100644 --- a/docs/content_management/pages/page_block_attributes.md +++ b/docs/content_management/pages/page_block_attributes.md @@ -177,8 +177,8 @@ ibexa_fieldtype_page: ``` - `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.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 From 92388a2163b3caf4172eb4358436df663d971a76 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:46:30 +0200 Subject: [PATCH 2/3] page_block_attributes.md: Ibexa.Lists [Ibexa.Lists] Do not put fullstops at the end of bullets --- docs/content_management/pages/page_block_attributes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content_management/pages/page_block_attributes.md b/docs/content_management/pages/page_block_attributes.md index 5562b34ddb..7e0b126e4b 100644 --- a/docs/content_management/pages/page_block_attributes.md +++ b/docs/content_management/pages/page_block_attributes.md @@ -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 From cc9b019384f451e370bacca46a821d824cbc3ec1 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:09:40 +0200 Subject: [PATCH 3/3] Update docs/content_management/pages/page_block_attributes.md --- docs/content_management/pages/page_block_attributes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content_management/pages/page_block_attributes.md b/docs/content_management/pages/page_block_attributes.md index 7e0b126e4b..0af10b26d9 100644 --- a/docs/content_management/pages/page_block_attributes.md +++ b/docs/content_management/pages/page_block_attributes.md @@ -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.text` - defines a help message which is rendered below the field (maps to [`help`]([[= symfony_doc =]]/reference/forms/types/form.html#help)) +- `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)) +- `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)) ### Help message in nested attributes