Rename main styles files

[MAILPOET-2487]
This commit is contained in:
Ján Mikláš
2020-03-11 12:43:28 +01:00
committed by Veljko V
parent 02fe614b27
commit 6d6a01ba53
4 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class PostEditorBlock {
$this->wp->wpEnqueueStyle(
'mailpoetblock-form-block-css',
Env::$assetsUrl . '/dist/css/' . $this->renderer->getCssAsset('post-editor-block.css'),
Env::$assetsUrl . '/dist/css/' . $this->renderer->getCssAsset('mailpoet-post-editor-block.css'),
['wp-edit-blocks'],
Env::$version
);