josha-bpstudios wrote: Your doc type could have as many fields as you want. For your purposes it seems that a field for a link and a field for an image would work.
Well, it's going to be HTML area, because I don't know how the author will create these links. Some might be text, some might have icons, some might look like buttons. So it'll be up to the author to provide the little HTML snippets for each.
josha-bpstudios wrote: You won't need a datasource,
It is a
required field. I cannot even create a repeater without supplying some value there.
josha-bpstudios wrote:
all you would need is to select your doc type and create a transformation. Your transformation will be what each documents contents will follow...
Could be this:
Link would be the url field that you have
Eval("Link")
It should just output the HTML snippet without modification.
So, this month, the author's little list might look like this:
<p><a href="/home.html">Go to our homepage</a></p>
<p><a href="/map.html"><img src="map.aspx"/></a></p>
<p><a href="/contact us.html"><img src="phone-icon.png"/>Contact Us</a></p>