Skip to content

Commit

Permalink
fix(text-component): add asset and experience to binding-source-type …
Browse files Browse the repository at this point in the history
…validation

LUMOS-578
  • Loading branch information
ethan-ozelius-contentful committed Feb 25, 2025
1 parent d2f7486 commit 9634705
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/components/src/components/Heading/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ export const HeadingComponentDefinition: ComponentDefinition = {
type: 'Text',
description: 'The text to display in the heading.',
defaultValue: 'Heading',
validations: {
bindingSourceType: ['entry', 'manual'],
},
},
type: {
displayName: 'HTML tag',
Expand Down

0 comments on commit 9634705

Please sign in to comment.