在此块中,我需要将子串http
替换为https
{{ system.getBlock('info-product-carousel')|raw }}
我尝试使用这样的替换:
|replace({'%http%': "https"})
但是这种结构在我的情况下不起作用:
{{ system.getBlock('info-product-carousel')|raw|replace({'%http%': "https"})} }}
我某处错了,但我没有树枝,也找不到解决办法。