-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README & Improved TinyMCE Documentation (#1)
* Added README & Improved TinyMCE Documentation * Improved Default TinyMCE Configuration (MSWord formatting) * Added Publish Command to Installation Steps in README
- Loading branch information
Showing
2 changed files
with
20 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# nova-tinymce-field | ||
This package is a Nova WYSIWIG Field that uses TinyMCE, which has an extensive set of configuration/plugins. | ||
|
||
### Installation | ||
- `composer require bythepixel/nova-tinymce-field` | ||
- `php artisan vendor:publish --provider="Bythepixel\\NovaTinymceField\\FieldServiceProvider"` | ||
|
||
### Configuration | ||
See: https://www.tiny.cloud/docs/configure/ |
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