1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Make it possible to use Liquid in shortTitle (#46994)

Co-authored-by: Rachael Sewell <rachmari@github.com>
This commit is contained in:
Peter Bengtsson
2023-12-01 13:41:07 -05:00
committed by GitHub
parent e4127d6352
commit b38d947fed
6 changed files with 79 additions and 38 deletions

View File

@@ -9,6 +9,7 @@ export type ProductT = {
href: string
id: string
name: string
nameRendered: string
}
type VersionItem = {