Skip to content

Commit

Permalink
chore(#249): update DruxtView instance story
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Feb 6, 2022
1 parent 72351ad commit 0052a27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/views/templates/druxt-views.instance.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ export default {
type: 'select',
},
},
type: { table: { disable: true }},
viewId: { table: { disable: true }},
uuid: { table: { disable: true }},
},
parameters: {
docs: {
description: {
component: <%= options.description ? devalue(options.description) : '" "' %>
component: <%= options.description ? devalue(options.description) : `"Renders the **${options.label}**" view.` %> + '\n\n```jsx\n\n<DruxtView view-id="<%= options.viewId %>" />\n```'
}
}
}
Expand Down

0 comments on commit 0052a27

Please sign in to comment.