Ability to turn on/off copy link to the heading button

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Content - Page
    • None
    • 2

      Issue Summary:

      From version 9.1 onwards, Confluence automatically creates a link to each heading. Single click to copy heading links

       

      Steps to Reproduce:

      1. Create a new Confluence page.
      2. Add a heading and save the page.
      3. Hover over the heading with the mouse.
      4. A chain icon will appear that allows you to "Copy link to heading ".

      Expected Results:

      Users should have the ability to turn on or off the automatic link creation feature for headings in the space settings.

      Workaround

      • Navigate to Confluence Administration » General Configuration » Stylesheet » Edit
      • Add the below code to hide the anchor link buttons:
        /* hide copy heading link buttons */
        .copy-heading-link-button {
            display: none !important;
        }
        

            Assignee:
            Unassigned
            Reporter:
            Eleno Diaz
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: