mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
4e3b22546f
Syncing stable blocks from the Gutenberg repository to wordpress-develop was a manual process, but it got automated with the script that runs together with syncing WordPress packages changed in the Gutenberg package. Props zieladam. Fixes #56179. Built from https://develop.svn.wordpress.org/trunk@53688 git-svn-id: http://core.svn.wordpress.org/trunk@53247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
35 lines
546 B
PHP
35 lines
546 B
PHP
<?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',
|
|
'button',
|
|
'buttons',
|
|
'code',
|
|
'column',
|
|
'columns',
|
|
'comments-query-loop',
|
|
'embed',
|
|
'freeform',
|
|
'group',
|
|
'heading',
|
|
'html',
|
|
'list',
|
|
'media-text',
|
|
'missing',
|
|
'more',
|
|
'nextpage',
|
|
'paragraph',
|
|
'preformatted',
|
|
'pullquote',
|
|
'quote',
|
|
'separator',
|
|
'social-links',
|
|
'spacer',
|
|
'table',
|
|
'text-columns',
|
|
'verse',
|
|
'video',
|
|
);
|