Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 849 Bytes

File metadata and controls

24 lines (14 loc) · 849 Bytes

Roadiz Document base system

Run test status

HTML templates

You can override and inherit from document rendering templates by creating them in your theme at the same path inside your views/ folder.

VueJS and <noscript>

You may need to override <noscript> block to add inline-template attribute :

{% extends "@Documents/documents/image.html.twig" %}

{% block noscript_attributes %} inline-template{% endblock %}

Do not forget to add a leading space before your attributes.

Contributing

Report issues and send Pull Requests in the main Roadiz repository