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.
- Access to Syntphony Settings
- Enter the This Tenant menu.
- Enter the Addons section.
- Open the Communities addon.
- Go to Forms.
- Open the Togify form.
- 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
},
- Publish the addon when finished.