[Mapbender-commits] r3508 - branches/print_dev/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 29 11:26:40 EST 2009


Author: mschulz
Date: 2009-01-29 11:26:40 -0500 (Thu, 29 Jan 2009)
New Revision: 3508

Modified:
   branches/print_dev/http/print/testConfigTemplate.json
Log:
pageElementsLink is an object now.

Modified: branches/print_dev/http/print/testConfigTemplate.json
===================================================================
--- branches/print_dev/http/print/testConfigTemplate.json	2009-01-29 14:53:40 UTC (rev 3507)
+++ branches/print_dev/http/print/testConfigTemplate.json	2009-01-29 16:26:40 UTC (rev 3508)
@@ -9,7 +9,9 @@
     		"label" : "Titel",
     		"type" : "text",
     		"size" : 20,
-    		"pageElementsLink" : "titel:value"
+    		"pageElementsLink" : {
+    			"titel" : "value"
+    		}
     	},
     	{
     		"id" : "dpi",



More information about the Mapbender_commits mailing list