Typo3 enabling default Link Browser

146 Views Asked by At

I have an alternative Link Browser, but I dont know why (maybe because an extension?) how do I deactivate it or enable the default one? picture of the link browser I have

I couldn't find someone that also has this Link window, so maybe if anyone ever had this one and knows where it's coming from.

1

There are 1 best solutions below

0
WontRememberAnyway On BEST ANSWER

If you have created and registered a custom rte.yaml for your extension, you have to import the plugins.yaml from the core to get the expected link browser.

It should look like this:

imports:
  - { resource: "EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml" }