I try to override in CommunicationPanel the index property but it doesn’t work :
define("CommunicationPanel", ["terrasoft", "CommunicationPanelHelper"],
function(Terrasoft, CommunicationPanelHelper) {
return {
messages: {},
attributes: {},
methods: { },
diff: [
{
"operation": "merge",
"name": "centerNotification",
"index": 1,
}
How can I change the position of the icon?