# Predefined simple list setting for theme component

**URL:** https://meta.discourse.org/t/predefined-simple-list-setting-for-theme-component/298787
**Category:** Development
**Created:** [March 10, 2024, 11:14pm UTC](https://meta.discourse.org/t/predefined-simple-list-setting-for-theme-component/298787 "2024-03-10T23:14:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [March 10, 2024, 11:14pm UTC](https://meta.discourse.org/t/predefined-simple-list-setting-for-theme-component/298787/1 "2024-03-10T23:14:36Z")

</div>

A recent PR introduced multiple list with predefined values. This is super useful! 😄  
At least, for user experience, it’s a great change! (e.g., `top menu`)

[https://github.com/discourse/discourse/pull/23953](https://github.com/discourse/discourse/pull/23953)

However, this doesn’t seem to work for the theme component.  
The `choices` data seems to be ignored. 🤔

Is there any chance to implement it on TC as well, please? 🙏

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [March 11, 2024, 10:08am UTC](https://meta.discourse.org/t/predefined-simple-list-setting-for-theme-component/298787/2 "2024-03-11T10:08:47Z")

</div>

I think the issue is that it’s available only in the admin path. I had the same issue with some other component and ended up just copying it into my plugin.
