I made a prototype page using p7_HMY, and nested an FGM grid inside Column 2.
I added ID's to the FGM boxes as well as the HMY columns, and cross-linked things with p7_STE links
GOOD: If I edit the p7_HMY, your code preserves my IDs (it may even have restructured them in the code)
NOT GOOD: If I edit the FGM, your code removes my IDs.
I had placed the HMY IDs: div class="hmy-content hmy-left" id="section-1"
I was placing the IDs on FGM boxes: div class="fgm-section" id="box1" <----- get's removed
Update: I tested adding ID to fgm-content div with same result (ID removed when saved)
Q: Is this something that I can fix, or do better? Thanks.