1

I'm going to create a new add-on for my n2 based website, but I can't find any useful documentation on how to do that, can you please provide some primary guidance (quick steps) about how the add-on project structure should be, and the involved classes that i should inherit from?

Thanks .

Islam Yahiatene
  • 1,441
  • 14
  • 27

1 Answers1

1

In january they released the developer documentation here http://n2cms.codeplex.com/releases/view/59307.

Look into how other add-ons are structured https://github.com/n2cms/n2cms/commits/blogaddon.

Johan Petersson
  • 972
  • 4
  • 13