-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow MultipleEntryReferenceEditor to render children prop #1662
feat: allow MultipleEntryReferenceEditor to render children prop #1662
Conversation
…to-accept-children-prop
Hi @nerdess. Please refer to the Storybook: |
@colomolo Yeah I am aware of |
Marking pull request as stale since there was no activity for 30 days |
@colomolo It's been a while but would there be an interest in this PR if I fix the tests? |
Hi @nerdess. Thanks for getting back to this. We discussed this today and as there were no other requests for this functionality, we agreed to avoid adding it as for now. Sorry for a long turnaround. |
I will close this now. Please feel free to reach out with any other questions. |
The commit message is a bit misleading. This is about offering the ability to extend the body of an MultipleReferenceEditor entry with custom React elements.
Check storyboard > Multiple Entry > Custom Children.
The content "Some custom children..." has been added using the new optional
renderCustomChildren
prop.I was missing this feature when developing a custom Contentul app. Might be useful for others.