ZCML File
configure.zcml
[top]
/
zope
/
app
/
content
/ configure.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
>
<
interface
interface
="
zope.app.content.interfaces.IContentType
"
/>
<
utility
component
="
.ContentTypesVocabulary
"
name
="
Content Types
"
/>
</
configure
>