@@ -2,4 +2,4 @@
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Added a new property called `additionalTemplateGlobals` which allowes you to add global functions to the scaffolder nunjucks templates.
|
||||
Added a new property called `additionalTemplateGlobals` which allows you to add global functions to the scaffolder nunjucks templates.
|
||||
|
||||
@@ -189,7 +189,6 @@ export class NunjucksWorkflowRunner implements WorkflowRunner {
|
||||
);
|
||||
|
||||
const { integrations } = this.options;
|
||||
console.log(this.options.additionalTemplateGlobals, '@@@%%%%%%%%%%@@@');
|
||||
const renderTemplate = await SecureTemplater.loadRenderer({
|
||||
// TODO(blam): let's work out how we can deprecate this.
|
||||
// We shouldn't really need to be exposing these now we can deal with
|
||||
|
||||
Reference in New Issue
Block a user