| Current Path : /home/copmadinaarea/www/wp-content__80fcb17/plugins/automatic-youtube-gallery/block/src/ |
| Current File : /home/copmadinaarea/www/wp-content__80fcb17/plugins/automatic-youtube-gallery/block/src/index.js |
/**
* Import block dependencies
*/
import { registerBlockType } from '@wordpress/blocks';
import Edit from './edit';
import metadata from './block.json';
import { getBlockAttributes } from './helper.js';
/**
* Register the block.
*/
registerBlockType( metadata.name, {
attributes: getBlockAttributes(),
edit: Edit
} );