Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9c7d83b

Browse files
authored
Wording fix.
1 parent c0b4c84 commit 9c7d83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.3/frontend-dev-guide/layouts/xml-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ As a result, the CMS block added to the bottom of the page.
239239

240240
## Making the block visibility dynamic {#ref_config_block}
241241

242-
Any block can be configured to show or not based on a [Magento/Config/Model/Config/Source/Yesno] system configuration field, using `ifconfig` argument. As a value, it gets the XPath of the needed field.
242+
Any block can be configured to show or not based on a [Magento/Config/Model/Config/Source/Yesno] system configuration field, using the `ifconfig` argument. For the value, use the XPath to the needed field.
243243

244244
```xml
245245
<block class="Namespace\Module\Block\Type" name="block.example" ifconfig="my/yesno/field">

0 commit comments

Comments
 (0)