Skip to content

Commit

Permalink
Doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Oct 30, 2024
1 parent 18e697e commit c29fe76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Controller/BackendServiceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,10 +601,10 @@ public function getAdditionalNodeMetadataAction(array $nodes): void
: $this->contentRepositoryAuthorizationService->getNodePermissionsForAccount($node, $authenticatedAccount);
$result[$nodeAddress->toJson()] = [
'policy' => [
'disallowedNodeTypes' => [],
'disallowedNodeTypes' => [], // not implemented for Neos 9.0
'canRemove' => $nodePrivileges->edit,
'canEdit' => $nodePrivileges->edit,
'disallowedProperties' => []
'disallowedProperties' => [] // not implemented for Neos 9.0
]
//'dimensions' => $this->getCurrentDimensionPresetIdentifiersForNode($node),
//'otherNodeVariants' => $otherNodeVariants
Expand Down

0 comments on commit c29fe76

Please sign in to comment.