[TYPO3-mvc] how to access flexform configuration within extbase plugin?

Roland most.wanted at gmx.at
Thu Mar 15 15:26:32 CET 2012


this shows me that "album" is "3" within $this->settings.

public function showAction() {
     $album = $this->settings['album'];
     t3lib_div::debug($this->settings);
     $this->view->assign('album', $album);
}

kind regards.

roland


More information about the TYPO3-project-typo3v4mvc mailing list