-
|
As many fields are populated dynamically (eg: date_created, user_created), the one thing that seems to be really lacking in the field API is the ability to set any field to either be hidden on the UI or disabled. For example, I do like users to see the original created and updated dates, but they should not be able to edit them directly. Likewise, in some cases the "author" of a post should be set based on the person creating the post, but can only be changed by an admin/editor etc. If you set the access control to false on read, it still shows the field, but with no data. In the case of a relationship, you can even edit the data, but then get an access denied if you have restricted the update or create access controls. One option: Second Option (Better): Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @sfarrowGR, this is possible by configuring the |
Beta Was this translation helpful? Give feedback.
Hi @sfarrowGR, this is possible by configuring the
fieldMode. Please refer to our docs.