PHPackages                             georgringer/container-modify-fields - 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. georgringer/container-modify-fields

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

georgringer/container-modify-fields
===================================

Manipulate content elements which are children inside a EXT:container container

1.0.2(4y ago)65891GPL-2.0-or-laterPHP

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/georgringer/container_modify_fields)[ Packagist](https://packagist.org/packages/georgringer/container-modify-fields)[ Docs](https://github.com/georgringer/container_modify_fields)[ Fund](https://paypal.me/GeorgRinger/10)[ Fund](https://www.amazon.de/hz/wishlist/ls/8F573K08TSDG)[ RSS](/packages/georgringer-container-modify-fields/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

TYPO3 Extension `container_modify_fields`
=========================================

[](#typo3-extension-container_modify_fields)

This extensions makes it possible to modify the TCA of container children elements.

Examples:

- The content element "text" shouldn't have a field "header\_link" if inside a container
- The header of content element "header" must be required if in colPos "100" of a container.

Usage:
------

[](#usage)

Install with `composer req georgringer/container-modify-fields`.

Configuration
-------------

[](#configuration)

The configuration must be done in PageTsConfig with the following syntax:

```
    TCEFORM.tt_content.container {
        ... {
            # currently supported is only:
            required = 1
            disabled = 1
            fixedItemValue = 1
        }

        # Instead of  and  also "_all" is valid
    }

```

### Example 1

[](#example-1)

> The behaviour of elements inside container "b13-2cols-with-header-container" is changed:
>
> - All elements: No header\_link field
> - Element "text": No header field

```
TCEFORM.tt_content.container {
  b13-2cols-with-header-container {
    _all {
      _all {
        header_link.disabled = 1
      }
      text {
        header.disabled = 1
      }
    }
  }
}

```

### Example 2

[](#example-2)

> The behaviour of elements inside container "b13-2cols-with-header-container" is changed:
>
> - The header element inside colPos "200" is set to required

```
TCEFORM.tt_content.container {
  b13-2cols-with-header-container {
   200 {
      header {
        header.required = 1
      }
    }
  }
}

```

### Example 3: fixedItemValue

[](#example-3-fixeditemvalue)

This setting works only with select items: all other items are removed, so its value can't be changed any more.

> The behaviour of all elements inside accordion container is changed:
>
> - the `header_layout` is set to `Hidden [100]`. In accordion, field "header" is used for accordion header and shouldn't be displayed in content block
> - the `space_before_class` is set to `small` (=&gt; example for string values)

```
TCEFORM.tt_content.container {
  accordion.101._all {
    header_layout {
      fixedItemValue = 100
    }
    space_before_class {
      fixedItemValue = small
    }
  }
}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~1 days

Total

2

Last Release

1543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d08c176686c8914d32c70d4af388887d738930fdfdf07c7ca9c841ad10ed683?d=identicon)[georgringer](/maintainers/georgringer)

---

Top Contributors

[![georgringer](https://avatars.githubusercontent.com/u/1905663?v=4)](https://github.com/georgringer "georgringer (7 commits)")[![aschmutt](https://avatars.githubusercontent.com/u/1215504?v=4)](https://github.com/aschmutt "aschmutt (1 commits)")

### Embed Badge

![Health badge](/badges/georgringer-container-modify-fields/health.svg)

```
[![Health](https://phpackages.com/badges/georgringer-container-modify-fields/health.svg)](https://phpackages.com/packages/georgringer-container-modify-fields)
```

###  Alternatives

[b13/container

Create Custom Container Content Elements for TYPO3

1823.1M63](/packages/b13-container)[georgringer/news

News system - Versatile news system based on Extbase &amp; Fluid and using the latest technologies provided by TYPO3 CMS.

2815.1M89](/packages/georgringer-news)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[ichhabrecht/content-defender

Define allowed or denied content element types in your backend layouts

892.9M22](/packages/ichhabrecht-content-defender)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.0M55](/packages/typo3-cms-redirects)

PHPackages © 2026

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