This repository has been archived by the owner on May 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
smsnotificationprofile.xml
executable file
·53 lines (43 loc) · 2.92 KB
/
smsnotificationprofile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.3" type="plugin" group="user" method="upgrade">
<name>PLG_USER_SMS_NOTIFICATION</name>
<author>Pejman Kheyri</author>
<creationDate>April 2021</creationDate>
<license></license>
<version>1.0.0</version>
<description>PLG_USER_SMS_NOTIFICATION_XML_DESCRIPTION</description>
<files>
<filename plugin="smsnotificationprofile">smsnotificationprofile.php</filename>
<filename>index.html</filename>
<folder>profiles</folder>
</files>
<languages folder="language/en-GB">
<language tag="en-GB">en-GB.plg_user_smsnotificationprofile.ini</language>
<language tag="en-GB">en-GB.plg_user_smsnotificationprofile.sys.ini</language>
</languages>
<languages folder="language/fa-IR">
<language tag="fa-IR">fa-IR.plg_user_smsnotificationprofile.ini</language>
<language tag="fa-IR">fa-IR.plg_user_smsnotificationprofile.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="register-require-user" type="spacer" label="PLG_USER_SMS_NOTIFICATION_FIELD_NAME_REGISTER_REQUIRE_USER"/>
<field name="register-require_phone_number" type="list" description="PLG_USER_SMS_NOTIFICATION_FIELD_PHONE_NUMBER_DESC" label="PLG_USER_SMS_NOTIFICATION_FIELD_PHONE_NUMBER_LABEL" default="1">
<option value="2">JOPTION_REQUIRED</option>
<option value="1">JOPTION_OPTIONAL</option>
<option value="0">JDISABLED</option>
</field>
<field name="profile-require-user" type="spacer" label="PLG_USER_SMS_NOTIFICATION_FIELD_NAME_PROFILE_REQUIRE_USER" />
<field name="profile-require_phone_number" type="list" description="PLG_USER_SMS_NOTIFICATION_FIELD_PHONE_NUMBER_DESC" label="PLG_USER_SMS_NOTIFICATION_FIELD_PHONE_NUMBER_LABEL" default="1">
<option value="2">JOPTION_REQUIRED</option>
<option value="1">JOPTION_OPTIONAL</option>
<option value="0">JDISABLED</option>
</field>
<field name="profile-require_text_toadmin" type="textarea" label="PLG_USER_SMS_NOTIFICATION_FIELD_TEXT_TO_ADMIN_DESC" description="PLG_USER_SMS_NOTIFICATION_FIELD_TEXT_TO_ADMIN_DESC" rows="10" cols="5" default="" required="true" />
<field name="profile-require_text_touser" type="textarea" label="PLG_USER_SMS_NOTIFICATION_FIELD_TEXT_TO_USER_DESC" description="PLG_USER_SMS_NOTIFICATION_FIELD_TEXT_TO_USER_DESC" rows="10" cols="5" default="" required="true" />
<field name="register-require-user-vars" type="spacer" label="PLG_USER_SMS_NOTIFICATION_FIELD_NAME_INPUT_TEXT_DESC"/>
</fieldset>
</fields>
</config>
</extension>