Cut / Copy

# Overview

The Cut and Copy tools allow users to quickly move or duplicate content within the editor. These actions make content editing faster and more efficient by enabling easy reuse or relocation of text and elements.

# Demo

Easily cut or copy content to rearrange or reuse it anywhere in your document with just a click.

# Configuration


    <script>
        window.sitsEditorConfig = {
            toolbar : ['cut', 'copy']
        };
    </script>

    // If display only "cut", "copy" buttons in the toolbar.
    

Every day, we work hard to make sure our documents are complete. Have you found any mistakes or missing information? Please tell us here.

On this Page

On this Page