Atlassian Connect - Hide webPanel in Confluence's page edit mode

Hi @AndreaRinaldi ,

I don’t think there is any way to achieve this. I think this might be related to this other conversation here where I can see you added a comment a few months ago.

The condition that can be used to distinguish between a page in editing mode versus a page in viewing mode is the following:

"conditions": [
  {
     "condition": "viewing_content"
  }
]

However, this is only working in locations like the atl.page.metadata.banner one but not the atl.general, which sounds like what you are after.

Caterina

1 Like