ui_patterns
ui_patterns copied to clipboard
Document how to specify fields required by items in a collection
The problem
- I have a pattern named
tabswhich requires a variableitemsof typecollection - Each tab must have a
titleand abody
How do I define that each item is expected to have a title and a body?