Skip to content

Commit a1e6cd9

Browse files
authored
page_block_attributes.md: Fix hl_lines
Follow #2864
1 parent ad6cb36 commit a1e6cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_management/pages/page_block_attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ for example `AbstractType` for any custom type or `IntegerType` for numeric type
7070

7171
To define the type, create a `src/Block/Attribute/MyStringAttributeType.php` file:
7272

73-
``` php hl_lines="5 6 15"
73+
``` php hl_lines="5 6 17"
7474
[[= include_file('code_samples/page/custom_attribute/src/Block/Attribute/MyStringAttributeType.php') =]]
7575
```
7676

0 commit comments

Comments
 (0)