first commit
This commit is contained in:
24
administrator/components/com_privacy/config.xml
Normal file
24
administrator/components/com_privacy/config.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<help key="Privacy:_Options"/>
|
||||
<inlinehelp button="show"/>
|
||||
<fieldset
|
||||
name="privacy"
|
||||
label="COM_PRIVACY_OPTION_LABEL"
|
||||
>
|
||||
|
||||
<field
|
||||
name="notify"
|
||||
type="integer"
|
||||
label="COM_PRIVACY_NOTIFY_LABEL"
|
||||
description="COM_PRIVACY_NOTIFY_DESC"
|
||||
first="1"
|
||||
last="29"
|
||||
step="1"
|
||||
default="14"
|
||||
filter="int"
|
||||
validate="number"
|
||||
/>
|
||||
|
||||
</fieldset>
|
||||
</config>
|
||||
Reference in New Issue
Block a user