This repository was archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructureddata.xml
More file actions
41 lines (41 loc) · 1.83 KB
/
structureddata.xml
File metadata and controls
41 lines (41 loc) · 1.83 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<extension version="3.2" type="plugin" group="system" method="upgrade">
<name>System - Microdata or RDFa semantics</name>
<author>Alex Prut (Alexandru Pruteanu)</author>
<creationDate>2014</creationDate>
<copyright>Copyright (C) 2014 Alex Prut (Alexandru Pruteanu). All rights
reserved.</copyright>
<license>http://opensource.org/licenses/MIT</license>
<authorEmail>mail@alexprut.com</authorEmail>
<authorUrl>http://alexprut.com</authorUrl>
<version>0.1.0</version>
<description>PLG_SYSTEM_STRUCTUREDDATA_XML_DESCRIPTION</description>
<files>
<filename plugin="structureddata">structureddata.php</filename>
<filename>index.html</filename>
<folder>lib</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_system_structureddata.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_structureddata.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="suffix" type="text"
default="sd"
label="PLG_SYSTEM_STRUCTUREDDATA_FIELD_SUFFIX_LABEL"
description="PLG_SYSTEM_STRUCTUREDDATA_FIELD_SUFFIX_DESCRIPTION"
/>
<field name="semantic" type="list"
default="microdata"
label="PLG_SYSTEM_STRUCTUREDDATA_FIELD_SEMANTIC_LABEL"
description="PLG_SYSTEM_STRUCTUREDDATA_FIELD_SEMANTIC_DESCRIPTION"
>
<option value="microdata">Microdata</option>
<option value="rdfa">RDFa Lite 1.1</option>
</field>
</fieldset>
</fields>
</config>
</extension>