source: WAeUP_SRP/trunk/profiles/default/schemas/newsitem.xml @ 5258

Last change on this file since 5258 was 3689, checked in by Henrik Bettermann, 16 years ago

New BASE and EXTENSION profiles

File size: 729 bytes
Line 
1<?xml version="1.0"?>
2<object name="newsitem" meta_type="CPS Schema">
3 <field name="content" meta_type="CPS String Field">
4  <property name="is_searchabletext">True</property>
5 </field>
6 <field name="content_format" meta_type="CPS String Field"/>
7 <field name="content_position" meta_type="CPS String Field"/>
8 <field name="photo" meta_type="CPS Image Field"/>
9 <field name="photo_original" meta_type="CPS Image Field"/>
10 <field name="photo_position" meta_type="CPS String Field"/>
11 <field name="photo_subtitle" meta_type="CPS String Field">
12  <property name="is_searchabletext">True</property>
13 </field>
14 <field name="photo_title" meta_type="CPS String Field"/>
15 <field name="photo_alt" meta_type="CPS String Field"/>
16</object>
Note: See TracBrowser for help on using the repository browser.