PHP 8.2.31
Preview: index.js Size: 622 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/megamenu/integration/block/location/src/index.js

/**
 * Registers a new block provided a unique name and an object defining its behavior.
 *
 * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-registration/
 */
import { registerBlockType } from '@wordpress/blocks';

/**
 * Internal dependencies
 */
import Edit from './edit';
import metadata from './block.json';

/**
 * Every block starts by registering a new block type definition.
 *
 * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-registration/
 */
registerBlockType( metadata.name, {
    /**
     * @see ./edit.js
     */
    edit: Edit,
} );

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
444 B lrw-r--r-- 2025-01-05 05:34:13
Edit Download
2.83 KB lrw-r--r-- 2025-01-05 05:34:13
Edit Download
329 B lrw-r--r-- 2025-01-05 05:34:13
Edit Download
622 B lrw-r--r-- 2025-01-05 05:34:13
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).