Ignore:
Timestamp:
11 Oct 2005, 12:10:17 (19 years ago)
Author:
joachim
Message:

major rewrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py

    r29 r45  
     1university_schema = {
     2   'allow_discussion': {
     3        'type': 'CPS Int Field',
     4        'data': {
     5            'default_expr': 'python:0',
     6            'is_searchabletext': 0,
     7        },
     8    },
     9}
     10
     11students_folder_schema = {
     12   'allow_discussion': {
     13        'type': 'CPS Int Field',
     14        'data': {
     15            'default_expr': 'python:0',
     16            'is_searchabletext': 0,
     17        },
     18    },
     19}
     20
    121student_schema = {
    222   'allow_discussion': {
     
    300320}
    301321schemas = {}
     322schemas['university'] = university_schema
     323schemas['students'] = students_folder_schema
    302324schemas['student'] = student_schema
    303325schemas['jamb'] = jamb_schema
Note: See TracChangeset for help on using the changeset viewer.