Hi!
Problem partly solved by copying the TS directly into the template, looking like this:
config.tx_extbase.persistence.classes {
Bitmotion\WdProducts\Domain\Model\Pages {
mapping {
tableName = pages
columns {
#title.mapOnProperty = title
}
}
}
}
Have no idea why this didn't work in setup.txt Typoscript configuration.
Regards
Olle