TYPO3: pass variable to typoscript via cObject?
问题 I would like to create a dropdown login form in my menu, like in this example: http://bootsnipp.com/snippets/featured/fancy-navbar-login-sign-in-form I have this cObject that calls typoscript for the navigation: <f:cObject typoscriptObjectPath="menu.navbar" /> I need to get the content of the login form somehow into the menu typoscript. Is it maybe possible to pass a variable (in my case the login form) to typoscript via cObject ? 回答1: f:cObject has a data Attribute, that can take different