00:25:28 <Guest|98134> but the :before and :after doesnt work inline
00:27:48 <Guest|98134> so i need to write it in <style></style>
00:28:06 <Guest|98134> but it doesnt work to put some variables into the style tag
00:36:14 <Guest|98134> but i can write what i want, it doesnt work...
00:37:36 <Guest|98134> can i write sth like <style>body {background: <v:var.get name="cssbody" />;} </style
09:22:36 <Guest|70910> Hi guys. How can i write fluid variables into a style tag? like this: <style>body{background: <v:var.get name="bgcolor" />;}</style> ??
09:52:35 <bjo3rn> Guest|70910 wrap the fluid output in a <f:format.raw /> tag.
09:53:47 <Guest|70910> hi bjo3rn thats for your answer. I want to write the <style> tag in a Element. I dont know where i should paste this format.raw then?
14:13:58 <randomresult> one questions about locallang.xlf - is there a list of elements? ... i use fields.myfieldname to label an input. but what about selects?
14:15:01 <randomresult> so i have this for my simple input field flux.default.fields.includenavi
14:15:08 <randomresult> what do i use for a select?
14:30:05 <randomresult> @danilobuerger as i saw, ur german.
14:30:29 <danilobuerger> randomresult like 80 % of all typo3 developers ;-)
14:30:46 <randomresult> @danilobuerger i have made a documentation on how to use locallang.xlf - but in german for now. i will translate it after u looked at it
14:31:00 <randomresult> and i have some points open which should be in there
14:31:17 <randomresult> may i show it to you and see what u mean?
14:31:34 <danilobuerger> i can look at it on the weekend
14:31:47 <randomresult> and pls tell me on where i can find the definitions for fields, selects object sections etc for translations
14:32:11 <randomresult> im stuck on translating sections for now
14:34:27 <mo-ger> hey there. I want to use flux for my existing plugin to render a dynamic flexform in backend
14:36:00 <mo-ger> i figured out that I nee do register a configurationProvider in my extension. what do i need to do?
14:37:46 <mo-ger> do i simply have to extend flux' AbstractPluginConfigurationProvider?
14:48:11 <randomresult> so any hints on where i can find definitions for translations ?
14:49:45 <randomresult> @danilobuerger where can i send my docu? its an md file exported from my wiki @bitbucket
14:51:22 <danilobuerger> randomresult best way would be a pull request
15:53:22 <soee> on 6.2 it is insactive in EM bu still when i wan to enter Language module i get: Package "extbase_realurl" is not available. Please check if the package exists and that the package key is correct (package keys are case sensitive).
17:22:45 <mo-ger> then i simply registered the PluginConfigurationProvider in my extension's ext_localconf and ext_tables
17:24:08 <mo-ger> so far it works, but when viewing my plugin in backend page mode, it says "Keine FlexForm Quelle vorhanden." (no flexform source available)
17:25:53 <mo-ger> creating a method named "getTemplatePathAndFilename" which returns a hard-coded path to a template which contains a flux configuration, solves the problem. but then i get: my_ext/Resources/Private/Templates/Form/Show.html caused an error - see next message
17:26:14 <mo-ger> TYPO3 Fatal Error: Extension key "" was NOT loaded! (1270853878)