Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Screen shots  to be added.

1Creating 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

...