# give/4.17.0/src/EventTickets/resources/blocks/index.ts

GiveWP – Donation Plugin and Fundraising Platform, version 4.17.0. 5 lines.

- Page: https://pluginprobe.com/plugins/give/4.17.0/code/src/EventTickets/resources/blocks/index.ts
- Raw: https://pluginprobe.com/plugins/give/4.17.0/raw/src/EventTickets/resources/blocks/index.ts
- Modified: 2024-03-13T21:54:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.17.0/code/src/EventTickets/resources/blocks/index.ts#L10-L20`.

```typescript
import {getBlockRegistrar} from '@givewp/form-builder/common/getWindowData';
import eventTicketsBlock from './EventTicketsBlock';

getBlockRegistrar().register(eventTicketsBlock.name, eventTicketsBlock.settings);

```
