Forums
(@vermilions)
3 months, 1 week ago
Fixed the problem myself, had to add this snippet to the function.php:
add_filter( 'block_editor_settings_all', function( $editor_settings, $editor_context ) {<br>$editor_settings['generateAnchors'] = true;<br>return $editor_settings;<br>}, 10, 2 );