From the list: Build ✔ Restrict Block Types (Gutenberg) Kyle S. added this on Jan 18, 2019 Completed Feb 05, 2019 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development add_filter( 'allowed_block_types', 'dpi_allowed_block_types' ); function dpi_allowed_block_types( $allowed_blocks ) { return array( 'core/image', 'core/paragraph', 'core/heading', 'core/list', 'core/video', 'core/file' ); } Feb 05, 2019 at 8:56 PM No one was notified Kyle Sullivan completed this to-do. Feb 05, 2019 at 8:57 PM
Kyle Sullivan, Web Development add_filter( 'allowed_block_types', 'dpi_allowed_block_types' ); function dpi_allowed_block_types( $allowed_blocks ) { return array( 'core/image', 'core/paragraph', 'core/heading', 'core/list', 'core/video', 'core/file' ); } Feb 05, 2019 at 8:56 PM No one was notified
add_filter( 'allowed_block_types', 'dpi_allowed_block_types' ); function dpi_allowed_block_types( $allowed_blocks ) { return array( 'core/image', 'core/paragraph', 'core/heading', 'core/list', 'core/video', 'core/file' ); }