diff --git a/src/generators/ElementType.php b/src/generators/ElementType.php index 859ff80..33de9d2 100644 --- a/src/generators/ElementType.php +++ b/src/generators/ElementType.php @@ -168,7 +168,6 @@ private function elementClassMethods(): array 'pluralLowerDisplayName' => sprintf('return %s;', $this->messagePhp($pluralLowerDisplayName)), 'refHandle' => sprintf("return '%s';", strtolower($this->className)), 'trackChanges' => 'return true;', - 'hasContent' => 'return true;', 'hasTitles' => 'return true;', 'hasUris' => 'return true;', 'isLocalized' => 'return false;', @@ -364,7 +363,7 @@ private function writeConditionClass(): void private function conditionClassMethods(): array { return [ - 'conditionRuleTypes' => << <<