All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffolding.input.sjs.content.sjs Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
/*
 * Create Content Plugin
 *
 * @param id         - the identifier returned by the collector
 * @param rawContent - the raw content being loaded.
 * @param options    - an object containing options. Options are sent from Java
 *
 * @return - your content
 */
function createContent(id, rawContent, options) {
  return rawContent;
}

module.exports = {
  createContent: createContent
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy