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

Commit c0b4c84

Browse files
authored
Wording fix.
1 parent ab27a14 commit c0b4c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We recommend always adding a `name` to blocks. Otherwise, it is given a random n
6767
| `template` | A template that represents the functionality of the block to which this attribute is assigned. | template file name | no |
6868
| `as` | An alias name that serves as identifier in the scope of the parent element. | 0-9, A-Z, a-z, underscore (_), period (.), dash (-). Case-sensitive. | no |
6969
| `cacheable` | Defines whether a block element is cacheable. This can be used for development purposes and to make needed elements of the page dynamic. | `true` or `false` | no |
70-
| `ifconfig` | Makes the block's visibility to be dependent by a system configuration field. | XPath to the system configuration field. E.g. `contact/contact/enabled` | no |
70+
| `ifconfig` | Makes the block's visibility dependent on a system configuration field. | XPath to the system configuration field. E.g. `contact/contact/enabled` | no |
7171

7272
To pass parameters use the [`<argument></argument>`](#argument) instruction.
7373

0 commit comments

Comments
 (0)