From a2f182261c53adaa0b4027677e02f372e8d711ef Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 24 Nov 2014 18:23:47 +0100 Subject: Update sample resource types with additions in Kolab 3.3 --- doc/sample-insert-resource_types.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/sample-insert-resource_types.php b/doc/sample-insert-resource_types.php index 6b10ce6..df0931e 100644 --- a/doc/sample-insert-resource_types.php +++ b/doc/sample-insert-resource_types.php @@ -24,6 +24,7 @@ "top", "groupofuniquenames", "kolabgroupofuniquenames", + "kolabresource", ), ), "form_fields" => Array( @@ -36,6 +37,15 @@ "autocomplete" => true, "optional" => true, ), + "owner" => Array( + "type" => "list", + "autocomplete" => true, + "optional" => true + ), + "kolabinvitationpolicy" => Array( + "type" => "list", + "optional" => true + ), ), ); @@ -65,6 +75,7 @@ "objectclass" => Array( "top", "kolabsharedfolder", + "kolabresource", "mailrecipient", ), "kolabfoldertype" => Array( @@ -85,6 +96,10 @@ "autocomplete" => true, "optional" => true ), + "kolabinvitationpolicy" => Array( + "type" => "list", + "optional" => true + ), ), ); -- cgit v1.1