Skip to content
Advertisement

Tag: keystonejs

Unexpected field access control behaviour in KeystoneJS

I am attempting to apply field level access logic in KeystoneJS, as per these instructions. The following hides a field fieldName from the admin UI: But the field is not hidden from the admin UI if I use an imperative approach. See below, which I would expect to produce the same result as the static approach above: Am I missing

Advertisement