UNPKG

@frontkom/gutenberg-js

Version:

gutenberg-js - An extension of the Wordpress Gutenberg editor

8 lines (5 loc) 238 B
import * as data from '@wordpress/data'; const uid = window.userSettings ? window.userSettings.uid || 1 : 1; const storageKey = `WP_DATA_USER_${uid}`; data.use(data.plugins.persistence, { storageKey }); data.use(data.plugins.controls);