Last change
on this file since 17497 was
12371,
checked in by Henrik Bettermann, 10 years ago
|
Replace 'skeleton' by 'pcn'.
|
File size:
693 bytes
|
Rev | Line | |
---|
[12175] | 1 | <configure xmlns="http://namespaces.zope.org/zope" |
---|
| 2 | xmlns:grok="http://namespaces.zope.org/grok"> |
---|
| 3 | |
---|
| 4 | <!-- Loading waeup.ikoba also configures a lot of other needed |
---|
| 5 | packages correctly. |
---|
| 6 | --> |
---|
| 7 | <include package="waeup.ikoba" /> |
---|
[12371] | 8 | <include package="ikobacustom.pcn" file="locales.zcml" /> |
---|
[12175] | 9 | <grok:grok package="." /> |
---|
| 10 | |
---|
| 11 | <!-- Register edit widget for PhoneNumbers --> |
---|
| 12 | <adapter |
---|
| 13 | for="waeup.ikoba.schema.interfaces.IPhoneNumber |
---|
| 14 | zope.publisher.interfaces.browser.IBrowserRequest" |
---|
| 15 | provides="zope.formlib.interfaces.ISimpleInputWidget" |
---|
[12371] | 16 | factory="ikobacustom.pcn.widgets.phonewidget.NigeriaPhoneWidget" |
---|
[12175] | 17 | permission="zope.Public" |
---|
| 18 | /> |
---|
| 19 | |
---|
| 20 | </configure> |
---|
Note: See
TracBrowser for help on using the repository browser.