-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.xml
More file actions
executable file
·24 lines (24 loc) · 912 Bytes
/
metadata.xml
File metadata and controls
executable file
·24 lines (24 loc) · 912 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
<?xml version="1.0" encoding="UTF-8"?>
<package
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://apidocs.kajona.de/xsd/package.xsd"
>
<title>sourcecode</title>
<description>
Use this element to render formatted sourcecode.
Therefore the element makes use of https://highlightjs.org.
The sources of the element are available at https://github.com/sidler/element_sourcecode
</description>
<version>0.1</version>
<author>lorddoc</author>
<type>ELEMENT</type>
<providesInstaller>TRUE</providesInstaller>
<requiredModules>
<module name="system" version="4.5" />
<module name="pages" version="4.5" />
</requiredModules>
<screenshots>
<screenshot path="screenshots/screen1.png" />
<screenshot path="screenshots/screen2.png" />
</screenshots>
</package>