Extbase: Extension per FlexForms konfigurierbar machen


/ Published in: TYPO3
Save to your folder(s)



1





Konfiguration

array



Bereich für Einstiegspunkt auswählen

group
db
tx_wininstitutions_domain_model_klarsicht
1
1
1
1









Copy this code and paste it in your HTML
  1. $extensionName = t3lib_div::underscoredToUpperCamelCase($_EXTKEY);
  2.  
  3. $pluginSignature = strtolower($extensionName) . '_nameFrontentPlugin';
  4. $TCA['tt_content']['types']['list']['subtypes_addlist'][$pluginSignature] = 'pi_flexform';
  5. t3lib_extMgm::addPiFlexFormValue($pluginSignature, 'FILE:EXT:'.$_EXTKEY.'/Configuration/FlexForms/FlexForm.xml');
  6.  
  7.  
  8.  
  9. //Zugriff auf Werte aus Flexform
  10. $einWert = $this->settings['flexform']['einstiegUid'];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.