Skip to content

rahmanramsi/filament-editorjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4663d0b · Aug 15, 2023

History

23 Commits
Jun 18, 2022
Aug 14, 2023
Aug 10, 2023
Aug 10, 2023
Aug 10, 2023
Jun 18, 2022
Jun 18, 2022
Jun 18, 2022
Jun 22, 2022
Aug 10, 2023
Jun 18, 2022
Aug 10, 2023
Aug 10, 2023
Jun 18, 2022
Jun 18, 2022

Repository files navigation

Filament EditorJs

Filament EditorJs Latest Version on Packagist Total Downloads

EditorJs integration for Filament Admin/Forms.

Installation

You can install the package via composer:

composer require rahmanramsi/filament-editorjs

Usage

use FilamentEditorJs\Forms\Components\EditorJs;

EditorJs::make('content')

Customization

Tools

By default all tools are enabled. This is a list of available tools:

[
    'header',
    'image',
    'delimiter',
    'list',
    'underline',
    'quote',
    'table',
    'raw',
    'code',
    'inline-code',
    'style',
]

You can disable any of them using by passing an array of tool names:

EditorJs::make('content')->disableTools(['image', 'raw']);

Also you can enable only certain tools:

EditorJs::make('content')->tools(['image', 'raw']);

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.