Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add a column *before* the first column in the new editor?

mmquasar
Contributor
June 12, 2020

I'm able to add a column after the current column in the "new editing experience" but I can't find either a way to insert a new column before the first column nor it seems to be documented.

Any advice appreciated.

1 answer

0 votes
Rafa Leon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 1, 2016

I have it at the end of the body, you should try as well (it works for me).

Apart from that, to verify that the code is being executed, you can add a Javascript message box. Every time you load a Confluence page (normal page, not administration one) you should get a modal message window:

alert("Hello! I am an alert box!!");

 Hope this helps.

Doug_Wandell
September 2, 2016
<script type="text/javascript">
alert("test alert");
</script>

works as expected when placed in Custom HTML -> At the end of HEAD. I didn't try in in <body> tags.

So that's encouraging. I'll have to start looking closer at the Piwik-generated JS code to see where things are going wrong.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events