I'm trying to create a new template plugin from the existing Master Detail template. When the new template is created it is missing the 'shared' resource. The templatename.js file contains the following reference:
define(["../shared"], function(shared) {...
but "../shared" is not part of the project. Where do I get it or how do I create this type of template?
Add comment