Skip to content

Commit

Permalink
fix(bugfixes): add new resouceLink field - intercom#142
Browse files Browse the repository at this point in the history
  • Loading branch information
graducu committed Oct 5, 2023
1 parent f737d9a commit 9762975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/contentful-fields-only/renderContentType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function renderContentTypeFields(fields: Field[]): string {
Date: renderSymbol,
Integer: renderNumber,
Link: renderLink,
["ResourceLink" as FieldType]: renderLink,
Location: renderLocation,
Number: renderNumber,
Object: renderObject,
Expand Down

0 comments on commit 9762975

Please sign in to comment.