15:03:06 <xaver> maybe 3 in quotes '3' i forget it always
15:08:44 <Guest|29820> <v:math.modulo a="14" b="3"> </v:math.modulo> even that just return 0 xD
15:16:35 <momchil> guys when I create a custom content element for example with 10 fields (with fluidcontent/flux), where these 10 field values are saved ?
15:17:23 <momchil> are they serialized and saved in one field for example in tt_content
15:20:24 <momchil> i see, everything is stored in one field in pi_flexform in table tt_content
15:44:34 <momchil> guys if we have a custom element - product (name, title, image, description), is it possible easily to implement for examples - pagination for product content elements, some sorters and/or some filters ?
15:45:11 <momchil> or I should proceed with a separate CRUD backend module for products - and to forget about custom content elements
16:16:42 <momchil> CRUD - Create Read Update Delete - so extension which works with separate database table for example table product.sql - id, product_name, product_description, product_imate; and a backend TYPO3 module which proceeds with - data creation, update, list, delete
23:03:18 <benjamin_654> Hi NamelessCoder, i still thing there is a error ( @ https://github.com/FluidTYPO3/vhs/issues/653 ) - I fixed it now for me with: https://github.com/BenjaminBeck/vhs/commit/1b07 should i make a pull request?
23:52:19 <xaver> benjamin_654: you can crate a PR but your Link is agianst the CGL