This topic is: not resolved
- This topic has 1 reply, 1 voice, and was last updated 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Genesis Custom Blocks › Register custom Genesis blocks?
I want to tightly control the allowed Gutenberg blocks on a client site but how do I register custom Gutenberg blocks? I created two:
blocks/block-contribute, blocks/block-signup
How do I register these?
// whitelist specific gutenberg blocks
function whitelist_blocks($allowed_block_types){
return array(
'core/paragraph',
'core/heading',
'core/list',
'core/cover',
'core/image',
'core/media-text',
'core/quote',
'core/pullquote',
'core/audio',
'core/video',
'core/table',
'core/buttons',
'core/separator',
'core/embed',
'core/shortcode',
'block-signup',
'block-contribute'
);
}
add_filter('allowed_block_types', 'whitelist_blocks');
http://(Local development)
why schnauzers are the worst dogs? The Disadvantage of owning a schnauzer dog breed is that it requires a lot of upkeep. The dogs may have a lovely, wiry coat that is pleasing to the eye. However, this comes at a price. After a few months, Schnauzers are known to shed their coat.
© 2022 WPEngine, Inc.