@thryveai/theme-interfaces 2.8.26 → 2.8.28

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.
@@ -429,6 +429,11 @@ var DefaultConfigSFUI = {
429
429
  carousel: {
430
430
  showArrowsOnHoverOnly: true,
431
431
  },
432
+ categoryDocumentTitle: {
433
+ includeBannerTitle: true,
434
+ categoryLevels: 1,
435
+ delimiter: " - ",
436
+ },
432
437
  },
433
438
  welcomeModal: [],
434
439
  performance: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.8.26",
3
+ "version": "2.8.28",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",