Skip to content

Instantly share code, notes, and snippets.

View pille72's full-sized avatar

Philip Majewski pille72

View GitHub Profile
Issues = 1
Issues {
table = pages
additionalWhereClause = magazine_root = 1
fields {
created = date
title = title
content = SOLR_CONTENT
content.value = ASDF
test_stringS = title
@pille72
pille72 / Test.ts
Created August 26, 2015 09:17
Some TypoScript test
lib.firstMagazine = CONTENT
lib.firstMagazine {
table = pages
select {
selectFields = uid
pidInList = 1
orderBy = sorting
max = 1
}
renderObj = COA
namespace com.example.hello
{
public partial class MainPage : PhoneApplicationPage
{
// Constructor
public MainPage()
{
InitializeComponent();
this.CordovaView.Loaded += CordovaView_Loaded;