Repeatable relationship field parent #667
Replies: 1 comment 1 reply
-
Hi @sagargc! But here is my opinion;
If you still need further help with your problem, please let me know, but please consider giving us a better description of your needs and the models relations (like, I didn't get if both block and content are child of page, of if content is child of block and block child of page(?)) and maybe an example, because I can't understand the differences between the block Regards 🙌 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!!
I have my three models called page, block and content.
Page has multiple blocks and contents.
Page : Home , About Us and Products
Block: Text, Image_Text, Image_Video, Article
Content: page_id, block_id, title, body, image, video, article as array.
I want to add multiple repetition of particular main block based on repeatable type of backpack features.
For example:
I want to repeat the text_blocks more than one times or any type of blocks need to repeat, and the subfields data will be saved into coronets tables. Furthermore, this need to be auto load into edit mode as well.
My query is: how could I make subfields main block repeatable?
Thank you for your time.
Kind regards,
Sagar
Beta Was this translation helpful? Give feedback.
All reactions