PHPackages                             remind/typo3-content - 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. remind/typo3-content

Abandoned → [remind/headless](/?search=remind%2Fheadless)ArchivedTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

remind/typo3-content
====================

This extension contains default generic content elements

1.0.0(4y ago)0114GPL-3.0-or-laterPHPPHP ^7.4.0

Since Feb 9Pushed 3y agoCompare

[ Source](https://github.com/remindgmbh/typo3-content)[ Packagist](https://packagist.org/packages/remind/typo3-content)[ RSS](/packages/remind-typo3-content/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (7)Used By (0)

REMIND - Typo3 Content Extension
================================

[](#remind---typo3-content-extension)

[![travis-img](https://camo.githubusercontent.com/0434ab39fd11923b0c43e26f2e9dd324cf63872118df6b0c1934059784b3af5c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f72656d696e64676d62682f726d6e642d636f6e74656e743f7374796c653d666c61742d737175617265)](https://travis-ci.com/github/remindgmbh/rmnd-content)[![codecov-img](https://camo.githubusercontent.com/42858b9481ed85b66d0ff772c6779e52d466f13cb08b8e4fa523ca406bdc1379/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f72656d696e64676d62682f726d6e642d636f6e74656e743f7374796c653d666c61742d737175617265)](https://codecov.io/gh/remindgmbh/rmnd-content)[![styleci-img](https://camo.githubusercontent.com/5d0d6afd97c21c928d61f192264dc2603bb2008ca2b8c6d9bfc0dcf1f34be15c/68747470733a2f2f7374796c6563692e696f2f7265706f732f3339333336343735312f736869656c64)](https://github.styleci.io/repos/393364751)[![php-v-img](https://camo.githubusercontent.com/bdafc53b5c486a4ac4b1e6d152e76f3a548dbff219c6e66b2738dd504e0fc525/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f72656d696e642f726d6e642d636f6e74656e743f7374796c653d666c61742d737175617265)](https://packagist.org/packages/remind/rmnd-content)[![github-issues-img](https://camo.githubusercontent.com/3a4ecd4d478eb900879dabcf6192c59cdb848f3a73b1f637213203360004b3cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f72656d696e64676d62682f726d6e642d636f6e74656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/remindgmbh/rmnd-content/issues)[![contrib-welcome-img](https://camo.githubusercontent.com/d86d96a7c5f58853af0898fa1a20f7a534876aab99dc9d017f939d239fd37d21/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/remindgmbh/rmnd-content/blob/master/CONTRIBUTING.md)[![license-img](https://camo.githubusercontent.com/9f37026231030e5d89108b178a8b28ab044be7f7ea0801d111e201183fe85541/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72656d696e64676d62682f726d6e642d636f6e74656e742e7376673f7374796c653d666c61742d737175617265)](https://github.com/remindgmbh/rmnd-content/blob/master/LICENSE)

installation
------------

[](#installation)

Use comoser to install the extension using `composer install remind/typo3-content`.

Does not require any typoscript at the moment. TSConfig is imported automatically.

dependencies
------------

[](#dependencies)

Besides typo3 the only required dependency is [content-defender](https://extensions.typo3.org/extension/content_defender). It is used in the default backend layout.

backend layouts
---------------

[](#backend-layouts)

### default

[](#default)

The default layout consists of 1 column with 3 rows. Besides the main content (colPos = 0) there is also one column for content above the breadcrumbs (colPos = 1) and the footer (colPos = 2).

The [content defender](https://extensions.typo3.org/extension/content_defender) extension is used to only allow exactly one footer\_content content element in the footer column. The footer\_content content element can not be used in the other columns.

TCA
---

[](#tca)

### tt\_content

[](#tt_content)

#### rmnd\_content\_items

[](#rmnd_content_items)

Field of type inline. Basically `rmnd_content_items` acts like tt\_content without a `colPos`. Used for `accordion`, `header_slider` and `tabs`. See one of these definition on how to use items and override the showitem definition.

#### header\_layout

[](#header_layout)

Values for text, H1-H6 and hidden.

#### background\_color

[](#background_color)

A background color for all content elements. Choice between `none`, `primary`, `secondary`, `accent`, `white` and `black`.

#### background\_full\_width

[](#background_full_width)

Only visible if `background_color` is other than `none`. Used to extend the background color to full width instead of the content container only.

#### space\_before\_inside

[](#space_before_inside)

Addition to `space_before`. Space before the content element, but inside the background color. Only available if `background_color` is other than none.

#### space\_after\_inside

[](#space_after_inside)

Similar to `space_before_inside`.

### pages

[](#pages)

#### overview\_label

[](#overview_label)

An `overview_label` field is added to the page TCA. The field should be used to customize the label for the overview pages.

content elements
----------------

[](#content-elements)

### accordion

[](#accordion)

Uses `rmnd_content_items`, items consist of text (header, subheader, bodytext) only.

### footer\_content

[](#footer_content)

Basic definition without any actual content fields. Add a flexform in your provider extension to use `footer_content`:

```
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPiFlexFormValue(
    '*',
    'FILE:EXT:provider_extension/Configuration/FlexForms/FooterContent.xml',
    'footer_content'
);
```

### header\_slider

[](#header_slider)

Header Slider content element that uses `rmnd_content_items`. Consists of multiple slides with text and image. Autoplay can be enabled with duration between 500ms and 10000ms.

### tabs

[](#tabs)

Uses `rmnd_content_items`, items consist of text (header, subheader, bodytext) only.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 73.1% 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

Unknown

Total

1

Last Release

1554d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d03cd13f9debb6b3cac65176a1743811fc4f24f3d2bb20a4c324c006382f072?d=identicon)[remindgmbh](/maintainers/remindgmbh)

---

Top Contributors

[![dvdmlln](https://avatars.githubusercontent.com/u/64189384?v=4)](https://github.com/dvdmlln "dvdmlln (19 commits)")[![hschulz](https://avatars.githubusercontent.com/u/840434?v=4)](https://github.com/hschulz "hschulz (7 commits)")

---

Tags

typo3

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/remind-typo3-content/health.svg)

```
[![Health](https://phpackages.com/badges/remind-typo3-content/health.svg)](https://phpackages.com/packages/remind-typo3-content)
```

###  Alternatives

[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)[mautic/mautic-typo3

Add-on TYPO3 extension that enhances the "EXT:marketing\_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.

236.3k](/packages/mautic-mautic-typo3)

PHPackages © 2026

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