|
I've a part and I want it to have a list of strings as a property. Only I'm not to sure how to implement this in Orchard.
1) how to persist this in the database? I don't know how many items will be in the list and you can't store the list items in different columns, therefore the list should be saved in one column and the items should be seperated with some kind of seperator.
But how do you manage this with the ORM ?
2) The editor view is a challenge as well, will the IUpdateModel work if I dynamically add new html to add new items ?
Thanks in advance!
|