Releases
1.10.0POST Deployment

POST Deployment v1.10.0

Update Communities addon

MANDATORY

After refactoring the togification, it is necessary to update the Communities addon forms to use the new services.

  1. Access to Syntphony Settings
  2. Enter the This Tenant menu.
  3. Enter the Addons section.
  4. Open the Communities addon.
  5. Go to Forms.
  6. Open the Togify form.
  7. On the Design tab, locate the relativeSiteUrl field and add the following field after it:
{
	"name": "siteName",
	"type": "Text",
	"label": {
		"t": "forms.siteName"
	},
	"description": {
		"t": "forms.siteNameDescription"
	},
	"value": "{fields.togoSiteName}",
	"visible": false,
	"disabled": true
},
  1. Publish the addon when finished.