summaryrefslogtreecommitdiff
blob: 60d3531f4ddc55fb9e1159589a4ec9a2111e33c7 (plain)
1
2
3
4
5
6
7
8
9
/**
 * Internal dependencies
 */
// Register the hook that customize the core video block
import './editor';

// This is exporting deliberately an empty object so we don't break `getExtensions`
// at the same time we don't register any new plugin or block
export const settings = {};