(no commit message) master
authorChristian Weiske <cweiske@cweiske.de>
Thu, 31 Aug 2017 16:11:45 +0000 (18:11 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Thu, 31 Aug 2017 16:11:45 +0000 (18:11 +0200)
code.ts [new file with mode: 0644]

diff --git a/code.ts b/code.ts
new file mode 100644 (file)
index 0000000..d6f9ae5
--- /dev/null
+++ b/code.ts
@@ -0,0 +1,20 @@
+    20 = CONTENT\r
+    20 {\r
+        table = sys_category\r
+        select {\r
+            pidInList = {$pids.categoriesFolder}\r
+        }\r
+        renderObj = COA\r
+        renderObj {\r
+            10 = TEXT\r
+            10 {\r
+                typolink {\r
+                    parameter.field = uid\r
+                    parameter.wrap = t3://page?uid={$pids.category}&category=|\r
+                    returnLast = url\r
+                }\r
+                wrap = <loc>|</loc>\r
+            }\r
+            wrap = <url>|</url>\r
+        }\r
+    }\r