PHPackages                             punktde/quickedit - 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. punktde/quickedit

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

punktde/quickedit
=================

This extension allows to define quick edit buttons for page property fields.

3.0.0(1y ago)01.5k1[3 issues](https://github.com/punktDe/quickedit/issues)GPL-2.0-or-laterPHP

Since Jan 12Pushed 1y ago5 watchersCompare

[ Source](https://github.com/punktDe/quickedit)[ Packagist](https://packagist.org/packages/punktde/quickedit)[ Docs](https://github.com/punktDe/quickedit)[ RSS](/packages/punktde-quickedit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

TYPO3 Extension `quickedit`
===========================

[](#typo3-extension-quickedit)

1. Features
-----------

[](#1-features)

- Display of a toolbar with edit buttons for defined fields or groups of fields
- Only the defined fields are displayed in edit mode, all other fields of the page records are not shown
- Goal: Give editors a better and easier way to edit fields of page records, especially if custom page types are used ( e.g. Events, News, Landingpage,...)

2. Usage
--------

[](#2-usage)

### 2.1 Installation

[](#21-installation)

#### Installation using Composer

[](#installation-using-composer)

Run the following composer command:

```
composer require punktde/quickedit

```

#### Installation as extension from TYPO3 Extension Repository (TER)

[](#installation-as-extension-from-typo3-extension-repository-ter)

Download and install the extension 'quickedit' with the extension manager module.

### 2.2 Include page TSconfig for default pages (optional)

[](#22-include-page-tsconfig-for-default-pages-optional)

By including the provided page TSconfig the toolbar will be available for all default page types.

3. Configuration
----------------

[](#3-configuration)

Example pageTs configuration:

```
mod {
    web_layout {
        PageTypes {
            // Default Page
            1 {
                config {
                    1 {
                        label = General
                        fields = title, subtitle, slug
                        previewFields = title
                    }
                    2 {
                        label = Special
                        fields = hidden, fe_group
                        previewFields = *
                    }
                }
            }
        }
    }
}

```

- In mod.web\_layout.PageTypes use the ID of a page type to start configuration, e.g. '1' for default pages
- Inside the 'config' you can define the required button groups \*\* You need to define a 'label' to display in the backend \*\* With fields you can define one or multiple fields to edit with this button (e.g: fields=title,subtitle) \*\* The property 'previewFields' defines which fields should be previewed in the backend. \*\* If the 'previewFields' should be the same as the defined 'fields' you can use the '\*'

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance43

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~165 days

Recently: every ~204 days

Total

10

Last Release

459d ago

Major Versions

0.2.1 → 1.0.02022-09-02

0.2.2 → 1.0.12022-11-14

1.1.0 → 2.0.02024-05-07

2.0.0 → 3.0.02025-02-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fad3b9ab04057e586b701aca7a8dbbf9598718114cdfd6bf85dada030f7688e?d=identicon)[punktde](/maintainers/punktde)

---

Top Contributors

[![alex-boehm](https://avatars.githubusercontent.com/u/5336386?v=4)](https://github.com/alex-boehm "alex-boehm (10 commits)")[![Jashi](https://avatars.githubusercontent.com/u/2505937?v=4)](https://github.com/Jashi "Jashi (4 commits)")

---

Tags

backendtypo3-extensiontoolbarpagesTYPO3 CMSQuickedit

### Embed Badge

![Health badge](/badges/punktde-quickedit/health.svg)

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

###  Alternatives

[derhansen/sf_event_mgt

Configurable event management and registration extension based on ExtBase and Fluid

64313.9k6](/packages/derhansen-sf-event-mgt)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

33584.6k13](/packages/brotkrueml-schema)[causal/extractor

This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.

16244.5k](/packages/causal-extractor)[typo3-themes/themes

TYPO3 THEMES

3642.6k2](/packages/typo3-themes-themes)[jweiland/events2

Events 2 - Create single and recurring events

2062.4k2](/packages/jweiland-events2)[mfd/ai-filemetadata

Automatically generates FAL metadata for files by means of public LLMs

1142.1k](/packages/mfd-ai-filemetadata)

PHPackages © 2026

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