Hi @anish-s Yes, I agree that a Layout Container definitely provides
more features to the author in managing the layout, adding policies,
etc. But here, we define the layout and manage it through the code. The
sole purpose of ParSys here is to allow the author to add the component,
so thought no need to use the Layout Container. Additionally, Layout
Container comes with extra wrapper div with aem-grid CSS classes, which
are not needed here.With Layout Container:
With ParSys: This was the...