10:51:24 <jmverges> the argument "each" was registered with type "array", but is of type "string" in view helper "TYPO3\CMS\Fluid\ViewHelpers\ForViewHelper"
10:53:46 <LightAndWire> I have a question to CoreContent. Is it possible to set a default Content element from my variant/version for only a special type (only for image).
10:53:56 <LightAndWire> I found the settings to change the default variant, but in this case i got an error if I use a content type without a specula variant.
10:54:51 <soee> jmverges: ok sorty than it was wrong shot
11:04:49 <NamelessCoder> jmverges v:page.languageMenu does not require static_info_tables. Language menus should never be built from a list of language UIDs - the options the language menu ViewHelper supports means you can hide languages that do not have translations
11:05:30 <jmverges> NamelessCoder, documentation says that is required
11:32:36 <drlimbo> i tried around with v:media.image as="var" =P
13:45:36 <drlimbo> how can i insert the "page-keywords" in the meta-tags?
13:50:31 <jmverges> hey mates, why $settings = $this->configurationManager->getConfiguration(\TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface::CONFIGURATION_TYPE_FULL_TYPOSCRIPT); is not returning always the same values? I'm trying to access to $settings['plugin.']['m8thassets.']['settings.'] but is not always set. This happens into a Service class that doesn't extend from anything
13:52:05 <jmverges> or, how could I get all the typoscript configuration from any place
13:56:18 <soee> if you have several instances of a plugin, it might change
13:56:33 <soee> as teh plugin configuration changes in various places ? just a shoot