Skip to content

Commit be15022

Browse files
authored
fix (Assets) : change default name
for editor script and style
1 parent 2d2ffc8 commit be15022

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inc/Services/Assets.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ public function get_min_file( string $type ): string {
137137
case 'css':
138138
$file = $assets['app.css'];
139139
break;
140-
case 'editor-style':
141-
$file = $assets['editor-style.css'];
140+
case 'editor.css':
141+
$file = $assets['editor.css'];
142142
break;
143-
case 'admin-editor-script':
144-
$file = $assets['gutenberg-editor.js'];
143+
case 'editor.js':
144+
$file = $assets['editor.js'];
145145
break;
146146
case 'js':
147147
$file = $assets['app.js'];

0 commit comments

Comments
 (0)