OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

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

Open mdameer opened this issue 3 weeks ago • 4 comments

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.

mdameer avatar Jun 20 '24 00:06 mdameer