WYSIWYG editing Image gallery upload Content templates
Custom Autosave Delay

Control how frequently drafts are saved with auto-save-delay. This example saves every 2 seconds instead of the default 700ms interval.

<richtextbox toolbar="default"
    height="300px"
    auto-save="true"
    auto-save-delay="2000"
    html="..." />