wp/wp-includes/blocks/require-static-blocks.php
changeset 21 48c4eec2b7e6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/require-static-blocks.php	Fri Sep 05 18:40:08 2025 +0200
@@ -0,0 +1,31 @@
+<?php
+
+// This file was autogenerated by tools/release/sync-stable-blocks.js, do not change manually!
+// Returns folder names for static blocks necessary for core blocks registration.
+return array(
+	'audio',
+	'buttons',
+	'code',
+	'column',
+	'columns',
+	'details',
+	'embed',
+	'freeform',
+	'group',
+	'html',
+	'list-item',
+	'missing',
+	'more',
+	'nextpage',
+	'paragraph',
+	'preformatted',
+	'pullquote',
+	'quote',
+	'separator',
+	'social-links',
+	'spacer',
+	'table',
+	'text-columns',
+	'verse',
+	'video',
+);