mr-vaco / nova-trumbowyg-field
Trumbowyg WYSIWYG editor
Installs: 994
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.0
- laravel/nova: ^4.0
README
Trumbowyg (WYSIWYG editor) with localization!
This component adds the ability to use WYSIWYG fields instead of standard Textarea or Trix fields.
Component Base:
- Trumbowyg WYSIWYG editor - the editor himself
- Vue.js component for Trumbowyg WYSIWYG editor - binding for use with Vue JS
To switch localizations you can use Language Switch
How to use it in your component
Language is detected automatically - app()->getLocale()
use MrVaco\NovaTrumbowygField\NovaTrumbowygField; public function fields(NovaRequest $request): array { return [ NovaTrumbowygField::make('Your field name', 'db column'), ]; }
List of available localizations
"en" - English - by default
I did not translate - all localization files were taken from Trumbowyg repository.
Each localization file indicates the author of the translation.