UNPKG

@conga/framework-view-twig

Version:

Conga.js bundle which integrates the twig.js template engine

21 lines (18 loc) 383 B
/* * This file is part of the conga-twig module. * * (c) Anthony Matarazzo <email@anthonymatarazzo.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ module.exports = { /** * Get the configuration namespace key * * @returns {String} */ getName: function(){ return 'twig'; } };