We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff86394 commit 48c692aCopy full SHA for 48c692a
1 file changed
demos/deploySolution/src/index.ts
@@ -168,10 +168,6 @@ function go(
168
const dontCreateSolutionItem = htmlUtil.getHTMLChecked("dontCreateSolutionItem");
169
170
// Custom Params
171
- // The textarea contents are parsed and assigned to `templateDictionary.params`
172
- // (see deploy-solution-main.ts). To exercise a buildSolution payload, wrap it
173
- // as `{ "buildSolution": {...} }` so templates can reference
174
- // `{{params.buildSolution.items.<id>.title}}` etc.
175
const customParams = htmlUtil.getHTMLValue("customParams");
176
177
// If no Solution Id was entered, fall back to buildSolution.solution.item.id
0 commit comments