[TYPO3-dev] Re: Map pages to model Pages

Olle Haerstedt o.haerstedt at bitmotion.de
Mon Nov 17 17:13:36 CET 2014


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





More information about the TYPO3-dev mailing list