typoscript - Create a new link stye in Typo3? -


is there way add new style insert link dialog in typo3? "internal-link", "internal-link-new-window", or no style.

i have tried putting various things in page tsconfig no results @ all...

i found on site looks want can't anything:

rte.classesanchor {   tollerlink1 {     class = button     type = page     titletext = button   } }  rte.default {   classesanchor:=addtolist(button) } 

in tsconfig (home page properties - resources - page tsconfig)

rte.default.buttons { link.properties.class.allowedclasses := addtolist(internal-link-new-window) } 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -