DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Updating to ver. 6.0.0ΒΆ

If you are updating from a version < 6.0.0, you must change your custom template-file or your TypoScript, because this TypoScript line was removed:

page.includeJS.tx_tinyaccordion = {$plugin.tx_tinyaccordion.settings.jsFile}

You can add that line to your TypoScript, if you do not use jQuery UI, or you can add this 2 lines at the beginning of your custom template:

{namespace tiny=Quizpalme\Tinyaccordion\ViewHelpers}
<tiny:addPublicResources path="EXT:tinyaccordion/Resources/Public/Scripts/packed.js"></tiny:addPublicResources>