Hello,
I haven’t found a way to add additional css in Zed backend. Maybe I’m missing something.
I tried to add Presentation/Layout/layout.twig in Sales/
{% extends '@Sales/Layout/layout.twig' %}
{% block head_css %}
{{ parent() }}
< link rel="stylesheet" href="/assets/css/test.css" >
{% endblock %}
(please ignore the space before link)
It won’t show up in Zed. Did npm run zed and cleared twig cache -> nothing.
I tried it with our own shop and Demoshop. Do I have to declare something else?
Thanks in advance,
Noelia