How to enable custom tree node handlers or document event handlers to be executed for the staging module?
By default, document event handlers (6.x) or custom tree node handlers (5.x) are disabled for the staging module. You can enable them by using the following web.config key: <add key="CMSStagingUseTreeCustomHandlers" value="true" />
Please, sign in to be able to submit a new answer.