How to get Admin session lifetime value in Magento 2?

Retrieve the admin session lifetime value in Magento 2 using Programmatic way with ConfigInterface.

From Admin Panel, You can get the value from Stores -> Configuration -> Admin -> Security -> Admin Session Lifetime (seconds). Continue reading “How to get Admin session lifetime value in Magento 2?”

How to enable Adobe Stock Integration with Magento 2?

Adobe stock integration functionality with Magento 2 provides a searchable API in the Magento Admin panel to experience the Image Preview and use adobe stock images inside PageBuilder or WYSIWYG content to the site for the Create Product, CMS Page and Static Block.

Magento Admin users can access Adobe Stock from Media Gallery, find specific images, save the watermarked images, create a licensed image, preview and try it with available content. Continue reading “How to enable Adobe Stock Integration with Magento 2?”

How to get Default No Route URL Programmatically Magento 2?

Get No Route Url Programmatically Magento 2 to redirect to 404 Not found page.

You can redirect to No Route page using ScopeConfigInterface and UrlInterface to not found action. The default value for the No Route page is the cms/noroute/index. Continue reading “How to get Default No Route URL Programmatically Magento 2?”