We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Args (title, tier, image) are being lost when parent partial uses Twig theme indicate DOM element parsing inconsistencies.
<partial name="Page"> <partial name="PageHeader"> <arg name="title" type="string">Services</arg> <arg name="tier" type="int">1</arg> <arg name="image">/assets/images/dimension/800x300/offset/0,-20/gallery/developer.jpg</arg> </partial> <partial name="PageContent"> <partial name="PageMainContent" class="editable"> <h2>Consulting</h2> <p>We are not accepting new clients currently.</p> </partial> <partial name="PageSideBar"> <nav name="QuickLinks" class="editable"> </nav> </partial> </partial> <partial name="PageFooter"/> </partial>
The text was updated successfully, but these errors were encountered:
Issue only exists with child args it does not exist with DOM attributes.
Sorry, something went wrong.
No branches or pull requests
Args (title, tier, image) are being lost when parent partial uses Twig theme indicate DOM element parsing inconsistencies.
The text was updated successfully, but these errors were encountered: