roadiz/documents
最新稳定版本:v2.7.28
Composer 安装命令:
composer require roadiz/documents
包简介
Roadiz sub-package for Document system.
README 文档
README
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
统计信息
- 总下载量: 27.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-02