I want to edit a custom content item with two content wells/entries.
how do i accomplish this?
ex: i have a content with two pieces of data. A question and an answer. How do i create this content such that both pieces are editable as content items
-luke?
<type name="fs:FAQ" >
<title>FAQ</title>
<parent>fs:webItem</parent>
<properties>
<property name="fs:answer">
<type>d:content</type>
<mandatory>false</mandatory>
<!— Index content in the background –>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
</properties>
</type>