Joris Lange
Making use of the open/close all accordions buttons, as described on
docs4.regularlabs.com/tabsaccordions/goi...close-all-accordions
I have a problem with editing in the frontend. The code is skipped when saving the article.
So:
<button type="button" class="btn button-green" onclick="RegularLabs.TabsAccordions.openAccordions()">+ Alle open</button>
<button type="button" class="btn button-red" onclick="RegularLabs.TabsAccordions.closeAccordions()">- Alle dicht</button>
becomes:
<button type="button" class="btn button-green">+ Alle open</button>
<button type="button" class="btn button-red">- Alle dicht</button>
In Global Configuration > Text Filter I have to set Publisher to 'No Filter' to solve my problem. Do you know why?
I do want to use 'Custom forbidden list' to make the use of iframes possible for Publisher.
But in the forbidden list I do not see a clue:
applet,body,bgsound,base,basefont,canvas,embed,frame,frameset,head,html,id,ilayer,layer,link,meta,name,object,script,style,title,xml
Also an empty list do not solve this problem.