-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathadvancedforms.xml
More file actions
62 lines (62 loc) · 2.29 KB
/
advancedforms.xml
File metadata and controls
62 lines (62 loc) · 2.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<root>
<name>Advanced Forms</name>
<key>advancedforms</key>
<!-- stable, beta, development, alpha, ... -->
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/advancedforms/main/logo.png</logo>
<description>
<short>
<!-- Add as many lang tag you want -->
<en>Advanced Forms GLPI plugin.</en>
<fr>Plugin GLPI Advanced Forms.</fr>
</short>
<long>
<!-- Add as many lang tag you want -->
<en>This plugin enable additional features for forms.</en>
<fr>Ce plugin propose des fonctionnalités supplémentaires pour les formulaires.</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/advancedforms</homepage>
<download>https://github.com/pluginsGLPI/advancedforms/releases</download>
<issues>https://github.com/pluginsGLPI/advancedforms/issues</issues>
<readme>https://github.com/pluginsGLPI/advancedforms/blob/main/README.md</readme>
<authors>
<!-- Add as many author tag you want -->
<author>Teclib'</author>
</authors>
<versions>
<!-- Add as many version tag you want -->
<version>
<num>1.0.1</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.1/glpi-advancedforms-1.0.1.tar.bz2</download_url>
</version>
<version>
<num>1.0.0</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.0/glpi-advancedforms-1.0.0.tar.bz2</download_url>
</version>
<version>
<num>1.0.0-rc1</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/advancedforms/releases/download/1.0.0-rc1/glpi-advancedforms-1.0.0-rc1.tar.bz2</download_url>
</version>
</versions>
<langs>
<!-- Add as many lang tag you want -->
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>MIT</license>
<tags>
<en>
<tag>form</tag>
</en>
<fr>
<tag>formulaire</tag>
</fr>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/advancedforms/main/screenshots/config.png</screenshot>
</screenshots>
</root>