source: WAeUP_SRP/trunk/profiles/default/schemas/rss_portlet.xml @ 8707

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

New BASE and EXTENSION profiles

File size: 876 bytes
Line 
1<?xml version="1.0"?>
2<object name="rss_portlet" meta_type="CPS Schema">
3 <field name="channel" meta_type="CPS String Field"/>
4 <field name="display_description" meta_type="CPS Boolean Field">
5  <property name="default_expr">python:True</property>
6 </field>
7 <field name="first_item" meta_type="CPS Int Field">
8  <property name="default_expr">python:1</property>
9 </field>
10 <field name="link_string" meta_type="CPS String Field">
11  <property name="default_expr">string:&gt;&gt;</property>
12 </field>
13 <field name="max_items" meta_type="CPS Int Field">
14  <property name="default_expr">python:5</property>
15 </field>
16 <field name="max_words" meta_type="CPS Int Field"/>
17 <field name="render_method" meta_type="CPS String Field"/>
18 <field name="short_syndication_formats" meta_type="CPS Int Field"/>
19 <field name="syndication_formats" meta_type="CPS String List Field"/>
20</object>
Note: See TracBrowser for help on using the repository browser.