PHPackages                             b13/richtextinputfields - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. b13/richtextinputfields

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

b13/richtextinputfields
=======================

Rich text editor for input fields.

2.1.0(1mo ago)49.9k↓55.6%PHP

Since Dec 6Pushed 1mo ago7 watchersCompare

[ Source](https://github.com/b13/richtextinputfields)[ Packagist](https://packagist.org/packages/b13/richtextinputfields)[ RSS](/packages/b13-richtextinputfields/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

EXT:richtextinputfields
=======================

[](#extrichtextinputfields)

About this extension
--------------------

[](#about-this-extension)

When working with complex designs often times there is the need for additional, but very limited, formatting options for headlines, sublines and other fields typically presented to the editor as "single input fields". Solutions for these kinds of requirements often involve descriptions for the editors, explaining how to manually add a line-break or format parts of a headline with a bold font style.

While browsing the web we came across this excellent blog post by Daniel Siepmann: He explains an elegant solution to include a stripped down rich text editor for these kinds of fields. After testing his solution we decided to create a small single-purpose extension to easily add this configuration to multiple instances.

Installation
------------

[](#installation)

Install using composer:

```
composer req b13/richtextinputfields

```

Usage
-----

[](#usage)

Use by adding rich text editors as usual to the fields. This extension brings a very stripped down RTE configuration, but you're free to use your own.

```
'config' => [
    'type' => 'text',
    'rows' => 1,
    'max' => 255,
    'enableRichtext' => true,
    'richtextConfiguration' => 'minimal-input-field',
],

```

Set a `row` value to shrink the height of the rte window to "one line". Add a `max` value to show a character count and enforce a maximal amount of characters for the field.

Credits
-------

[](#credits)

This extension is heavily inspired by Daniel Siepmanns aforementioned blog post and was created by [b13 GmbH, Stuttgart](https://b13.com) for use in our projects.

[Find more TYPO3 extensions we have developed](https://b13.com/useful-typo3-extensions-from-b13-to-you) that help us deliver value in client projects. As part of the way we work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance92

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~225 days

Total

5

Last Release

37d ago

Major Versions

1.1.1 → 2.0.02025-02-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3862523?v=4)[David Steeb](/maintainers/davidsteeb)[@davidsteeb](https://github.com/davidsteeb)

---

Top Contributors

[![achimfritz](https://avatars.githubusercontent.com/u/2152991?v=4)](https://github.com/achimfritz "achimfritz (11 commits)")[![davidsteeb](https://avatars.githubusercontent.com/u/3862523?v=4)](https://github.com/davidsteeb "davidsteeb (4 commits)")[![bmack](https://avatars.githubusercontent.com/u/165630?v=4)](https://github.com/bmack "bmack (3 commits)")[![o-ba](https://avatars.githubusercontent.com/u/8812114?v=4)](https://github.com/o-ba "o-ba (2 commits)")[![stegmatze](https://avatars.githubusercontent.com/u/14198734?v=4)](https://github.com/stegmatze "stegmatze (2 commits)")

### Embed Badge

![Health badge](/badges/b13-richtextinputfields/health.svg)

```
[![Health](https://phpackages.com/badges/b13-richtextinputfields/health.svg)](https://phpackages.com/packages/b13-richtextinputfields)
```

###  Alternatives

[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[friendsoftypo3/frontend-editing

Enable editors to work with the content in the most intuitive way possible

103124.7k2](/packages/friendsoftypo3-frontend-editing)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

576.1k2](/packages/friendsoftypo3-visual-editor)[t3sbs/t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: \[www.t3sbootstrap.de\](https://www.t3sbootstrap.de)

2416.4k](/packages/t3sbs-t3sbootstrap)[netresearch/t3-cowriter

With the help of AI you can now work on a page together with a cowriter - a digital assistant that helps you to write your content.

1111.6k](/packages/netresearch-t3-cowriter)[t3docs/site-package

Site Package - This site package is an example used to understand the TYPO3 Site Package Tutorial.

1416.9k](/packages/t3docs-site-package)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
