1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

Hero plugin added to core package. (Formerly known as "Bullets")

This commit is contained in:
Cameron
2020-12-16 15:46:11 -08:00
parent 780a44d4fd
commit 1fe797b4d5
17 changed files with 1929 additions and 1 deletions

View File

@@ -0,0 +1,175 @@
<?xml version='1.0' encoding='utf-8' ?>
<e107Export version="2.2.0 (git)" timestamp="1541880474" >
<database>
<dbTable name="hero">
<item>
<field name="hero_id">1</field>
<field name="hero_title"><![CDATA[A [powerful] & [free] hero area]]></field>
<field name="hero_description">[Easy] to Use</field>
<field name="hero_bullets">[
{
"icon": "fa-sun-o.glyph",
"icon_style": "warning",
"text": "Add some bullet text",
"animation": "fadeInRight",
"animation_delay": "15"
},
{
"icon": "fa-font-awesome.glyph",
"icon_style": "success",
"text": "Select an Icon from FontAwesome or others",
"animation": "fadeInRight",
"animation_delay": "25"
},
{
"icon": "fa-adjust.glyph",
"icon_style": "danger",
"text": "Choose a Style from Bootstrap",
"animation": "fadeInRight",
"animation_delay": "35"
},
{
"icon": "",
"icon_style": "",
"text": "",
"animation": "",
"animation_delay": "0"
},
{
"icon": "",
"icon_style": "",
"text": "",
"animation": "",
"animation_delay": "0"
}
]</field>
<field name="hero_button1">{
"icon": "fa-",
"label": "",
"url": "",
"class": ""
}</field>
<field name="hero_button2">{
"icon": "fa-",
"label": "",
"url": "",
"class": ""
}</field>
<field name="hero_order">0</field>
<field name="hero_image">{e_PLUGIN}hero/images/slide1.jpg</field>
</item>
<item>
<field name="hero_id">2</field>
<field name="hero_title">Add [emphasized] titles</field>
<field name="hero_description">Add a description [here]</field>
<field name="hero_bullets">[
{
"icon": "fa-clock-o.glyph",
"icon_style": "info",
"text": "Time it how you wish",
"animation": "fadeInRight",
"animation_delay": "35"
},
{
"icon": "fa-id-badge.glyph",
"icon_style": "warning",
"text": "Add a Button",
"animation": "fadeInRight",
"animation_delay": "15"
},
{
"icon": "fa-globe.glyph",
"icon_style": "success",
"text": "To the URL of your choice",
"animation": "fadeInRight",
"animation_delay": "20"
},
{
"icon": "fa-.glyph",
"icon_style": "",
"text": "",
"animation": "",
"animation_delay": "0"
},
{
"icon": "fa-.glyph",
"icon_style": "",
"text": "",
"animation": "",
"animation_delay": "0"
}
]</field>
<field name="hero_button1">{
"icon": "fa-link",
"label": "Button",
"url": "#",
"class": "success"
}</field>
<field name="hero_button2">{
"icon": "fa-",
"label": "",
"url": "",
"class": ""
}</field>
<field name="hero_order">1</field>
<field name="hero_image">{e_PLUGIN}hero/images/slide2.jpg</field>
</item>
<item>
<field name="hero_id">3</field>
<field name="hero_title">Select your [Animations]</field>
<field name="hero_description">Use the admin area to adjust. </field>
<field name="hero_bullets">[
{
"icon": "fa-soccer-ball-o.glyph",
"icon_style": "warning",
"text": "Bounce In from the Left",
"animation": "bounceInLeft",
"animation_delay": "15"
},
{
"icon": "fa-arrow-up.glyph",
"icon_style": "success",
"text": "Zoom In Up",
"animation": "zoomInUp",
"animation_delay": "42"
},
{
"icon": "fa-anchor.glyph",
"icon_style": "danger",
"text": "Rotate In Down and Left",
"animation": "rotateInDownLeft",
"animation_delay": "30"
},
{
"icon": "",
"icon_style": "",
"text": "",
"animation": "",
"animation_delay": "0"
},
{
"icon": "",
"icon_style": "",
"text": "",
"animation": "",
"animation_delay": "0"
}
]</field>
<field name="hero_button1">{
"icon": "fa-",
"label": "",
"url": "",
"class": ""
}</field>
<field name="hero_button2">{
"icon": "fa-",
"label": "",
"url": "",
"class": ""
}</field>
<field name="hero_order">2</field>
<field name="hero_image">{e_PLUGIN}hero/images/slide3.jpg</field>
</item>
</dbTable>
</database>
</e107Export>