Skip to content

Commit

Permalink
adds heading level
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed Jun 10, 2020
1 parent 1183561 commit 8680d1d
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ export const fastAccordionItemDefinition: WebComponentDefinition = {
name: "fast-accordion-item",
description: "The FAST accordion item element",
attributes: [
// {
// name: "heading-level",
// description: "The heading level attribute",
// type: DataType.number,
// default: 2,
// required: false,
// },
{
name: "heading-level",
description: "The heading level attribute",
type: DataType.number,
default: 2,
required: false,
},
{
name: "expanded",
description: "The expanded attribute",
Expand Down

0 comments on commit 8680d1d

Please sign in to comment.