I am using Fortis Dynamic Placeholders , but you need to set up a page template where dynamic placeholders contain rendering. I set the page template up, setting the layout details for the default page template values.
I was not able to do this because a dynamic placeholder was added by the generated GUID. Is there any way to predict this GUID? According to the documentation, a GUID is generated using the following logic:
Dynamic placeholders simply use a rendering identifier to create a unique placeholder name. If more than one dynamic placeholder with the same name is added in the rendering, it will also add the extension number
I tried a different approach using the home dynamic replacement library, which just added a dynamic placeholder with a sequential number, for example. row1, row2, row3. But this approach makes content editors incapable of moving lines in the experience editor, because the content inside the line is tied to a fixed number that changes as the lines move.
source
share