-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
#SilverStripe HtmlEditorField Content Templates | ||
*Configurable SilverStripe module to extend tinymce content template functionality | ||
# SilverStripe HtmlEditorField Content Templates | ||
Configurable SilverStripe module to extend tinymce content template functionality | ||
|
||
##Maintainer Contacts | ||
* Milan [dot] Jelicanin [at] Fractas [dot] com | ||
|
||
## Maintainer Contacts | ||
* Milan [dot] Jelicanin [at] Fractas [dot] com | ||
|
||
##Requirements | ||
* SilverStripe 3 | ||
|
||
## Requirements | ||
* SilverStripe 3+ | ||
|
||
##Installation Instructions | ||
|
||
1. Place this directory in the root of your SilverStripe installation | ||
2. Visit yoursite.com/dev/build?flush=1 to rebuild the database. | ||
3. Visit CMS and create new 'HtmlEditorField Content Templates' which you can use on Pages HtmlEditor. | ||
## Installation InstructionsInstallation | ||
* Install via Composer | ||
``` | ||
composer require "fractas/silverstripe-htmleditorfield-content-templates" | ||
``` | ||
* Run yoursite.com/dev/build?flush=1 to rebuild the database | ||
* Visit CMS and create new 'HtmlEditorField Content Templates' which you can use on Pages HtmlEditor. | ||
|
||
##Known Issues | ||
|
||
## Known Issues | ||
[GitHub Issue Tracker](https://github.com/jelicanin/silverstripe-HtmlEditorField-content-templates/issues) | ||
|
||
|
||
##Licence | ||
## Licence | ||
* See [Licence](https://github.com/fractaslabs/silverstripe-htmleditorfield-content-templates/blob/master/LICENSE) |