Skip to content

Commit

Permalink
✅ [open-formulieren/open-forms#3576] Story for editgrid with content
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Nov 9, 2023
1 parent 7e5ddaf commit 7f91177
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/formio/components/EditGrid.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ const defaultNested = [
delimiter: true,
allowNegative: false,
},
{
key: 'content',
html: '<p>This is some nice content without a label</p>',
type: 'content',
input: false,
label: '',
tableView: false,
},
];

export default {
Expand Down

0 comments on commit 7f91177

Please sign in to comment.