Allows to control Gutenberg autosave interval or disable autosave completely.
By activating this plugin autosave feature in the Gutenberg editor will be disabled. Alternatively it also provides options in the editor to select a different autosave interval time than the default 60 seconds.
The block editor will still use local autosave that saves a copy of the edited post to your local storage and allows you to restore it if you happened to navigate away without saving. This plugin prevents the editor from making periodic requests to “*/autosaves” REST endpoint, which disables the “Update” button of the editor, typically at the exact moment you’re trying to click it.
@wordpress/*
packages.src
directory.@wordpress/*
packages.@wordpress/scripts
for building..min
from main script file name.file_exists
check from plugin asset loading.load_plugin_textdomain
.wp_set_script_translations
..pot
file and languages
dir.wp.i18n.__
directly.wp_set_script_translations
.wp.element.Fragment
instead of React.Fragment
.