-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfacebookconversionpixel.xml
executable file
·36 lines (36 loc) · 1.46 KB
/
facebookconversionpixel.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.2" type="plugin" group="system" method="upgrade">
<name>Facebook Conversion Tracking Pixel</name>
<author>Pablo Arias</author>
<creationDate>September 2015</creationDate>
<copyright>(C) Pablo Arias, 2015. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see http://www.gnu.org/licenses/gpl-2.0.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.pabloarias.eu</authorUrl>
<version>0.1.1</version>
<description>PLG_FBCTP_DESC</description>
<files>
<filename plugin="facebookconversionpixel">facebookconversionpixel.php</filename>
<filename>index.html</filename>
<folder>language</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="pixelid"
type="text"
label="PLG_FBCTP_PIXELID_LABEL"
description="PLG_FBCTP_PIXELID_DESC"
/>
<field
name="conversionmenuitem"
type="menuitem"
default="101"
label="PLG_FBCTP_CONVERSION_MENU_ITEM_LABEL"
description="PLG_FBCTP_CONVERSION_MENU_ITEM_DESC"
/>
</fieldset>
</fields>
</config>
</extension>