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
this is very confusing. What is the purpose of these compared to the already existing 'movable' setting and are all of these settings valid for typoscript asset-includes and fluid-based v:asset.script includes as well?!
In fact I was not able to enforce jQuery to be placed into Head in any combination/way. I have an site-setup which requires jQuery to be present in Head already, so footer-placement or refactoring the whole site is not an option in my case.
As there are already a bunch (?!) of settings which aim to give control over this, I don't understand this feature doesn't seem to work properly at all.
Is there anything wrong with my code above?!
The text was updated successfully, but these errors were encountered:
I should mention I'm also have optional asset loading in fluid template using v:asset.script which should be loaded "independent" from those assets like jQuery required anyway. Those are rendered as separate script-tag to the one in the footer containing only jQuery (from example code above).
I noticed VHS asset-management seems to stuck enforcing JS to be placed into HTML Head instead of Footer while using vhs-asset using TypoScript.
This is an example running using VHS 6.0.0
jQuery is still placed into Footer!!! I also did some code-research into VHS and found settings which where unknown to me yet:
this is very confusing. What is the purpose of these compared to the already existing 'movable' setting and are all of these settings valid for typoscript asset-includes and fluid-based v:asset.script includes as well?!
In fact I was not able to enforce jQuery to be placed into Head in any combination/way. I have an site-setup which requires jQuery to be present in Head already, so footer-placement or refactoring the whole site is not an option in my case.
As there are already a bunch (?!) of settings which aim to give control over this, I don't understand this feature doesn't seem to work properly at all.
Is there anything wrong with my code above?!
The text was updated successfully, but these errors were encountered: