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 19f8650 commit cf6adf4Copy full SHA for cf6adf4
app/code/Magento/PageBuilder/Controller/Adminhtml/ContentType/Block/Metadata.php
@@ -10,8 +10,10 @@
10
11
use Magento\Framework\Controller\ResultFactory;
12
13
-class Metadata extends \Magento\Framework\App\Action\Action
+class Metadata extends \Magento\Backend\App\AbstractAction
14
{
15
+ const ADMIN_RESOURCE = 'Magento_Cms::block';
16
+
17
/**
18
* @var \Magento\Cms\Model\ResourceModel\Block\CollectionFactory
19
*/
0 commit comments