netlify / netlify-cms-widget-starter

A boilerplate for creating Netlify CMS widgets.

Home Page:https://www.netlifycms.org/docs/custom-widgets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom relational widget

marchingband opened this issue · comments

Is there a way to access the state of other widgets via props on a custom widget?
How does the relational widget achieve this?

You can't access the state of other widgets currently. The relation widget uses the query and queryHits props to access the values of other entries, but not other values within the current entry.

Closing, but please reach out on Gitter with any other questions!