mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
25 lines
937 B
XML
25 lines
937 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<e107Plugin name="Hero" lan="" version="1.0" date="2020-12-15" compatibility="2.0" installRequired="true" >
|
|
<author name="e107" url="https://e107.org" />
|
|
<summary lan="">Home page 'Hero' area management</summary>
|
|
<description lan="">Image and text slider, animated bullet points for the hero area of your home page.</description>
|
|
<keywords>
|
|
<word>generic</word>
|
|
<word>hero</word>
|
|
<word>carousel</word>
|
|
<word>slider</word>
|
|
</keywords>
|
|
<category>content</category>
|
|
<copyright></copyright>
|
|
<adminLinks>
|
|
<link url="admin_config.php" description="" icon="" iconSmall="" icon128="" primary="true" >LAN_CONFIGURE</link>
|
|
</adminLinks>
|
|
<pluginPrefs>
|
|
<pref name='visibility'>0</pref>
|
|
<pref name='icon_pack'>fontawesome</pref>
|
|
<pref name='slide_interval'>7000</pref>
|
|
</pluginPrefs>
|
|
<mediaCategories>
|
|
<category type="image">Hero Images</category>
|
|
</mediaCategories>
|
|
</e107Plugin> |