-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAddon.ini
More file actions
executable file
·44 lines (29 loc) · 1.06 KB
/
Addon.ini
File metadata and controls
executable file
·44 lines (29 loc) · 1.06 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
42
;Addon_Name
Addon_Name = 'Bootstrap Carousel Gallery'
;Addon_Unique_ID
Addon_Unique_ID = 232
;Addon_Version
Addon_Version = 1.2.5
;min_gpeasy_version
min_gpeasy_version = 4.3
;A description about your addon,
; may contain some html: <div>,<p>,<a>,<b>,<br/>,<span>,<tt>,<em>,<i>,<b>,<sup>,<sub>,<strong>,<u>
About = 'A dynamic gallery built from Twitter Bootstrap\'s Carousel. This is a responsive gallery and uses selected images to fill the gallery space. Configuration options include auto-start, interval time and height.'
[SectionTypes]
script = TwitterCarousel.php
method = TwitterCarousel::SectionTypes
[SectionToContent]
script = TwitterCarousel.php
method = TwitterCarousel::SectionToContent
[GetDefaultContent]
script = TwitterCarousel.php
method = TwitterCarousel::DefaultContent
[SaveSection]
script = TwitterCarousel.php
method = TwitterCarousel::SaveSection
[GenerateContent_Admin]
script = TwitterCarousel.php
method = TwitterCarousel::GenerateContent_Admin
[InlineEdit_Scripts]
script = TwitterCarousel.php
method = TwitterCarousel::InlineEdit_Scripts