I wonder how to access the theme options within the theme's js. In twig, it's available via
Code:
aSurveyInfo.options
, but how to access in js?
The idea behind is, that I want to turn on/off specific behavior when clicking on a answer option - depending on what's set in theme options.
thanks & regards
LS Cloud Version 3.27.16
Last edit: 3 years 1 month ago by normanhealthvision. Reason: add ls version
Ich möchte im JS meines Themes auf die (custom) Optionen zugreifen, die in den Theme-Options gesetzt werden können. Auf diese Weise möchte ich das Verhalten beim Klick auf eine Antwortoption steuern.
Im twig ist der Zugriff über aSurveyInfo.options möglich, doch wie komme ich im JS an die Einstellung(en) heran?