adobe / aem-modernize-tools

A suite of tools to modernize your AEM Sites implementations off legacy features.
http://opensource.adobe.com/aem-modernize-tools/
Apache License 2.0
64 stars 42 forks source link

Responsive ColumnControl Support #76

Open bstopp opened 2 years ago

bstopp commented 2 years ago

Due to how the rewriting a tree functions, when using the Responsive logic, the parent node order is not preserved. There becomes a conflict between the Column Control order being overwritten by the tree traversal.

Need to find a way to apply the Responsive handling for the Column Control rewriter, without losing the order.