Open FarooqAlaulddin opened 9 months ago
It seems to be working when you include the component to the project config:
`
// @ ./frontend/src/config.js
..
import installAdvancedLink from '@plone/volto-slate/editor/plugins/AdvancedLink';
export default function applyConfig(config) {
..
installAdvancedLink(config)
..
return config
}
`
Describe the bug I recently switched from slate-volto package on https://github.com/eea/volto-slate to the core package embedded within volto. I run into an issue with inline Link element (in the deprecated slate-volto its called Link and in volto core its called AdvancedLink) I need this as some of my inline block types requires this schema. I noticed that the
installAdvancedLink
component is in not installedhttps://github.com/plone/volto/tree/main/packages/volto-slate/src/editor/plugins
To Reproduce
packages/volto-slate/src/editor/plugins/index.js
index.js
Expected behavior Advacned Link component to appear on the slate inline toolbar
Screenshots See the advanced link component @ https://github.com/eea/volto-slate?tab=readme-ov-file#3-working-with-links-internal-external-email
Software (please complete the following information):