summaryrefslogtreecommitdiff
path: root/plugin.xsd
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-10 13:40:23 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-10 13:40:23 +0200
commite8af12efa928a1eca54216398b7ace09af169e8d (patch)
treefb5e4caa8ab25001575747263f1dc46e11856fec /plugin.xsd
parente6135e20aa7c86bcb0639cc4d13b5845123bb6f0 (diff)
downloadportato-e8af12efa928a1eca54216398b7ace09af169e8d.tar.gz
portato-e8af12efa928a1eca54216398b7ace09af169e8d.tar.bz2
portato-e8af12efa928a1eca54216398b7ace09af169e8d.zip
Modified plugin.xsd so it allows also menu-only plugins
Diffstat (limited to 'plugin.xsd')
-rw-r--r--plugin.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.xsd b/plugin.xsd
index 06b22f6..38cb872 100644
--- a/plugin.xsd
+++ b/plugin.xsd
@@ -7,7 +7,7 @@
<xs:element name="author" type="string" />
<xs:element name="import" type="importString" minOccurs="0"/>
<xs:element name="frontends" type="stringList" minOccurs="0" />
- <xs:element name="hooks">
+ <xs:element name="hooks" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="hook" minOccurs="1" maxOccurs="unbounded">