How to hide Word export option from Page information section

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問


プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

要約

A Confluence administrator may wish to hide the ability for users to export a page to Word.

There are 2 areas in which a user can export a page to Word.

    • The first is via the ellipsis menu on a page:
    • The second is in the page information section for a page:

環境

7.13.7

ソリューション

Hide the option from the ellipsis menu:

  • We can add the following HTML to the "At the end of HEAD" section in Confluence Admin >  Custom HTML.

    <style type="text/css"> 
    #action-export-word-link{ display: none} 
    </style>


  • The option to 'Export to Word' is now missing from the ellipsis menu:


Hide the option in the 'Page Information' section

  • We can add another line to our custom HTML.

    <style type="text/css"> 
    #exportToMsWord{ display: none} 
    </style>


  • Once added the link for exporting the page as Word option is no longer visible in page information:



最終更新日 2023 年 11 月 10 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.