Skip to content

Renick.ContentNext-gen block content editing for October CMS

A TipTap-powered block editor with nested layouts, versioning, templates, multisite-safe visibility and optional AI — content stays clean JSON, themes stay in control.

Install in 2 minutes

bash
composer require renick/content-plugin
php artisan october:migrate

Add the field to any Tailor blueprint:

yaml
fields:
    content:
        label: Content
        type: contenteditor

Render it in your theme:

twig
{{ content_render(record.content)|raw }}

→ Continue with the Quickstart.

Commercial, source-available software — production use requires a paid license per installation; the content format itself is MIT. Details: Install → License.