Screen shots to be added.
1. Creating an FAQ in Cascade - Code provided by Erik Olsson .
...
c. Go to Edit > XML tab and paste in Eric's code which is shown here:
<system-data-structure>
<text identifier="title" label="Section Title" required="true"/>
<text identifier="summary" label="Summary" multi-line="true" wysiwyg-toolbar-remove="font assignment, insert image, insert table" wysiwyg="true" required="false" rows="2"/>
<group multiple="true" identifier="question" label="Question & Answer" >
<text identifier="question" label="Question" required="false"/>
<text identifier="answer" label="Answer" multi-line="true" wysiwyg="true" required="false" rows="5"/>
</group>
</system-data-structure>
3. In Administration, create a Target
...