level51 / silverstripe-markdown-docs
Backend markdown document viewer.
Package info
github.com/Level51/silverstripe-markdown-docs
Type:silverstripe-module
pkg:composer/level51/silverstripe-markdown-docs
0.1.1
2018-06-10 00:00 UTC
Requires
- php: >=5.6,<7.2
- erusev/parsedown: 1.7.1
- silverstripe/framework: ^3.6.0
This package is auto-updated.
Last update: 2026-02-25 00:17:02 UTC
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
