0

I try to make the parent page showing part in all child page but I cannot be I try to using this code but its not working only for the start page\

@{ Html.DroppableZone(Content.Traverse.StartPage, "Recursive-Right").Render(); }

im using N2CMS dinamico edition

tereško
  • 58,060
  • 25
  • 98
  • 150
Ahmed Almahmeed
  • 97
  • 2
  • 15

1 Answers1

1

Recursive zones are now supported in Dinamico as of v2.5.1. Try upgrading and see if that fixes your issue.

Install-Package N2CMS.Dinamico

or get the latest bits here: https://github.com/n2cms/n2cms/releases

Ben H
  • 3,136
  • 3
  • 25
  • 34