From fea98d4982adba65ab006ec40de743711975c867 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 17 Oct 2016 15:39:11 +0200 Subject: [PATCH] --- setup.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 setup.ts diff --git a/setup.ts b/setup.ts new file mode 100644 index 0000000..cd22f61 --- /dev/null +++ b/setup.ts @@ -0,0 +1,11 @@ +page = PAGE +page { + 5 = TEXT + 5.value = Test + + 10 = CONTENT + 10.table = tt_content + 10.select { + orderBy = sorting + } +} -- 2.30.2