fix: get locale from page connection
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import type { SysAsset } from "./utils/asset"
|
||||
import type { ExternalLinkType } from "./utils/externalLink"
|
||||
import type { TempPageLinkType } from "./utils/tempPageLink"
|
||||
import type { PageLinkType } from "./utils/pageLink"
|
||||
|
||||
export type Embeds =
|
||||
| ExternalLinkType
|
||||
| PageLinkType
|
||||
| SysAsset
|
||||
export type Embeds = TempPageLinkType | PageLinkType | SysAsset
|
||||
|
||||
Reference in New Issue
Block a user