10:21:14 <benjamin_654> soee: the last time i used vhs assets to put the og-tags into the <head >; when i have time i also want to write a view helper to get the first content image of a page ang generate the image og tag; maybe this would be a good addition to vhs ..
13:05:31 <batjony> xaver: with assing you mean using the ContentController ?
13:14:14 <batjony> lets say I have a custom content element "Footer", and a ContentController which has a footerAction, and a html fluid content template in Resources/Private/Templates/Content/Footer.html
13:15:00 <batjony> if I assign a variable in the footerAction for example $this->view->assign('test', 'uaaauuuu'); and when I dumpt it in the template <f:debug>{test}</f:debug> I see NULL
13:34:29 <batjony> actually seems that the ContentController is not used at all, i have just put die("uauuu") in the footerAction, but it does not die....
13:49:09 <batjony> I found it, it was because of missing Migration file :)