2017 © Pedro Peláez
 

library documents

Roadiz sub-package for Document system.

image

roadiz/documents

Roadiz sub-package for Document system.

  • Tuesday, July 24, 2018
  • by ambroisemaupate
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4,022 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 27 Versions
  • 29 % Grown

The README.md

Roadiz Document base system

Run test status, (*1)

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., (*2)

VueJS and <noscript>

You may need to override <noscript> block to add inline-template attribute :, (*3)

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

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

Do not forget to add a leading space before your attributes., (*4)

Contributing

Report issues and send Pull Requests in the main Roadiz repository, (*5)

The Versions