first commit
This commit is contained in:
17
components/com_privacy/forms/request.xml
Normal file
17
components/com_privacy/forms/request.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fieldset name="default">
|
||||
<field
|
||||
name="request_type"
|
||||
type="list"
|
||||
label="COM_PRIVACY_FIELD_REQUEST_TYPE_LABEL"
|
||||
description="COM_PRIVACY_FIELD_REQUEST_TYPE_DESC"
|
||||
filter="string"
|
||||
default="export"
|
||||
validate="options"
|
||||
>
|
||||
<option value="export">COM_PRIVACY_REQUEST_TYPE_EXPORT</option>
|
||||
<option value="remove">COM_PRIVACY_REQUEST_TYPE_REMOVE</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</form>
|
||||
Reference in New Issue
Block a user