statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
31 stars 1 forks source link

Pass other field data into custom field types #379

Open edalzell opened 4 years ago

edalzell commented 4 years ago

Use case

I now have settings for my addons:

image

In this case, I'd love to be able to make select drop downs for the Tag and the Consent field. In the former, I'd need access to the Audience data and the latter I need access to the Form data.

Would be amazing if a field type had access to the other fields in the blueprint, like the "context".

Bonus points if we could "link" them so that when one was updated, we could update ours. Like if someone picked a new form, I could update the Consent Field options.

edalzell commented 4 years ago

Thinking about this more I believe it can be done w/ a few changes/enhancements:

edalzell commented 4 years ago

Even more thinking...this could use the $events bus.