Mailcoach
To use the editor in Mailcoach, you need to follow the following steps.
Installation
You can install the package via composer:
composer require jeffreyvr/dropblockeditor-mailcoach
You can publish the config file with:
php artisan vendor:publish --tag="dropblockeditor-mailcoach-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="dropblockeditor-mailcoach-views"
Usage
In your mailcoach.php
config file, set the following as content_editor
:
Jeffreyvr\DropBlockEditorMailcoach\Http\Livewire\EditorPlaceholder::class
This package comes with a basic SaveButton
. If you want, you can disable the button in the config file.