Is there a way to have radio button functionality on a list of child item pages?
The question may be worded strangely, but the situation is this: I have a Blog document type, which has child items that are Blog Post document types.
On my Blog page, I want to show a "Featured" Blog Post. I thought about adding a True/False property to the Blog Post document type, but that would allow several Blog Posts to be selected as "Featured".
Is there a way to limit that property to only be selected by one Blog Post at a time?
Is there a way to have radio button functionality on a list of child item pages?
The question may be worded strangely, but the situation is this: I have a Blog document type, which has child items that are Blog Post document types.
On my Blog page, I want to show a "Featured" Blog Post. I thought about adding a True/False property to the Blog Post document type, but that would allow several Blog Posts to be selected as "Featured".
Is there a way to limit that property to only be selected by one Blog Post at a time?
Hey Steven,
You could instead put a Content Picker property on the Blog document type to select a featured post.
Thanks Matt, I figured there was a simple solution!
is working on a reply...