first commit
This commit is contained in:
21
plugins/system/privacyconsent/forms/privacyconsent.xml
Normal file
21
plugins/system/privacyconsent/forms/privacyconsent.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fields name="privacyconsent">
|
||||
<fieldset
|
||||
name="privacyconsent"
|
||||
label="PLG_SYSTEM_PRIVACYCONSENT_LABEL"
|
||||
>
|
||||
<field
|
||||
name="privacy"
|
||||
type="privacy"
|
||||
label="PLG_SYSTEM_PRIVACYCONSENT_FIELD_LABEL"
|
||||
default="0"
|
||||
filter="integer"
|
||||
required="true"
|
||||
>
|
||||
<option value="1">PLG_SYSTEM_PRIVACYCONSENT_OPTION_AGREE</option>
|
||||
<option value="0">PLG_SYSTEM_PRIVACYCONSENT_OPTION_DO_NOT_AGREE</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
Reference in New Issue
Block a user