canAccess() and Clusters
Shouldnt i be able to use public static function canAccess(): bool
{
return false;
}
} to stop a user from accessing a cluster and its contents? Obviously testing in its simplest form. Right now it doesnt appear to do anything.
Solution:Jump to solution
ah, seems you have to put it on the individual pages within it and not simply on the cluster component itself.
2 Replies
Would the permissions be based on the cluster’s URLs and not the cluster itself?
Solution
ah, seems you have to put it on the individual pages within it and not simply on the cluster component itself.