PHPackages                             typo3-ux/page-module-pilot - 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. typo3-ux/page-module-pilot

ActiveLibrary

typo3-ux/page-module-pilot
==========================

A showcase for UX changes to the TYPO3 page module

v0.2.9(3y ago)91763[15 issues](https://github.com/TYPO3-Initiatives/structured-content-page-module/issues)GPL-2.0-or-later

Since Oct 12Pushed 3y ago8 watchersCompare

[ Source](https://github.com/TYPO3-Initiatives/structured-content-page-module)[ Packagist](https://packagist.org/packages/typo3-ux/page-module-pilot)[ RSS](/packages/typo3-ux-page-module-pilot/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (39)Versions (18)Used By (0)

Work in Progress
================

[](#work-in-progress)

Find more information about this pilot

Screenshots
===========

[](#screenshots)

[![content boxes](Documentation/Images/content-boxes.JPG)](Documentation/Images/content-boxes.JPG)

Before and after comparison backend display of a content element

[![delete action](Documentation/Images/delete-action.JPG)](Documentation/Images/delete-action.JPG)

The Delete button has been moved to the DropDown selection

[![more button](Documentation/Images/more-button.JPG)](Documentation/Images/more-button.JPG)

New position DropDown Menu

[![new boxes](Documentation/Images/new-buttons.JPG)](Documentation/Images/new-buttons.JPG)

New look for add content buttons

How to
======

[](#how-to)

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

[](#installation)

### If you want to test the patch locally, use the following ddev option

[](#if-you-want-to-test-the-patch-locally-use-the-following-ddev-option)

Please update your ddev before you continue. (You need composer v2.2+ and up-to-date nginx config to run TYPO3v11)

```
mkdir my-typo3-site
cd my-typo3-site
ddev config --project-type=typo3 --docroot=public --create-docroot
ddev start
ddev composer create "typo3/cms-base-distribution:^11"
ddev composer config allow-plugins.cweagans/composer-patches true
ddev composer config extra.enable-patching true
ddev composer require typo3-ux/page-module-pilot
# make sure composer-patches can do its stuff
ddev composer update --lock
ddev exec touch public/FIRST_INSTALL
ddev launch
```

### If you want to use the patch, you have two options

[](#if-you-want-to-use-the-patch-you-have-two-options)

#### 1. Option use composer package in your composer-installed TYPO3 v11.5.x

[](#1-option-use-composer-package-in-your-composer-installed-typo3-v115x)

```
composer config allow-plugins.cweagans/composer-patches true
composer config extra.enable-patching true
composer require typo3-ux/page-module-pilot
# make sure composer-patches can do its stuff
composer update --lock
```

#### 2. Option use the new TYPO3 Core Patches extension

[](#2-option-use-the-new-typo3-core-patches-extension)

Follow the installation guide

TYPO3 v11.5.x Projects

```
composer typo3:patch:apply 73100
```

TYPO3 v12.x Projects

```
composer typo3:patch:apply 71965
```

Remove Patch
------------

[](#remove-patch)

#### 1. in your composer-installed TYPO3 v11.5.x:

[](#1-in-your-composer-installed-typo3-v115x)

```
composer remove typo3-ux/page-module-pilot
composer config --unset extra.enable-patching
rm -rf public/typo3/ && composer install
```

#### 2. with core patches extension

[](#2-with-core-patches-extension)

TYPO3 v11.5.x Projects

```
composer typo3:patch:remove 73100
```

TYPO3 v12.x Projects

```
composer typo3:patch:remove 71965
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.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 ~22 days

Recently: every ~43 days

Total

17

Last Release

1307d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1594cb51543ffd4c5b91be0c7dfed1e740beb6391a6cb76654d7cdbd13e9be41?d=identicon)[jonaseberle](/maintainers/jonaseberle)

![](https://www.gravatar.com/avatar/d6b49b1a6d92164adde5500f67e5ad194f9c60ee136b374125057c78a56f6b61?d=identicon)[rfoucard](/maintainers/rfoucard)

---

Top Contributors

[![jonaseberle](https://avatars.githubusercontent.com/u/1678001?v=4)](https://github.com/jonaseberle "jonaseberle (23 commits)")[![mcmietz](https://avatars.githubusercontent.com/u/8003340?v=4)](https://github.com/mcmietz "mcmietz (7 commits)")[![rfoucard](https://avatars.githubusercontent.com/u/14932950?v=4)](https://github.com/rfoucard "rfoucard (7 commits)")[![lstephanws](https://avatars.githubusercontent.com/u/28351269?v=4)](https://github.com/lstephanws "lstephanws (1 commits)")

---

Tags

typo3typo3-initiativetypo3ux

### Embed Badge

![Health badge](/badges/typo3-ux-page-module-pilot/health.svg)

```
[![Health](https://phpackages.com/badges/typo3-ux-page-module-pilot/health.svg)](https://phpackages.com/packages/typo3-ux-page-module-pilot)
```

###  Alternatives

[aimeos/aimeos-typo3

Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

1.5k91.2k4](/packages/aimeos-aimeos-typo3)[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2939.0M192](/packages/helhum-typo3-console)[georgringer/news

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

2815.1M90](/packages/georgringer-news)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[apache-solr-for-typo3/solr

Apache Solr for TYPO3 - Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.

1473.0M32](/packages/apache-solr-for-typo3-solr)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)

PHPackages © 2026

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