@glidevvr/storage-payload-types-pkg 1.0.345 → 1.0.347

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/payload-types.ts +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glidevvr/storage-payload-types-pkg",
3
- "version": "1.0.345",
3
+ "version": "1.0.347",
4
4
  "description": "Package for Payload CMS types.",
5
5
  "main": "payload-types.ts",
6
6
  "scripts": {
package/payload-types.ts CHANGED
@@ -424,6 +424,10 @@ export interface Tenant {
424
424
  * Global layout for market pages. This can be overridden on a per-market basis.
425
425
  */
426
426
  marketPageLayout?: ('layout-1' | 'layout-2') | null;
427
+ /**
428
+ * Layout for the site footer. Layout 2 shows footer menus 2-4 with the brand info top-right and the Locations menu (footer menu 1) in balanced columns below; sections collapse into dropdowns on mobile.
429
+ */
430
+ footerLayout?: ('layout-1' | 'layout-2') | null;
427
431
  leftButton?: {
428
432
  /**
429
433
  * When checked, uses facility/company phone number automatically
@@ -4480,6 +4484,7 @@ export interface TenantsSelect<T extends boolean = true> {
4480
4484
  siteDesign?: T;
4481
4485
  facilityPageLayout?: T;
4482
4486
  marketPageLayout?: T;
4487
+ footerLayout?: T;
4483
4488
  leftButton?:
4484
4489
  | T
4485
4490
  | {