Skip to content

Commit

Permalink
fix: correct input type for privacy policy checkbox brick setting
Browse files Browse the repository at this point in the history
  • Loading branch information
peat85 committed May 24, 2018
1 parent 4f51143 commit d549c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bricks.xml
Expand Up @@ -24,7 +24,7 @@
<setting name="mailTo">
<locale group="quiqqer/bricks" var="brick.control.simpleContact.mailTo"/>
</setting>
<setting name="showPrivacyPolicyCheckbox">
<setting name="showPrivacyPolicyCheckbox" type="checkbox">
<locale group="quiqqer/bricks" var="brick.control.simpleContact.showPrivacyPolicyCheckbox"/>
</setting>
</settings>
Expand Down

0 comments on commit d549c48

Please sign in to comment.