siezi / phile-admin-markdown-editor
Markdown Editor for Phile-Admin
Installs: 90
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 1
Type:phile-plugin
Requires
- cakephp/filesystem: ^3.0
- phile-cms/phile: ^1.6.0
- siezi/phile-admin: ^1.0.1
README
What
A markdown editor plugin for Phile-Admin.
- Create new pages
- Edit pages
- Move pages between folders
- Draft non-public pages
- Remove pages (files are not actually deleted but moved to special trash folder)
The page index:
The editor:
Installation
1 Installation (composer)
"require": { "siezi/phile-admin-markdown-editor": "*" }
2. Activation
After you have installed the plugin you activate it by adding the following line to your config.php
file:
$config['plugins']['siezi\\phileAdminMarkdownEditor'] = ['active' => true];
This plugin depends on Phile-Admin. Make sure it’s activated too.
3. Config
See config.php
.