-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparsermarkdown.xml
More file actions
25 lines (25 loc) · 958 Bytes
/
Copy pathparsermarkdown.xml
File metadata and controls
25 lines (25 loc) · 958 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.5" type="plugin" group="wiki">
<name>Wiki - Markdown Parser</name>
<author>Shawn Rice</author>
<copyright>Copyright 2017 Shawn Rice</copyright>
<license>http://opensource.org/licenses/MIT MIT</license>
<description>PLG_WIKI_PARSERMARKDOWN_XML_DESCRIPTION</description>
<files>
<filename plugin="parsermarkdown">parsermarkdown.php</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_wiki_parsermarkdown.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field type="style" name="type" default="Markdown" label="PLG_WIKI_PARSERMARKDOWN_STYLE_LABEL" description="PLG_WIKI_PARSERMARKDOWN_STYLE_DESC">
<option value="Markdown">Markdown</option>
<option value="GithubMarkdown">Github Markdown</option>
<option value="MarkdownExtra">Markdown Extra</option>
</field>
</fieldset>
</fields>
</config>
</extension>