forked from juek/CustomSections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAddon.ini
47 lines (33 loc) · 1015 Bytes
/
Addon.ini
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
43
44
45
46
47
Addon_Name = 'CustomSections'
;Addon_Unique_ID =
Addon_Version = 1.0b2
min_gpeasy_version = 5
About = 'CustomSections (by a2exfr/juergen). Developer plugin for rapid prototyping of section types including custom editors.';
[GetHead]
script = CustomSections.php
method = CustomSections::GetHead
[SectionTypes]
script = CustomSections.php
method = CustomSections::SectionTypes
[SectionToContent]
script = CustomSections.php
method = CustomSections::SectionToContent
[GetDefaultContent]
script = CustomSections.php
method = CustomSections::DefaultContent
[SaveSection]
script = CustomSections.php
method = CustomSections::SaveSection
[InlineEdit_Scripts]
script = CustomSections.php
method = CustomSections::InlineEdit_Scripts
[NewSections]
script = CustomSections.php
method = CustomSections::NewSections
[PageRunScript]
script = CustomSections.php
method = CustomSections::PageRunScript
[Admin_Link:CustomSections]
label = 'Settings'
script = 'CustomSections_Admin.php'
class = 'CustomSections_Admin'