Module CMFCalendar.Extensions.Install
This file is an installation script for CMFCalendar (Events). It's meant to be
used as an External Method. To use, add an external method to the
root of the CMF Site that you want CMF Event registered in with the
configuration:
id: install_events
title: Install Events *optional*
module name: CMFCalendar.Install
function name: install
Then go to the management screen for the newly added external method
and click the 'Try it' tab. The install function will execute and give
information about the steps it took to register and install the
CMF Events into the CMF Site instance.
| Function Summary |
| |
install(self)
Register the CMF Event with portal_types and friends |
install(self)
Register the CMF Event with portal_types and friends
-
|