Enumeration VisibilityTypes

Enumeration Members

Enumeration Members

ApiOnly: "API_ONLY"

Field is not shown, and can only be read or edited through the API

Hidden: "HIDDEN"

Field is not shown, but can be used by other fields such as slugs or UI Extensions

ReadOnly: "READ_ONLY"

Field is shown but can't be edited in the UI, only through the API

ReadWrite: "READ_WRITE"

Field can be read and edited

Generated using TypeDoc