---
title: "Feature: #18586 - Configurable width & height for editpanel in feedit"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-18586"
source: "Changelog/8.2/Feature-18586-ConfigurableWidthHeightForEditpanelInFeedit.rst"
typo3-version: "8.2"
typo3-major: 8
type: "feature"
issue: 18586
forge: "https://forge.typo3.org/issues/18586"
tags: ["TSConfig", "ext:feedit"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #18586 - Configurable width & height for editpanel in feedit {#feature-18586}

See [forge#18586](https://forge.typo3.org/issues/18586)

## Description {#description}

It is possible to change the popup's width and height which is used in the edit panel
of EXT:feedit by using User TsConfig:

```typoscript
options.feedit.popupHeight = 700
options.feedit.popupWidth = 900
```
