BBB: DEPRECATED
The factory directive has been deprecated and will be removed in Zope 3.5. Use the utility directive instead:
<utility
provides="zope.component.interfaces.IFactory"
component="some.factory.class"
name="factoryName"
/>
(Define a factory.)
component
*
-
GlobalObject
(default =
None)
description
-
MessageID
(default =
None)
Longer narrative description of what this factory does
id
-
Id
(default =
None)
title
-
MessageID
(default =
None)
Text suitable for use in the 'add content' menu of a management interface
* = required