You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.24.1 is required.
* Template parameters refactoring.
+ Added templates for unpublished items:
+ $templates['itemUnpub'] — The menu item template for unpublished document. Default: $templates['item'].
+ $templates['itemUnpubActive'] — The menu item template for unpublished document which is one of the parents to the current document when the current document doesn't displayed in the menu (e. g. excluded by the depth parameter). Default: $templates['itemActive'].
* \ddTools::$modx is used instead of global $modx.
* Fixed an error when docs that must be hidden will be showed.