You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. This is how "layout" and sections are implemented in the mvcc/view engine package.
This should be explained already in the readme, there are helpers to add commonly structured tags, it you can even replace the grammar in your project. I'll point you to specific examples later if you are still stuck.
Is it possible to use Partials with inline styling and/or scripting?
Sort of a content_for_header feature (See https://shopify.dev/docs/api/liquid/objects/content_for_header)
Or even beter a ViewComponent structure (Like Angular):
So you have to have a Placeholder where to put the inline css and js e.g. inside layout.html:
Is the FluidViewEngine parser its extensibility sufficient to add above functionality?
Thanks in advance!
The text was updated successfully, but these errors were encountered: