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