From d3768f94a92d160cf44f825aa3ecc248847270ab Mon Sep 17 00:00:00 2001 From: "Bari, Haider" Date: Fri, 22 Nov 2024 19:39:23 +0000 Subject: [PATCH] fixed format issues Signed-off-by: Bari, Haider --- docs/features/software-templates/writing-custom-actions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index 7e6746f566..11e67af07f 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -169,6 +169,7 @@ export const examples: TemplateExample[] = [ }, ]; ``` + Add the example to the `createTemplateAction` under the object property `examples`: `return createTemplateAction<{ contents: string; filename: string }>({id: 'acme:file:create', description: 'Create an Acme file', examples, ...};`