WebsiteBaker 2.13.9 R25 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$oBEFunctions = new Accordion();$aTwigdata['setting'] = $oBEFunctions->getAccordionSettings($section_id);$aTwigdata['lang'] = $oTrans->getLangArray();
$aTwigdata['TemplateList'] = $oBEFunctions->getAllTemplatesArray($section_id);
{% for item in ITEMLIST %} <span class="accordion-title {{ item.status_on_page load }}{{ acc_method }}">{{ item.question|raw }}</span> <div class="accordion-content">{{ item.answer|raw }} <br> </div> {% endfor %}
Wenn ich mir mit dem templateeditor das Standartemplate lade, es anpasse und den Template-Editor dann deaktiviere, dann wird von allen accordions die ich anlege mein verändertes Standard template genutzt?