Replies: 4 comments 1 reply
-
Did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
I'm having the same problem, additionally the serialized rich-text only store document ID, but sometimes you want documents to be referred using its slug, in that case you'd need to inquire what slug does the document with this ID has, which hurts performance if there's a lot of links. |
Beta Was this translation helpful? Give feedback.
-
I suppose you can replace the |
Beta Was this translation helpful? Give feedback.
-
Facing the same issue here. I should ideally be able to filter the data to reduce the size of the response. |
Beta Was this translation helpful? Give feedback.
-
Hi community,
I'd like to customize or replace the internal link feature. At the moment my users have to scroll through an immensely large list of pages, posts, events, etc. It would be nice to separate that like this:
Furthermore we could then use
filterOptions
on the relationship field which would allow great flexibility.My problem is that I'm not familiar with React and I can't write a new linkFeature. I would like to modify the existing one but I don't know how to modify the existing fields.
Beta Was this translation helpful? Give feedback.
All reactions