OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

List shape has hard-coded li tag for items #2834

Open orchardbot opened 12 years ago

orchardbot commented 12 years ago

@bleroy created: https://orchard.codeplex.com/workitem/19007

itemTagName should be an optional parameter with li as the default. The list itself has a tag name parameter but that's silly if you can't change the item tag.

orchardbot commented 12 years ago

@sebastienros commented:

Additional parameter on the List shape