Skip to content

Instantly share code, notes, and snippets.

@htuscher
Forked from anonymous/ext_typoscript_setup.ts
Last active August 29, 2015 14:06
Show Gist options
  • Save htuscher/3681a41c85d3c79246d7 to your computer and use it in GitHub Desktop.
Save htuscher/3681a41c85d3c79246d7 to your computer and use it in GitHub Desktop.
config.tx_extbase{
persistence{
enableAutomaticCacheClearing = 1
updateReferenceIndex = 0
classes{
Vendor\Extension\Domain\Model\Pages {
mapping {
tableName = pages
columns {
uid.mapOnProperty = uid
pid.mapOnProperty = pid
sorting.mapOnProperty = sorting
title.mapOnProperty = title
subtitle.mapOnProperty = subtitle
categories.mapOnProperty = categories
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment