Hi Team,
https://academy.creatio.com/docs/node/1433
I used the above article to get access to communication panel schema and made changes to
diff: /**SCHEMA_DIFF*/[
{
"operation": "insert",
"name": "communicationPanelAll",
"propertyName": "items",
"values": {
"id": "communicationPanelAll",
"selectors": {"wrapEl": "#communicationPanelAll"},
"itemType": Terrasoft.ViewItemType.CONTAINER,
"wrapClass": ["all"],
"items": [],
"tips": [],
"markerValue": {"bindTo": "CommunicationPanelMarkerValue"}
}
},
used "operation": "remove" instead of "operation": "insert",
Was able to hide the communication panel but when tried to revert back changes unable to do so
Some please suggest a way to revert back changes or hide this communication panel in an easy way so reverting changes is easy
Thank You