Project

General

Profile

Bug #95914

Updated by Georg Ringer over 2 years ago

Having a TypoScript 

 <pre> 
 plugin.tx_felogin_login.settings.pages = 123 
 lib.loginBox = USER 
 lib.loginBox { 
   userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run 
   extensionName = Felogin 
   pluginName = Login 
  # settings < plugin.tx_felogin_login.settings 
   settings > 
   settings.pages = 187 
 } 

 page.20 < lib.loginBox 
 </pre> 

 still shows @pages@ with @123@ but should be @187@ 

 (related stackoverflow https://stackoverflow.com/questions/69886972/typo3-11-felogin-with-typoscript/69887466?noredirect=1#comment123539460_69887466)

Back