Firstly, please accept my apologies if the answer to this question is well-known or seems obvious. I'm new to CMSMS and I'm a bit stuck...
I'm aware that templates can include multiple content blocks, each with its own name, by using the {content} tag. When an author creates or edits a page based on that template, they see separate editor areas ('slots'), one for each content block. But, these content blocks are all for textual, HTML-like content.
* How can I specify a content block that's just for an image?
I want the author to be presented with a 'slot' which, instead of being an htmlarea or wysiwyg editor, is an image chooser. Then, they can type in the name of their selected image for that 'slot' in the template, or even (as a luxury) browse the CMS's uploaded images to select one.
For templating reasons, this 'slot' needs to specify *just a path to an image* (e.g. for use in the 'src' attribute of an 'img' element) - not a piece of text or HTML. Is there a tag for this purpose? The {image} tag seems to be only for fixed images chosen at template-design time - or have I misunderstood it?
Similarly, is there I tag I can use for other non-textual assets that need to be specified by on a page-by-page basis by page authors, but handled specially by the template? I'm thinking of multimedia files like SWFs, PDFs, MP3s or whatever?
Many thanks in advance for your help,
Richard
