Group 2
Pre-release

Mailcoach

As Mailcoach uses Livewire v2, make sure to use version 0.1.3 of DropBlockEditor.

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:0.1.3

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.