Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by tvon, Wed Oct 8 00:44:40 2003 UTC | revision 1.5 by tvon, Sun Oct 12 06:20:21 2003 UTC | |
|---|---|---|
| # | Line 5 from Products.PACDefault.config import * | Line 5 from Products.PACDefault.config import * |
| 5 | ||
| 6 | schema = BaseSchema + Schema(( | schema = BaseSchema + Schema(( |
| 7 | ||
| 8 | StringField('title', | |
| 9 | required=1, | |
| 10 | searchable=1, | |
| 11 | default='', | |
| 12 | accessor='Title', | |
| 13 | widget=StringWidget(label_msgid="label_title", | |
| 14 | description_msgid="help_title", | |
| 15 | i18n_domain="plone"), | |
| 16 | ), | |
| 17 | TextField('instructions', | TextField('instructions', |
| 18 | widget=RichWidget(label='Instructions'), | widget=RichWidget(label='Instructions'), |
| 19 | ), | ), |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |