vizy icon indicating copy to clipboard operation
vizy copied to clipboard

Add capability to disable the Sites dropdown for Link option

Open JayBox325 opened this issue 1 month ago • 0 comments

What are you trying to do?

I have a minimal Vizy configuration as follows:

{
    "buttons": ["formatting", "clear-format", "unordered-list", "ordered-list", "italic", "bold", "link", "undo", "redo"],
    "commands": [],
    "formatting": ["h2", "h3", "h4", "paragraph", "blockquote"],
    "toolbarFixed": true
}

And this works great, however, I am using a multi-site setup where there shouldn't be cross-site linking (for now) as when an author is in their site, they shouldn't be aware of any other sites on the platform. However, when I add an entry as a link, a sites dropdown appears showing all available sites which is not what we are looking to do.

Image Image

What's your proposed solution?

Add some way of configuring the link option to disable the sites dropdown.

Additional context

No response

JayBox325 avatar Nov 07 '25 08:11 JayBox325