IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

Colpos 999 for nested content isn't allowed #31

Closed ayacoo closed 7 years ago

ayacoo commented 7 years ago

I create a mask element with an option "Content" and link to another Mask Element (IRRE functionality) And i have three columns at the backend layout, too.

You can see it here: https://picload.org/image/rdwopggo/mask.png

After the export i deinstall mask and install mask_example extension with all mask elements and get this output: https://picload.org/image/rdwopgro/mask2.png

Hint: Extensions mask adds the colPos 999 via itemsProcFunc: mask\Classes\ItemsProcFuncs\ColPosList.php

IchHabRecht commented 7 years ago

Hi ayacoo,

Would you mind to test branch https://github.com/CPS-IT/TYPO3-mask_export/tree/nested-content-colpos for the fix.

Thank you.

ayacoo commented 7 years ago

Hi IchHabRecht,

works fine. Thank you :-)