Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jay 425 posts 652 karma points
    Jun 27, 2024 @ 11:50
    Jay
    0

    Is there a way to disable Block List copy content to clipboard feature?

    I'm using Umbraco V13, and was wondering if there's a way to disable Block List copy content to clipboard feature? enter image description here

  • Steffen Hornbæk Nielsen 56 posts 168 karma points
    Jun 28, 2024 @ 11:12
    Steffen Hornbæk Nielsen
    0

    Hi Jay,

    There is not official way of doing this, but there is a way to produce a work around. You could create a new plugin, where a JS funtion removes specific elements of the screen. You just have to make sure that the JS is used by all content pages, so that it will be used everywhere.

  • Huw Reddick 1932 posts 6722 karma points MVP 2x c-trib
    Jun 28, 2024 @ 11:34
    Huw Reddick
    1

    It is quite easy. On my Block Grid datatype I use a custom css file

    enter image description here

    In the css file just add

    .--copy{
        display:none !important;
    }
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies