How to enable custom tree node handlers or document event handlers to be executed for the staging mo

Miro Remias asked on February 20, 2012 21:34

How to enable custom tree node handlers or document event handlers to be executed for the staging module?

Correct Answer

Miro Remias answered on February 20, 2012 21:34

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" />

-mr-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.