We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hidden
disabled
1 parent 807cf69 commit c78fcfbCopy full SHA for c78fcfb
1 file changed
Classes/Infrastructure/ContentRepository/PropertiesAndReferences.php
@@ -121,7 +121,7 @@ private function assertValidPropertyName($propertyName): void
121
if ($propertyName[0] === '_') {
122
$lowerPropertyName = strtolower($propertyName);
123
if ($lowerPropertyName === '_hidden') {
124
- throw new \InvalidArgumentException('Using "_hidden" as property declaration was removed. Please use "hidden" on the first level instead.');
+ throw new \InvalidArgumentException('Using "_hidden" as property declaration was removed. Please use "disabled" on the first level instead.');
125
}
126
foreach ($legacyInternalProperties as $legacyInternalProperty) {
127
if ($lowerPropertyName === strtolower($legacyInternalProperty)) {
0 commit comments