Map the 'block-editor' location to fix the warning

This commit is contained in:
Narek Zakarian 2025-02-24 15:06:08 +04:00
parent b8af9bbbfa
commit 957c8273f8
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -119,6 +119,7 @@ class StylingSettingsMapHelper {
'checkout' => 'classic_checkout',
'mini-cart' => 'mini_cart',
'checkout-block-express' => 'express_checkout',
'block-editor' => 'block-editor',
);
}