Hi everyone, does anyone else use Slate editor in Payload and not able to use the Link field at all? I haven't changed anything but after upgrades, it disappeared.
@payloadcms/richtext-slate: 3.2.1
payload: 3.2.1
Not even overriding it, just bare minimum Slate Editor:
{
type: "richText",
name: "caption",
label: "Caption",
editor: slateEditor({}),
}