From 5e270c6a76b225276d3390ac9281d6f12244ae4b Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Wed, 12 Mar 2014 16:50:59 +0000
Subject: [PATCH] - added default values - fixed field type

---
 PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml b/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml
index 9b294ea..3f0e0c7 100644
--- a/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml
+++ b/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml
@@ -17,6 +17,7 @@
 					<mandatory>true</mandatory>
 					<x_logic_type>String</x_logic_type>
 					<x_ui_type>TextField</x_ui_type>
+					<default_value>localhost</default_value>
 					<css_class>width40</css_class>
 					<x_options></x_options>
 				</x_field>
@@ -26,7 +27,8 @@
 					<ui_tool_tip>add port number for clamAV daemon</ui_tool_tip>
 					<single>false</single>
 					<mandatory>true</mandatory>
-					<x_logic_type>Int</x_logic_type>
+					<default_value>3310</default_value>
+					<x_logic_type>String</x_logic_type>
 					<x_ui_type>TextField</x_ui_type>
 					<css_class>width40</css_class>
 					<x_options></x_options>
-- 
GitLab