gdmedia / silverstripe-frontend-admin
Front end admin for Silverstripe
Installs: 4 858
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 8
Forks: 7
Language:JavaScript
Type:silverstripe-module
Requires
- composer/installers: *
- gdmedia/silverstripe-status-message: dev-master
- silverstripe/cms: 3.0.1 - 3.99
README
A module for editing page content form the front end of your website using TinyMCE 4. (if you logged in and have edit permissions) You can edit HTMLText db objects and Varchar db objects in the frontend. A flyout menu containing the cms admin is also injected into the front end, so you can make changes in admin without leaving the front end.
##Requirements
##Installation
###Composer
- On the command line, cd into your sites root folder
- Run
composer require gdmedia/silverstripe-frontend-admin dev-master
- Run dev/build?flush=all in your browsers
###Manually
- Download the module from https://github.com/gurudigital/frontend-admin/archive/master.zip
- Extract the files into your silverstripe root folder
- Run dev/build?flush=all in your browsers
##To do
- Test it more, especially around permissions