Skip to content

Commit

Permalink
example: remove unused attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jan 28, 2023
1 parent bf8c0f4 commit 5656a97
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/example/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ const schema: Schema = {
},
],
},
{
type: 'attribute',
id: 'instance',
name: 'Element',
description: 'Defines the type of element.',
attributeName: 'fs-cmsload-instance',
nodeTypes: ['DynamoList'],
attributeValue: 1,
optionsType: 'integer-input',
},
{
type: 'group',
name: 'List settings',
Expand Down

0 comments on commit 5656a97

Please sign in to comment.