Sindbad~EG File Manager

Current Path : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/give/blocks/donation-form-grid/
Upload File :
Current File : /home/dtconseimw/www.2025.hack/wp-content/plugins.old/give/blocks/donation-form-grid/index.js

/**
 * WordPress dependencies
 */
const { __ } = wp.i18n;
const { registerBlockType } = wp.blocks;

/**
 * Internal dependencies
 */
import blockAttributes from './data/attributes';
import GiveLogo from '../components/logo';
import GiveDonationFormGrid from './edit/block';

/**
 * Register Block
 */

export default registerBlockType( 'give/donation-form-grid', {

	title: __( 'Donation Form Grid' ),
	description: __( 'The GiveWP Donation Form Grid block insert an existing donation form into the page. Each form\'s presentation can be customized below.' ),
	category: 'give',
	icon: <GiveLogo color="grey" />,
	keywords: [
		__( 'donation' ),
		__( 'grid' ),
	],
	supports: {
		html: false,
	},
	attributes: blockAttributes,
	edit: GiveDonationFormGrid,

	save: () => {
		// Server side rendering via shortcode
		return null;
	},
} );

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists