(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Mon, 17 Oct 2016 13:39:11 +0000 (15:39 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Mon, 17 Oct 2016 13:39:11 +0000 (15:39 +0200)
setup.ts [new file with mode: 0644]

diff --git a/setup.ts b/setup.ts
new file mode 100644 (file)
index 0000000..cd22f61
--- /dev/null
+++ b/setup.ts
@@ -0,0 +1,11 @@
+page = PAGE\r
+page {\r
+  5 = TEXT\r
+  5.value = Test\r
+  \r
+  10 = CONTENT\r
+  10.table = tt_content\r
+  10.select {\r
+    orderBy = sorting\r
+  }\r
+}\r