Skip to content

Commit

Permalink
feat: brick setting for SimpleContact
Browse files Browse the repository at this point in the history
  • Loading branch information
peat85 committed May 24, 2018
1 parent e6a4222 commit 4f51143
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bricks.xml
Expand Up @@ -24,6 +24,9 @@
<setting name="mailTo">
<locale group="quiqqer/bricks" var="brick.control.simpleContact.mailTo"/>
</setting>
<setting name="showPrivacyPolicyCheckbox">
<locale group="quiqqer/bricks" var="brick.control.simpleContact.showPrivacyPolicyCheckbox"/>
</setting>
</settings>
</brick>

Expand Down
4 changes: 4 additions & 0 deletions locale.xml
Expand Up @@ -165,6 +165,10 @@
<de><![CDATA[Bitte akzeptieren Sie die Datenschutzbestimmungen, um fortzufahren.]]></de>
<en><![CDATA[Please accept the Privacy Policy to continue.]]></en>
</locale>
<locale name="brick.control.simpleContact.showPrivacyPolicyCheckbox">
<de><![CDATA[Datenschutzbestimmungen-Checkbox im Formular anzeigen (Pflichtfeld)]]></de>
<en><![CDATA[Show Privacy Policy checkbox (required field)]]></en>
</locale>
<locale name="brick.control.simpleContact.mail.privacyPolicy_accepted">
<de><![CDATA[Der Benutzer hat die Datenschutzbestimmungen akzeptiert.]]></de>
<en><![CDATA[The user has accepted the Privacy Policy.]]></en>
Expand Down

0 comments on commit 4f51143

Please sign in to comment.