MCPcopy Create free account
hub / github.com/GrapesJS/react / setCustomRte

Function setCustomRte

packages/grapesjs-react/src/context/EditorOptions.tsx:43–45  ·  view source on GitHub ↗
(customRte)

Source from the content-addressed store, hash-verified

41 setState(state => ({ ...state, customBlocks }));
42 },
43 setCustomRte(customRte) {
44 setState(state => ({ ...state, customRte }));
45 },
46 setCustomStyles(customStyles) {
47 setState(state => ({ ...state, customStyles }));
48 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected