Skip to content

Commit

Permalink
Dev: added privacy modal to theme editor
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Oct 2, 2019
1 parent 64b297c commit a5b73cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/survey/vanilla/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@
<therearexquestions type="data" twig="on"><![CDATA[gT('There is 2 question in this survey'])]]></therearexquestions>
<surveyls_url type="data" twig="on">"https://www.limesurvey.org/"</surveyls_url>
<surveyls_urldescription type="data" twig="on"><![CDATA[ gT("Some URL description") ]]></surveyls_urldescription>
<showsurveypolicynotice>2</showsurveypolicynotice>
<datasecurity_notice_label type="data" twig="on"><![CDATA[ <a href='#data-security-modal-' data-toggle='collapse'> {{ gT('Show Policy') }} </a> ]]></datasecurity_notice_label>
<datasecurity_notice type="data" twig="on"><![CDATA[ {{ gT("Here your data security notice") }} ]]></datasecurity_notice>
</survey>
<group type="core">
<name type="data" twig="on"><![CDATA[ {{ gT("Group 1: The first lot of questions") }} ]]></name>
Expand Down

0 comments on commit a5b73cd

Please sign in to comment.