We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18be040 commit 0bca084Copy full SHA for 0bca084
bin/regenerate.php
@@ -74,13 +74,13 @@ function add_simple_schemas() {
74
$title = 'Media Item';
75
$plural = 'media';
76
break;
77
-
+
78
case 'rendered-block':
79
$key = 'rendered-blocks';
80
$title = 'Rendered Block';
81
$plural = 'Rendered Blocks';
82
83
84
case 'settings':
85
$key = 'settings';
86
$title = 'Site Setting';
@@ -95,13 +95,13 @@ function add_simple_schemas() {
95
case 'type':
96
$key = 'post-types';
97
98
99
case 'wp_block':
100
$key = 'blocks';
101
$title = 'Editor Block';
102
$plural = 'Editor Blocks';
103
104
105
case 'wp_block-revision':
106
$key = 'block-revisions';
107
$title = 'Block Revision';
0 commit comments