You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update usage and installation md files by @majdghithan in https://github.com/mohamedsabil83/filament-forms-tinyeditor/pull/110
34
-
- Added $previewMaxHeight() and $previewMinHeight() to the disabled view by @poldixd in https://github.com/mohamedsabil83/filament-forms-tinyeditor/pull/112
33
+
- Update usage and installation md files by @majdghithan in https://github.com/mohamedsabil83/filament-forms-ckeditor/pull/110
34
+
- Added $previewMaxHeight() and $previewMinHeight() to the disabled view by @poldixd in https://github.com/mohamedsabil83/filament-forms-ckeditor/pull/112
35
35
36
36
### New Contributors
37
37
38
-
-@majdghithan made their first contribution in https://github.com/mohamedsabil83/filament-forms-tinyeditor/pull/110
39
-
-@poldixd made their first contribution in https://github.com/mohamedsabil83/filament-forms-tinyeditor/pull/112
38
+
-@majdghithan made their first contribution in https://github.com/mohamedsabil83/filament-forms-ckeditor/pull/110
39
+
-@poldixd made their first contribution in https://github.com/mohamedsabil83/filament-forms-ckeditor/pull/112
-[fix] filament-modal renamed to fi-modal in v3 by @mohamedsabil83 in https://github.com/mohamedsabil83/filament-forms-tinyeditor/commit/5261e3add8e5769df8d8a487788594ab626ec3b5
90
+
-[fix] filament-modal renamed to fi-modal in v3 by @mohamedsabil83 in https://github.com/mohamedsabil83/filament-forms-ckeditor/commit/5261e3add8e5769df8d8a487788594ab626ec3b5
[](https://packagist.org/packages/mohamedsabil83/filament-forms-tinyeditor)
[](https://packagist.org/packages/mohamedsabil83/filament-forms-ckeditor)
Filament Forms TinyEditor is a package for [Laravel Filament](https://github.com/laravel-filament/filament) that wraps [TinyMce Editor](https://www.tiny.cloud) into a usable component. It's works with [Filament Forms](https://filamentadmin.com/docs/2.x/forms/installation) standalone too.
After installing the package, you don't have to do anything if you have **Filament** installed. If not, and you want to use it with **Forms standalone**, run the following command:
@@ -19,7 +19,7 @@ php artisan filament:assets
19
19
Optionally, you can publish the config file for [Customization](./usage-and-customization.md#customization):
You may need to run Artisan storage:link command to see the images stored
@@ -37,7 +37,7 @@ php artisan filament:assets
37
37
38
38
## Upgrade from 1.x to 2.x
39
39
40
-
Version 2.x of the package has been updated to use the CDN version of TinyMCE instead of the local one, resulting in only one file being published. To ensure a smooth upgrade to 2.x, please delete the old local files by removing the directory **public/vendor/filament-forms-tinyeditor** and then execute the following command after upgrading to version 2.x:
40
+
Version 2.x of the package has been updated to use the CDN version of TinyMCE instead of the local one, resulting in only one file being published. To ensure a smooth upgrade to 2.x, please delete the old local files by removing the directory **public/vendor/filament-forms-ckeditor** and then execute the following command after upgrading to version 2.x:
0 commit comments