# Custom composer fullscreen issue

**URL:** https://meta.discourse.org/t/custom-composer-fullscreen-issue/380619
**Category:** Development
**Tags:** composer, customization
**Created:** [August 27, 2025, 9:50pm UTC](https://meta.discourse.org/t/custom-composer-fullscreen-issue/380619 "2025-08-27T21:50:25Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![saish](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/saish/32/539116_2.png) [@saish](https://meta.discourse.org/u/saish)
#### Post date: [August 27, 2025, 9:50pm UTC](https://meta.discourse.org/t/custom-composer-fullscreen-issue/380619/1 "2025-08-27T21:50:26Z")

</div>

I created a custom composer using the `composer-fields` connector, which works as expected in the standard (docked) composer view. However, when switching to fullscreen mode, the customizations do not appear. I believe this is because the connector I used does not exist in the fullscreen composer template.

To address this, I attempted to use a `pluginOutlet` within a conditional block based on `composeState`, passing the `composer.model` through `outletArgs` with `lazyHash`. Unfortunately, this approach did not work. I also experimented with different connectors, but none of them produced the desired results.

If anyone has suggestions or best practices for resolving this issue, I would greatly appreciate the guidance.

---

_[View the full topic](https://meta.discourse.org/t/custom-composer-fullscreen-issue/380619)._
