level51/silverstripe-markdown-docs
Composer 安装命令:
composer require level51/silverstripe-markdown-docs
包简介
Backend markdown document viewer.
关键字:
README 文档
README
Provides a simple readonly markdown document viewer in the backend.
Features
- Renders markdown documents with the power of Parsedown
- Permission system integration to control who can view the documents
- Config API integration
Installation
composer install level51/silverstripe-markdown-docs
Config
# config.yml MarkdownDocs: transform_names: true # e.g. CHANGELOG --> Changelog (default: true) docs: - CHANGELOG.md - manual: name: User Manual path: 'my-module/docs/en/backend-user-manual.md' # Path from site root
The member needs to have the CMS_ACCESS_MarkdownDocs permission (see "CMS Access" permission category) to view the documents.
Maintainer
- JZubero js@lvl51.de
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-09
