Event for modifying the options used for an option field's input #12212
Unanswered
friartuck6000
asked this question in
Ideas
Replies: 1 comment
-
Can’t promise we’ll accept it but go ahead and submit the PR! We’ll consider it from there. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
The Matrix field exposes a really helpful event (
EVENT_SET_FIELD_BLOCK_TYPES
), which makes it possible to change which block types are available in the editor for a given element.We have a few use cases where it would be really valuable if we could do the same with option fields like Dropdown and Checkboxes—change which options are actually available in the editor in a given context.
I have a PR for this ready to submit if y'all are open to reviewing it.
Beta Was this translation helpful? Give feedback.
All reactions