Skip to content

Commit

Permalink
Merge pull request #1229 from RoadieHQ/punkle-patch-4
Browse files Browse the repository at this point in the history
Fix documentations for loadAll
  • Loading branch information
punkle authored Jan 17, 2024
2 parents c93a8a8 + 093ebec commit be9c73d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-years-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/scaffolder-backend-module-utils': patch
---

Fix `loadAll` documentation for yaml JSONata transformer action.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ export function createYamlJSONataTransformAction() {
type: 'string',
},
loadAll: {
expression: {
title: 'Load All',
description:
'Use this if the yaml source file contains mutliple yaml objects',
type: 'boolean',
},
title: 'Load All',
description:
'Use this if the yaml source file contains multiple yaml objects',
type: 'boolean',
},
as: {
title: 'Desired Result Type',
Expand Down

0 comments on commit be9c73d

Please sign in to comment.