Skip to content

Commit

Permalink
fix: add anchor to LinkAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyfabian committed Sep 8, 2023
1 parent 23bbffd commit eb95232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/storyblok-rich-text-types/src/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export interface LinkAttributes {
uuid: string | null
target: LinkTargets | null
linktype: LinkTypes
anchor: string | null
}

export interface LinkNode extends Node {
Expand Down

0 comments on commit eb95232

Please sign in to comment.