Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by tvon, Tue Oct 7 20:08:56 2003 UTC | revision 1.2 by tvon, Wed Oct 8 00:44:40 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 | TextField('summary', | TextField('Instructions', |
| 9 | widget=RichWidget(label='Summary'), | widget=RichWidget(label='Instructions'), |
| 10 | ), | ), |
| 11 | ||
| 12 | )) + TemplateMixin.schema | )) + TemplateMixin.schema |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |