@thryveai/theme-interfaces 2.7.44 → 2.7.45

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.
@@ -666,7 +666,7 @@ exports.AdminSettingsTemplateSFUI = {
666
666
  externalContent: {
667
667
  title: "External Content",
668
668
  description: "Allows the user to modify control priority of rich content that is displayed.",
669
- type: exports.AdminTemplateInputTypes.checkbox,
669
+ type: exports.AdminTemplateInputTypes.collapsableObject,
670
670
  value: {
671
671
  enabled: {
672
672
  title: "Enable External Content",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.44",
3
+ "version": "2.7.45",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",