Dynamic text inputs #7896
-
Hi Pimcore developers, Maybe my question seems weird, but correct me on on that one if that's the case. How'd we create dynamic text inputs for an object class? For example we need to have Pro's and con's. For one product it'd be 2 pro's and 1 con, but for an other project it could be like 5 and 4. How do we create dynamic text inputs, so they can click on some button to generate a new text field in the data object and fill it in. Or do we have to use the relations for this? Which seems a bit overkill to me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Blocks should be your answer here, they can be repeated arbitrarily (or with a limit) and contain a number of different data fields: |
Beta Was this translation helpful? Give feedback.
Blocks should be your answer here, they can be repeated arbitrarily (or with a limit) and contain a number of different data fields: