Skip to content

Commit

Permalink
feat: allow itemprop in DocumentMeta (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahashem95 committed Nov 12, 2022
1 parent 044bba3 commit 803bcee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/qwik-city/runtime/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ export interface DocumentMeta {
// (undocumented)
httpEquiv?: string;
// (undocumented)
itemprop?: string;
// (undocumented)
key?: string;
// (undocumented)
name?: string;
Expand Down
1 change: 1 addition & 0 deletions packages/qwik-city/runtime/src/library/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export interface DocumentMeta {
name?: string;
property?: string;
key?: string;
itemprop?: string;
}

/**
Expand Down

0 comments on commit 803bcee

Please sign in to comment.