@frontastic/extension-types
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@frontastic/extension-types", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Type definitions required for backend extension development with Frontastic", | ||
@@ -5,0 +5,0 @@ "main": "./src/ts/exports.ts", |
@@ -220,4 +220,11 @@ // This file is autogenerated – run `ant apidocs` to update it | ||
sort: number; | ||
breadcrumbs?: PageFolderBreadcrumb[]; | ||
} | ||
export interface PageFolderBreadcrumb { | ||
pageFolderId: string; | ||
pathTranslations?: any; | ||
ancestorIdsMaterializedPath?: string; | ||
} | ||
/** | ||
@@ -224,0 +231,0 @@ * Project information and configuration as determined by Frontastic. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14909
13
453