We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6cb36 commit a1e6cd9Copy full SHA for a1e6cd9
docs/content_management/pages/page_block_attributes.md
@@ -70,7 +70,7 @@ for example `AbstractType` for any custom type or `IntegerType` for numeric type
70
71
To define the type, create a `src/Block/Attribute/MyStringAttributeType.php` file:
72
73
-``` php hl_lines="5 6 15"
+``` php hl_lines="5 6 17"
74
[[= include_file('code_samples/page/custom_attribute/src/Block/Attribute/MyStringAttributeType.php') =]]
75
```
76
0 commit comments