Add admin.transform property for fields #7845
r1tsuu
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal: add
admin.transform
property for fields. This should run in the same place withcondition
,validate
anddefaultValue
on the server, on every/form-state
request. This way, we can transform field values in a real time, without needing forautosave
, hooks and customField
components.Example of the usage for a
slug
field:Beta Was this translation helpful? Give feedback.
All reactions