-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.xml
More file actions
46 lines (44 loc) · 1.9 KB
/
intro.xml
File metadata and controls
46 lines (44 loc) · 1.9 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
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<extension version="5.0" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_INTRO</name>
<version>5.0</version>
<author>Projekt Waterkant, based on the Plugin from JoomlaHatesMe</author>
<creationDate>September 2012</creationDate>
<authorEmail>kontakt@projektwaterkant.de</authorEmail>
<authorUrl>www.projektwaterkant.de</authorUrl>
<copyright>Copyright (C) 2012 Projekt Waterkant. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<description>PLG_SYSTEM_INTRO_XML_DESCRIPTION</description>
<files>
<folder plugin="intro">language</folder>
<filename plugin="intro">intro.php</filename>
<filename>index.html</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="intro"
type="textarea"
filter="safehtml"
cols="30"
rows="5"
label="Intro HTML"
description="hier den html quatsch rein."/>
<field
name="session"
type="radio"
default="1"
label="Session aufrecht erhalten"
description="Hält die Session per ajax aufrecht, solange das Browserfenster geöffnet ist, auch wenn der user inaktiv ist. Macht Sinn bei kurzen Sessionzeiten, wenn der User zb. einen längeren Artikel schreibt etc.">
<option
value="0">JNo
</option>
<option
value="1">JYes
</option>
</field>
</fieldset>
</fields>
</config>
</extension>