15:15:25 <NamelessCoder> render it manually with recursion if so required
15:15:39 <NamelessCoder> no, there are no ViewHelpers in VHS which render categories
15:16:08 <Guest|16683> Im using Flux 7.0.0 and i need to get a "group" selection field again to select tables. I see the "group" viewhelper got removed and shall be replaced by select,relation,inline or tree but neither of these are "group". How to get this working (cant update to another version)
15:18:31 <Guest|16683> anyone can help? cant use relation cause i select pages and need the group-like selection
15:21:37 <NamelessCoder> Guest|16683 flux:field.multiRelation will be introduced in Flux 7.2. Until then, you're stuck with flux:field.relation + size + maxItems + table (+multiple)