- Timestamp:
- 16 Nov 2005, 07:52:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py
r175 r176 415 415 }, 416 416 }, 417 'email': { 418 'type': 'CPS String Field', 419 'data': { 420 'is_searchabletext': 1, 421 }, 422 }, 417 423 'sex': { 418 424 'type': 'CPS Boolean Field', 419 425 'default_expr': 'python:True', 420 426 'data': { 421 'is_searchabletext': 1,427 'is_searchabletext': 0, 422 428 }, 423 429 }, … … 425 431 'type': 'CPS DateTime Field', 426 432 'data': { 427 'is_searchabletext': 1,433 'is_searchabletext': 0, 428 434 }, 429 435 }, … … 431 437 'type': 'CPS DateTime Field', 432 438 'data': { 433 'is_searchabletext': 1,439 'is_searchabletext': 0, 434 440 }, 435 441 }, … … 871 877 ## }, 872 878 ##} 879 ###) 880 873 881 schemas = {} 874 ###)875 882 876 883 schemas['university'] = university_schema
Note: See TracChangeset for help on using the changeset viewer.