04:10:03 <braguzz> I've only add something inside the header part.
04:11:02 <braguzz> it wotks when I add content, but when I edit content that I've inserted, I got not the list
04:11:21 <braguzz> for example if I insert wrapinheader = No,Yes
04:11:46 <braguzz> when I insert new content I see a dropdown with No and Yes
04:12:23 <braguzz> if I insert Yes and save, when I reedit that content I see only 'Yes' in dropdown
04:14:57 <bottoni> All that´s done in header is selecting the heading level (1-6). It sounds like your new values No,Yes are somehow used as a replacement for the integer values 1-6 and that´s maybe why the error message reads 'Invalid value'
04:16:10 <braguzz> mmm, I dont think heading level are there
04:16:51 <braguzz> my primary idea is to insert some other variable
04:17:21 <bottoni> that´s the default. Selecting the level and adding classes. Adding Fluid variables is not possible from there
04:18:08 <bottoni> I would suggest building own content elements FluidTYPO3 offers all to do it without effort. And from there you are totally free to build what you want
04:18:54 <braguzz> yes but I want that user can choose to wrap header
04:19:33 <bottoni> yes I´m quite sure since I didn´t read sth like that until now. Maybe someone here can correct me. But I think what I described is the scope of the fluidcontent_core TS
04:20:28 <braguzz> someone some days ago told me that this is the way to do
04:20:44 <bottoni> You can´t achieve the styling by making the class available the default way?
04:22:35 <braguzz> I'd like that the user choose to wrap or not the header so he choose h2 and headline-right
04:22:59 <braguzz> result should be <div class="headline-right"><h2>title</h2></div>
04:23:36 <braguzz> it should work probably I miss something in constant or in setup TS
04:28:59 <bottoni> I could imagine reading {settings.header.className} and adding the wrapping conditionally with Fluid. So you would add settings.header.classNames = wrapinheader ore maybe something more readable in your TS
04:44:57 <braguzz> can you try my setup in one of your env?
04:47:14 <robsonrobi> I have a custom FCE build with flux. In the configuration exist an inline FAL an multiple input fields. My goal is, when i localize the element, i do not want the FAL be localized, instead the original FAL of the mother language should be used. i recognized the attribute "localizationMode" = 'keep' but it has no effect. Am i missgin soetinh, can an
04:47:43 <robsonrobi> I have a custom FCE build with flux. In the configuration exist an inline FAL and multiple input fields. My goal is, when i localize the element, i do not want the FAL be localized, instead the original FAL of the mother language should be used. i recognized the attribute "localizationMode" = 'keep' but it has no effect. Am i missing something, can
04:48:24 <robsonrobi> i do not know how to move on with that topic...
04:48:27 <braguzz> I've understood your problem and is enough for me ;)
04:48:29 <bottoni> Did that and it is as expected. I don´t see anything selectable in backend since settings.header.wrapinheader won´t be processed in any way
04:49:12 <braguzz> but why it works when I add new content?
04:50:08 <braguzz> look at that https://slack-files.com/T024TUMLZ-F09T263RN-fb9cae2d45
04:51:10 <bottoni> I can´t tell it has no effect with exting content and with new content on my side
04:52:04 <braguzz> have you inserted in setup with [global] ?
05:13:26 <braguzz> you know.. when everithing else fail, read the manual
05:13:32 <drlimbo> after upgrading flux-family all my FCE's doesn't have an icon =( is there something new? i thought without specyfy an icon, all will use the default icon
05:25:00 <bottoni> braguzz and if it still fails, read the code
06:22:27 <robsonrobi> no idea at all ? I have a custom FCE build with flux. In the configuration exist an inline FAL and multiple input fields. My goal is, when i localize the element, i do not want the FAL be localized, instead the original FAL of the mother language should be used. i recognized the attribute "localizationMode" = 'keep' but it has no effect. change the
06:22:27 <robsonrobi> file reference in the source show render that new image in the translation Am i missing something, can anybody assist?
07:32:59 <jost> Can someone tell me, how well workspaces are supported in the newest versions of flux and fluidcontent? Especially when using nested content?
07:39:11 <drlimbo> im also interested in that question jost
07:39:38 <drlimbo> i think me had a project with flux and fluidcontent WITH workspaces, and i don't remember any problems
07:40:05 <jost> drlimbo: I have a case here, where virtually nothing works
07:40:22 <jost> Either I am doing something wrong, or the compatibility is not so great
07:42:07 <drlimbo> for example, we use a 50% - 50% FCE with two containers containing elements and plugins
07:42:26 <drlimbo> it just looks a bit messy if you have a lot of changes made to "publish"
07:43:00 <jost> We've had problems especially with moving content elements around, they frequently got lost... and they did get lost in live and draft at the same time, while only editing in draft
07:44:11 <jost> and when trying to publish or discard the changes later, exceptions occurred (about missing templates or content elements)
07:45:35 <drlimbo> i just had the problem with missing templates on another project, because the FCE's was organized in Subfolders whats not working anymore
08:05:47 <braguzz> I also have the problem of the missing icons.
08:05:49 <braguzz> after upgrading flux-family all my FCE's doesn't have an icon
08:23:34 <jost> braguzz: at some version the way you set the icons changed
08:24:25 <bottoni> see the derecated warning: https://fluidtypo3.org/viewhelpers/flux/master/FormViewHelper.html
08:24:58 <jost> the icon="..." attribute was removed, instead you need to set the icon in the "options"-attribute: options="{icon: '{v:extension.path.resources(path: \\'Images/contentelement-icon.png\\')}'}
09:40:23 <braguzz> I have this <flux:form id="ListaImmagini" options="{useTypoScript: 0, group: 'Unify', icon: '{f:uri.resource(path: \'Source/Icons/icon-twitter.png\')}'}">
02:45:51 <braguzz> it creates src like this <img src="../../..//data/ammtrasp/SpecialityDistribution/typo3conf/ext/speciality/Resources/Public/Source/Icons/icon-twitter.png" alt="">
02:46:31 <braguzz> it puts also linux path '/data/ammtrasp/SpecialityDistribution'
03:21:16 <xaver> braguzz: thats a bug - PATH_site should only be aded if the icon utility is used
03:22:25 <xaver> but the icon utility should work - the line is reached, but the function isn't called (i use v7 on my laptop - can't debug it)
03:24:24 <xaver> braguzz: the problem is v7 added a prefix to all icons in wizard, code should work in v6 and v7 and my idea was to add a utility to resize all icons by default to 24mx24m (same size as the other icons). No css size available.
03:26:45 <braguzz> in my template I use options="{useTypoScript: 0, group: 'Unify', icon: '{f:uri.resource(path: \'Source/Icons/icon-twitter.png\'}' }"
03:27:17 <braguzz> I copied it from fluidcontentbootstrap (and also fcb icons are missing)
03:28:16 <xaver> braguzz: i don't use the con param
03:29:04 <xaver> if your file is Example.html add a icon in Icons/Content/Example.svg or png or (gif)
03:30:53 <xaver> you ask on a working solution -> v7 ;)
03:30:58 <braguzz> but what about twittercontentbootstrap?
03:49:50 <duch> first time on this channel, i have a quick question about flux child contents
03:51:07 <duch> my main content in on colPos=3, when i create a child content thanks to the relation tab it is created in colPos=0
03:52:13 <duch> is there a way to filter out records with tx_flux_parent field != 0 in v:content.render ?
03:54:59 <duch> or should i completely avoid to use colPos=0 for my contents and start at 1 ?
04:54:48 <papillon6> Can anyone comfirm a bug with viewhelper vhs:iterator.sort? Trying to sort an ObjectStorage leads to an error: #1273753083: Cannot cast object of type "TYPO3\CMS\Extbase\Persistence\ObjectStorage" to string.
08:56:23 <drlimbo> is it possible to use v:switch & v:case with inline-usage? like {v:switch(value: '{fooo}')} {v:case(case: '1', break: 1)}
10:29:13 <galoppi> Hi there! I installed flux,fluidcontent,vhs,fluidpages from current development branches and got the following error in TYPO3 6.2.14 after clearing all caches in install tool:
10:29:29 <galoppi> Fatal error: Call to a member function preparedGet() on a non-object in typo3conf/ext/fluidcontent/Classes/Service/ConfigurationService.php on line 218
10:30:22 <arnekolja> hi there. i got a strange problem. when using the v:condition.type.isArray viewhelper, it doesnt return true even when debugging the value says it definitely is an array.
10:30:48 <arnekolja> debug says "array", but "test" is not printed: <f:debug>{elements}</f:debug><v:condition.type.isArray value="{elements}">test</v:condition.type.isArray>
10:32:38 <galoppi> @galoppi: found a solution: added fluidcontent_core, after that it works
10:32:47 <arnekolja> galoppi: have you tried the stable branch/a tagged release? development versions can easily contain such bugs.
16:48:59 <duch> i use fluidpages + fluidcontent_core
16:49:52 <duch> i'd like to order a menu by a field which stores page hits (i already have a hook that updates this field)
16:50:35 <duch> i could do it thanks to the TS Records object but i'd like to avoid typoscript as much as possible
16:53:35 <duch> i've read in the IRC logs someone who said to use existing menu content elements
16:55:17 <duch> but i can't figure how to do it with fluidcontent_core :(
17:19:25 <duch> i think i found a clue in RecentlyUpdated.html > v:iterator.sort
17:20:36 <duch> my problem is that my menu should be sorted by the field on the child page
17:21:56 <duch> therefore i need a first loop on my first level, collect all child pages uids (how?) and a menu.list on my child pages in order to use my iterator.sort
17:58:20 <duch> i found my solution (i cheated a little bit since my pages on first level won't change) :
07:39:12 <arnekolj_> uh … does anybody know how to clear indexed search results? there's nothing like it in info or indexing or any main module like that.
10:10:46 <pedda> i have updated my EXT:flux and now i get some not valid template uri error message in backend while accessing a page with a plugin of a custom extbase extension with flux integration
09:23:02 <Kaimane> When using flux:field.file viewhelper is it possible to disable to browse control? Like https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Group/Index.html#disable-controls
09:24:27 <Kaimane> Sry I meant the upload control. I would like to disable the upload control.
03:03:32 <NicerDicer> Good Morning everyone. Im having an issue with flux and im wondering if someone could help: FLUX Version is 7.0.0. Im creating a text field using the <flux:field.text> viewhelper. My system is configured to use content_fallback. If i fill the new field in my default language but not in my translation, the translated page performs a fallback on the
03:03:32 <NicerDicer> default language (cause of content _fallback i think). Is there any setting to disable that behavious for specific fields? Thanks in advance.
03:16:49 <NicerDicer> I dodged the problem using a custom built viewhelper reading the flexform by hand and getting the value.
04:48:39 <mischka> What is the schedule for the next flux-release to the TER
05:50:53 <mischka> I think this is important because 7.4 has some security updates
07:09:32 <Guest|65270> Hey i have a problem in my Page Template. I have an flux:field.tree with transform="array" where i can select the pages i use for my topnavigation. On the parent page everything is working fine but on the subpages the first page in the array is an empty string.
07:13:40 <Guest|65270> Does anyone know a solution for this?
18:36:17 <mneuhaus> NamelessCoder: have i ever expressed my love towards you for liberating fluid? :D just threw together a little prototype/clickdummy base in way under an hour
01:37:34 <mneuhaus> @NamelessCoder ^^ hmm, year php array could be ok as well i guess, although i like the slimliness of yaml :)
02:33:50 <bottoni> Good morning, I FluidTYPO3 page template with nested <flux:form.object/> not working when exceeding a certain object limit. Only the other flux fields get saved into tx_fed_page_flexform, the xml structure remains valid though. Does anyone know this problem or does anyone spot an error in my template: https://gist.github.com/boettner-it/6f29fd2e5c9d66705f84
05:05:58 <NamelessCoder> bottoni raise max_input_vars. See bottom of Flux's README.md file
05:36:44 <bottoni> Thanks NamelessCoder, I missed the README. Sounds like the solution. Unfortunately the customers privider (1&1 in Germany pfff...) offers no reasonable methods to change PHP settings. Means one php.ini file in every directory involved in the processing. I´ll discuss a move to another provider. This point is just another one on the list for moving but the customer has refused to so far.
05:45:26 <mneuhaus> aside from managed/root servers 1&1 is quite shitty
05:48:58 <mneuhaus> yea, probably plenty more our there that are decent
05:49:57 <bottoni> being more flexible than 1&1 is not too hard. Discounter will always be discounter
05:50:01 <mneuhaus> but usually i have the feeling there's 10-15% good ones, 30-40% "ok" ones and the rest is pure stupid, non-flexible, no-real-knowledge-support crap
05:50:44 <mneuhaus> had a customer once, who provided me the passwords, etc for their hosting.
05:50:56 <mneuhaus> after a quick check: no php, no database, 30mb webspace
03:18:46 <batjony> does someone know anything about if the current fluidtypo3 extensions will be usable in farther versions of Typo3 CMS ?
03:21:23 <batjony> I have a lot new typo3 projects and I have to decide whether to start them with the fluidtypo3 extensions, or with something like typo3-themes.org
03:34:18 <bottoni> Hi batjony as far as I know there are no such plans for T3 v6 and 7. FluidTYPO3 is a very active project and offers you much more than a simple theme. It´s very deeply integrated TYPO3
04:34:05 <bottoni> NamelessCoder regarding last weeks issue, I raised max_input_vars after moving to another environment to 50000 and even higher but the problem persists and I don´t get a "Invalid CSRF Token" message. What is a reasonable setting?
07:58:15 <Guest|11324> Hi! I'd like to build an custom container for frontend elements like the documentation tells to do for a textpic. But how can I do this? By now, I have just dealed with Variants and Versions.
08:27:09 <bottoni> Hi Guest|11324, did you read the fluidcontent_core docs? https://github.com/FluidTYPO3/fluidcontent_core
08:29:48 <artisticMink> Hello, is there a up-to-date, 7.x-ish example for fluidpages? I checked git, but the example seemed pretty out to date, still has the tx_myextension_pathto_controller convention.
08:33:18 <Guest|11324> bottoni:Yes I have read this docs. With the help of them I could do the variants and versions. But not the container, mentioned in the chapter "Special note about the Textpic "
08:49:45 <bottoni> Guest|11324 well to have a textpic element would mean creating a variant of text with all options your layout needs to control text/image flow. The containers mentioned in the docs would mean creating a wrapping content element providing only the markup for the flow of text and image and leaving it to the editors to fill his container with separate text and image content elements. I personally choose the te
08:49:45 <bottoni> xt variant as editors most often don´t like having too much to think about which has to be inserted where
08:55:36 <Guest|11324> The textpic version I need is just a simple one. Text and Image should be displayed in a two or three column layout. Therefore I'd like to add such a new element in the general Tab, which the editors can choose. But I don't know how to start building this new element (wrapper)
09:04:15 <bottoni> The standard way would mean creating a text variant but this wouldn´t place your custom text variant under the general tab. You could make your own element as described here https://fluidtypo3.org/documentation/templating-manual/templating/creating-templates/content-element.html I recommend reading the whole chapter 3 of the docs
09:06:34 <bottoni> Placing it under the general tab should be possible with the <flux:form/> options attribute. There´s a group option which controls the tab position. I always use that for my custom tab so it´s just a guess whether there´s an id string for the general tab
09:24:04 <Guest|11324> Thank you! I will read and try :-)
09:36:43 <artisticMink> I created a PageController, however no Action gets rendered, not even the defaultAction. I made sure my provider is registered with my vendor and extension key as well as initializeView is called. What may i have missed?
09:47:07 <bottoni> template names and controller actions correspond?
09:48:17 <bottoni> and your templates are in Resources/Private/Templates/Content ?
09:49:02 <artisticMink> bottoni: Yes, since it is a page controller they're located in Templates/Page/. Also, the proper templates, selected in the backend, get rendered on page call.
09:50:06 <artisticMink> Just their correspocting middleware doesn't, which i need to assign some variables and check for mobile devices.
10:01:56 <bottoni> just checked one ov my providers nothing special in there. You mentioned all necessary steps. Did you clear system caches or manually deleted typo3temp/Caches/ and related db tables?
10:04:28 <artisticMink> bottoni: I cleared the cache manually, however i didn't check the tables. Let me take a look at the db.
10:23:14 <artisticMink> bottoni: No, even being rude and terminating the script via die(); does not have any effect, so i strongly assume the actions are never called. However, the php file in which the PageController class resides is definetly executed.
10:23:59 <artisticMink> bottoni: http://pastebin.com/15gQDMNe Yes, from what i can tell everything is proper. It worked well on Flux 6.X which i migrated from to 7.1 I went trough the migration sheets in the docs carefully.
10:43:25 <bottoni> Can´t spot anything incorrect. Is it the same with 7.4 and the latest versions auf the flux family?
10:52:41 <artisticMink> bottoni: I didn't go higher then 7.1 by now but i guess it's worth a try. Is there a release version of 7.4 or should i just check out the latest master?
10:53:43 <bottoni> yes there´s a release: http://get.typo3.org/7 or https://typo3.org/download/
10:56:23 <artisticMink> bottoni: Alright, i'll give it a try. Thanks for your help on the subject.
11:11:43 <Guest|11324> bottoni: I managed to build the Custom Content Element. Thank you very much! But it is not places under the "Typical Page Content" Tab. I used the group attribute and now I have two Tabs named "Typical Page Content". Do you have any other idea? That's my flux:form definition: <flux:form id="twoCol" options="{group: 'LLL:EXT:cms/layout/locallang_db_
11:28:57 <bottoni> That´s what I mentioned I didn´t try yet to place my custom elements under the general tab yet. I´m quite sure that the locallang label won´t do. Maybe it´s possible with an id string but I have no idea if it is nor which one would be correct. I always name my custom tab after the customer or use separate tabs if I have multiple groups myself
06:38:05 <chrisdev> I did some research but can't find anything definitive regarding the relation between 7.5's Fluid Content and FluidTYPO3. Are they compatible or separate implementations?
06:39:25 <xaver> 7.5 and FT3 - wait for final 7.5 and we will test everything
02:38:08 <braguzz> I have some problem with flux field link wizard
07:05:23 <Guest|15705> Hello, is there an up-to-date example of utilizing flux to create a repeating nested object to process via <f:for/>? I.e. adding multiple images for a slider. I'm not sure how to utilize <f:form.object/> properly.
07:17:12 <NamelessCoder> Guest|15705 combine with a section and the editor can insert/sort/edit multiple objects. See fluidbootstraptheme's templates for an example... I think there's a multiimage element in there
07:19:22 <Guest|15705> NamelessCoder: Alright, i'll check it out. Thanks.
11:28:04 <Guest|41934> Is it possible to localize / translate page property tabs and fields e.g different values in input fields for different languages?
11:49:30 <jtml> hi there. i'm having a problem with the vhs page.menu and localization. I have a page which has subpages in one language, but in a second language only the first level is localized without any subpages, then hasSubPages is set to TRUE
11:52:25 <jtml> i have set $GLOBALS['TYPO3_CONF_VARS']['FE']['hidePagesIfNotTranslatedByDefault'] = '1'; in AdditionalConfiguration.php which works fine for the first level of the menu
09:26:36 <jtml> is this really like it should be? because in my case the menu item of a localized page still gets the class "sub" even when it has no localized subpages
10:35:36 <drlimbo> is there a way to loop trough FAL Folders within an FCE?
10:36:22 <jtml> mhmm ... in the template you mean ?
10:37:46 <drlimbo> id like to choose a folder in my flux-form (FCE) and loop trough all subfolders in frontend
10:37:59 <drlimbo> with this way, i'd like to display a file-based gallery
10:39:24 <jtml> oh sorry... i misunderstood you ... i thought you were asking for the normal loop through the fal items in the record
10:43:36 <Guest|17479> I tried to make the inputs from the flux based page configuration of my page templates editable in different languages, but I had no success.
10:43:44 <Guest|17479> - added all six columns to table pages_language_overlay
10:43:53 <Guest|17479> - copied the "addTCAcolumns" and "addToAllTCAtypes" code parts from ext_tables using pages_language_overlay instead pages
10:44:00 <Guest|17479> - added colum names to [FE][pageOverlayFields] in LocalConfiguration
10:44:11 <Guest|17479> Now the page configuration tab is shown in page properties of the translated page and also the original data from default language is listed in the typo3-TCEforms-originalLanguageValue box. But instead of the fields defined by flux i got a message "Data Structure ERROR: No proper configuration!". This error is not shown in default language page pro
11:08:36 <drlimbo> if i choose a Folder in my FCE like 'file:1:/user_upload/Bilder/' - how i can loop trough all files in this folder with a viewhelper?
02:59:47 <jtml> hi... i'm trying to solve a issue which i have with vhs v:page.menu and localization for a few days.
03:01:21 <jtml> i hope someone here could help me. my problem is that in a localized menu i get the class "sub" set even when when the localized menuitem has no subitems of this language
03:02:30 <jtml> i posted about this the last few days. i'm really wondering what i do wrong in my configuration, or if its not a bug?
04:22:20 <bjo3rn> jtml this is more of a bug I'd say. mind filing an issue on GitHub please?
07:52:42 <NicerDicer> Im using the f:uri.action viewhelper to generate action urls. Its working perfectly but W3C validation fails because the viewhelper generates links with & characters which must me urlencoded to w3c checks. Is this an fluid issue or is the typolink function responsible for that?
10:14:01 <Guest|15428> cause i tried some of the extns from 4.5 to 6.2
10:14:04 <NamelessCoder> I mean do each upgrade but skip the ones that aren't LTS. And either to most recent or wait for next LTS if you want a cleaner upgrade path
10:14:34 <Woody> Unfortunately the LanguageMenuViewhelper ignores the setting "Hide default translation of page" and displays the Language-Link => after a click a TYPO3 error appears
10:14:36 <NamelessCoder> expect multiple extensions to break and no longer be available for the new version
10:15:06 <Guest|15428> is it required to compare database after upgrade
10:15:12 <NamelessCoder> if you use many custom extensions it could be a huge task
10:16:35 <NamelessCoder> yes, the full upgrade must be completed for every version I mentioned
10:16:41 <Guest|15428> e.g if i upgrade 4.2.17 to 4.7.20
10:16:51 <Woody> @Guest|15428: You can also try the Smooth Migration Extension - it will tell you which Extensions are not compatible or have deprecated code
10:16:53 <NamelessCoder> Woody check the issue tracker, I think there is an open issue for that
06:10:51 <mneuhaus> well, at least it's a test that works for now? ^^
06:11:42 <mneuhaus> kinda weird there's 2 ways to execute the "same" stuff anyway
06:12:12 <mneuhaus> i think the templateView should only render the static way, if present
06:12:25 <NamelessCoder> render() would simply call renderStatic when VH is compilable so testing render() should test both
06:12:56 <mneuhaus> should yes, but currently isn't which provides a need to ensure they behave the same
06:15:02 <NamelessCoder> in that case I would make a second test method that tests only the static execution. It's good to test for, but making assertions at this point is not expected
06:17:48 <mneuhaus> prob is, i first have to find out which viewHelpers all fail, and then add the specific additonal test to each and every one
06:18:00 <mneuhaus> this way i'd be catching them all in one swoop
06:18:07 <mneuhaus> + cathing any new ones for now
06:19:18 <NamelessCoder> for detection sure, it's fine ;) but once standalone fluid is merged this will execute for every VH and involve a lot of very possibly unmocked deps (due to static; rendercontext, empty closure etc)
04:18:04 <berto> Hi everyone, I tried updating flux to 7.2.2 but fluidcontent and fluidpages aren't loaded anymore. There is no error, pages are just empty, same for content elements. If I reinstall 7.2.1, everything works ok. Anyone ever had the same problem?
04:27:28 <berto> the "Change from 10 to 0 for root paths" was the cause (I tried readding 10 instead of 0 in the FluxService.php file), I'll verify what's wrong in my configuration
04:29:55 <berto> I changed my view *.0 to *.10, seems to work now :)
04:44:35 <Guest|81599> upgrading from 4.5.x to 6.2
04:44:42 <mneuhaus> Guest|81599: hey, sorry, i haven't used mm_forum in ages + this forum is primarily focused around the fluidtypo3 extenions. you'll probably have better luck finding help regarding that issue in #typo3 or in the typo3 slack: https://forger.typo3.org/slack
03:58:01 <drlimbo> does someone has an idea how to change my flexform, to show the marked select over multiple lines? (like on the left) https://www.evernote.com/shard/s8/sh/79d9b38e-eaf1-4109-ba30-812740362243/afb0ede3bd4a7c1c
05:06:52 <drlimbo> is there a way to get the Title, etc. Elements from a FAL File with the UID?
05:08:02 <drlimbo> mneuhaus: im sure u have an idea =)
12:18:04 <shupal> heyho, if i look in the issue queue i found a ticket for the fluidpages page configuration translation. https://github.com/FluidTYPO3/flux/issues/506 is there any documentation or snippet how to implement this?
09:57:13 <Guest|39615> I have following problem: page A hast 2 fluidpage section with some objects in in. Page B is subpage of page A. Why does page B don't inherit settings/sections from parent page A?
10:07:17 <NamelessCoder> Guest|39615 default behavior is to *not* inherit those types because they may present problems when inherited and edited on subpages
10:07:29 <NamelessCoder> you can enabled it with inherit="1" on section and object
10:12:57 <Guest|39615> okay, but a section, called logos is inherited anyway. So one Section works (without the inherit attribute) and one not, what could be the reason?
10:14:03 <Guest|39615> and I just tried: inherit="1" don't work :(
10:15:14 <NamelessCoder> it's *very* prone to problems, that's why the default behavior is to have it disabled. Your section must also be named uniquely.
10:15:45 <NamelessCoder> basically because none of the objects or sections are identified but rather numerically indexed, changing anything on a child page usually causes problems
10:16:28 <Guest|39615> and what about simple inputs/checkboxs in a sheet?
10:17:00 <NamelessCoder> not a problem if you use non-dynamic names for the fields and sheets
10:18:04 <Guest|39615> great, but they are not inherited :(
10:18:24 <Guest|39615> flux/fluidpages is on master
10:18:38 <NamelessCoder> template selections must match or also be inherited
10:19:19 <Guest|39615> Configuration of parent page: http://pastebin.com/s8hxSzxh
10:19:34 <NamelessCoder> depending on where you try to use those variable they may also not be inherited (read: inside Configuration section you only get the actual variables)
10:20:08 <Guest|39615> they are used outside Configuration
10:21:05 <Guest|39615> http://pastebin.com/VuZnH5aS <-- Configuration on subpage
10:22:51 <NamelessCoder> try the suggestions from https://github.com/FluidTYPO3/flux/issues/878
10:23:12 <NamelessCoder> and make sure you configure the subpage settings on the parent page
10:29:03 <Guest|39615> On the parent page I don't set configuration values for subpages
10:36:54 <Guest|39615> just cleaned up the db, but still not works. only one section ist inherited, second section is not and normal settings also not
11:00:35 <Guest|39615> okay I know, why the first section works: {l:data(uid: page.uid, path: 'logos') -> v:variable.set(name: '_logos')}