mercredi 15 juillet 2015

Extension mittels Typoscript einbinden, Action definieren

Hallo Community,

ich binde mittels folgendem Typoscript Code meine Extension ein:
Code:

temp.Shop = USERtemp.Shop {
    userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
    extensionName = Shop
    pluginName = Productlisting
    vendorName = J2
    controller = Shop
    action = list
   
    view < plugin.tx_shop.view
    persistence < plugin.tx_shop.persistence
    settings < plugin.tx_shop.settings
}
page.10.variables.shopPlugin < temp.Shop

Nun möchte ich aber eine andere Action aufrufen.

Wenn ich allerdings die Action ändere:
Code:

temp.Shop {
action = basket
}

dann wird das gekonnt ignoriert.
Hat jemand eine Lösung?


Extension mittels Typoscript einbinden, Action definieren

Aucun commentaire:

Enregistrer un commentaire