12:17:44 <Attensa> Hi. I have a problem with flux 6.0.2(TER) - When I add a flexform.field.file to a template the selected item is copied to another page with the same template. I have tried setting both inherit=0 and inheritEmpty=FALSE. Same behavior though
12:22:36 <cedricziel> can you please gist your template?
12:23:55 <Attensa> Ok - I will try that. The file name is copied or inherited?
12:24:19 <cedricziel> i dont get wha you're trying to say ;)
12:24:45 <cedricziel> you said, something is copied. what is copied?
12:27:14 <Attensa> Ok - I have multiple pages using the same template. For each page the user should be able to choose an image that is displayed in a static block. The image can be selected in the appearance tab in page properties. The problem is when an image file is selected for one page, that image gets copied to other pages
12:37:27 <cedricziel> you are talking about a provider extension, i am specifically talking about a custom php class which implements a ConfigurationProviderInterface
12:38:34 <Attensa> Ah, sorry. I don't know what that means, so I don't think I do :)
12:53:12 <cedricziel> and it gets copied? are you sure you didnt define it in TS?
12:55:17 <Attensa> If so, not on purpose. I don't know where or how I would define that behavior
12:56:12 <cedricziel> like with extbase, you can add TS variables to the settings namespace in typoscript which would be available in flexforms, custom controllers and the templates under settings.foo
12:57:31 <cedricziel> sorry, i would advise you to upgrade both flux and fluidpages to the 'legacy' branches from out git-repos
12:57:56 <xaver> cedricziel: you are trustable - you are verifyied by any of the official (backdoor) dealers?
12:57:56 <cedricziel> master is for TER, and the current legacy branches contain bugfixes to them
19:36:27 <Guest|98630> hi guys, I have a custom content element based on fluid_content. after updating TYPO3 and all fedext extensions to the latest version (from TER) the wizardTab disappeared. any ideas? I had a look at the changes in github. but I couldn't find anything.
19:37:26 <Guest|98630> <flux:flexform wizardTab="FCE" id="swiperSlider" label="Swiper Slider" description="Fügt ein Slider hinzu (ist für den Teaser gedacht)">
19:38:21 <Guest|98630> This is how I register the tab.