Skip to content

Commit

Permalink
Add CMS list repeater support for react as well
Browse files Browse the repository at this point in the history
  • Loading branch information
TudorCe committed Dec 2, 2024
1 parent adc987a commit 84af4a5
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,16 @@ export const ReactProjectMapping: Mapping = {
to: { type: 'dynamic', content: { referenceType: 'attr', id: 'transitionTo' } },
},
},
'cms-list-repeater': {
elementType: 'Repeater',
dependency: {
type: 'package',
path: '@teleporthq/react-components',
version: 'latest',
meta: {
namedImport: true,
},
},
},
},
}

0 comments on commit 84af4a5

Please sign in to comment.