Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to enter custom list of items for each content item #16352

Closed
mdameer opened this issue Jun 20, 2024 · 8 comments · May be fixed by #16353
Closed

Allow users to enter custom list of items for each content item #16352

mdameer opened this issue Jun 20, 2024 · 8 comments · May be fixed by #16353

Comments

@mdameer
Copy link
Contributor

mdameer commented Jun 20, 2024

Is your feature request related to a problem? Please describe.

Currently, no field allows users to enter a custom list of items for each content item.

Describe the solution you'd like

Enhance the MultiTextField with a new editor called EditableList, which will let users define default items (Array of strings not options like current editors) for new content items, then can be managed from the content item edit screen, allowing users to add, remove, or edit items as needed.

Describe alternatives you've considered

Adding a new field to handle this feature, but extending MultiTextField seems feasible and efficient.

@Piedone
Copy link
Member

Piedone commented Jun 20, 2024

What's your use case, exactly? Also, wouldn't Taxonomies cover this?

@mdameer
Copy link
Contributor Author

mdameer commented Jun 20, 2024

@Piedone I have a case where I want to add a list of items to describe the content item but without restricting the user to have all those items predefined in the field settings, so he can add different list per content item, like this image:

image

@Piedone
Copy link
Member

Piedone commented Jun 20, 2024

I understand what you'd like to do, but I don't understand why you'd like to do it. If you can explain it, it would help all of us assess better how to address your needs, what might not be doing exactly what you envision right now.

@hishamco
Copy link
Member

Currently, no field allows users to enter a custom list of items for each content item.

Why you didn't use ContentItemList?

@sebastienros
Copy link
Member

We said we would never do this because it would mean we'd need to do it for any field type. You can use a bagpart for that. Or you can come with a better solution that would allow any field to be wrapped in a custom multi-everything editor. But it's a bag part ...

Copy link

We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).

This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.

Copy link

github-actions bot commented Aug 2, 2024

It seems that this issue didn't really move for quite a while despite us asking the author for further feedback. Is this something you'd like to revisit any time soon or should we close? Please reply.

@github-actions github-actions bot added the stale label Aug 2, 2024
Copy link

github-actions bot commented Aug 9, 2024

Closing this issue because it didn't receive further feedback from the author for very long. If you think this is still relevant, feel free to reopen it with the requested details.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants