PHPackages                             ezar101/easyadmin-trix-extension-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. ezar101/easyadmin-trix-extension-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

ezar101/easyadmin-trix-extension-bundle
=======================================

An extension for EasyAdmin that enriches the TextEditorField (Trix) editor with advanced features: Tables, Colors, H2/H3 headings, Underlining, ...

v1.2.0(3mo ago)43MITJavaScriptPHP &gt;=8.2CI passing

Since Mar 14Pushed 3mo agoCompare

[ Source](https://github.com/Ezar101/EasyAdminTrixExtensionBundle)[ Packagist](https://packagist.org/packages/ezar101/easyadmin-trix-extension-bundle)[ RSS](/packages/ezar101-easyadmin-trix-extension-bundle/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (8)Versions (8)Used By (0)

EasyAdmin Trix Extension Bundle
===============================

[](#easyadmin-trix-extension-bundle)

 [![Latest Stable Version](https://camo.githubusercontent.com/9adb09fb3e4da924043d31d014cc94034f4e7bbfec145e1e76649fcf4be0f725/68747470733a2f2f706f7365722e707567782e6f72672f657a61723130312f6561737961646d696e2d747269782d657874656e73696f6e2d62756e646c652f76)](https://packagist.org/packages/ezar101/easyadmin-trix-extension-bundle) [![Total Downloads](https://camo.githubusercontent.com/c525be1187d3a08c434cc3c77a3d0b131179de140ee63aea0d215242662ec3e7/68747470733a2f2f706f7365722e707567782e6f72672f657a61723130312f6561737961646d696e2d747269782d657874656e73696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/ezar101/easyadmin-trix-extension-bundle) [![License](https://camo.githubusercontent.com/320a04ccc81584fc3040ef68642c22a4a9cbd9d66dabcb5181a1095c48b2a02b/68747470733a2f2f706f7365722e707567782e6f72672f657a61723130312f6561737961646d696e2d747269782d657874656e73696f6e2d62756e646c652f6c6963656e7365)](LICENSE) [![CI](https://github.com/Ezar101/EasyAdminTrixExtensionBundle/actions/workflows/ci.yaml/badge.svg)](https://github.com/Ezar101/EasyAdminTrixExtensionBundle/actions/workflows/ci.yaml)

This Symfony bundle extends the native capabilities of EasyAdmin's `TextEditorField` (based on Trix). It offers an enhanced writing experience by adding essential features that are missing by default, all without any complex front-end configuration.

✨ Features
----------

[](#-features)

- **Table Management :** Complete modal interface for inserting, modifying, adding/deleting rows and columns.
- **Semantic titles :** Adding tags `` and ``.
- **Text formatting :** Button to underline the text (``).
- **Color palette :** Integrated color picker to change text color on the fly.
- **Ready to use :** Pre-compiled and automatically injected assets (CSS/JS).

📦 Installation
--------------

[](#-installation)

Use Composer to install the bundle:

```
composer require ezar101/easyadmin-trix-extension-bundle
```

Next, install the public assets of the bundle (if Symfony does not do so automatically):

```
php bin/console assets:install
```

🚀 Use
-----

[](#-use)

In your EasyAdmin CRUD controllers, simply replace the native `TextEditorField` with the `ExtendedTextEditorField` provided by this bundle.

```
