roadiz/documents

Roadiz sub-package for Document system.

Maintainers

Details

github.com/roadiz/documents

Source

Installs: 20 577

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

v2.3.31 2024-10-25 09:47 UTC

This package is auto-updated.

Last update: 2024-11-06 00:33:23 UTC


README

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