source: WAeUP_SRP/trunk/profiles/default/schemas/internallinks_portlet.xml @ 3858

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

New BASE and EXTENSION profiles

File size: 602 bytes
Line 
1<?xml version="1.0"?>
2<object name="internallinks_portlet" meta_type="CPS Schema">
3 <field name="display_description" meta_type="CPS Boolean Field">
4  <property name="default_expr">python:True</property>
5 </field>
6 <field name="links" meta_type="CPS String List Field"/>
7 <field name="max_title_words" meta_type="CPS Int Field"/>
8 <field name="short_syndication_formats" meta_type="CPS Int Field"/>
9 <field name="show_icons" meta_type="CPS Boolean Field">
10  <property name="default_expr">python:True</property>
11 </field>
12 <field name="syndication_formats" meta_type="CPS String List Field"/>
13</object>
Note: See TracBrowser for help on using the repository browser.