diff --git a/app/code/Magento/PageBuilder/Model/Config/Source/Country.php b/app/code/Magento/PageBuilder/Model/Config/Source/Country.php
index 6738636f599..fbaa25da0e9 100644
--- a/app/code/Magento/PageBuilder/Model/Config/Source/Country.php
+++ b/app/code/Magento/PageBuilder/Model/Config/Source/Country.php
@@ -13,7 +13,7 @@
*
* @api
*/
-class Country implements \Magento\Framework\Option\ArrayInterface
+class Country implements \Magento\Framework\Data\OptionSourceInterface
{
/**
* @var \Magento\Directory\Model\ResourceModel\Country\Collection
diff --git a/app/code/Magento/PageBuilder/Plugin/Framework/Session/SidResolver.php b/app/code/Magento/PageBuilder/Plugin/Framework/Session/SidResolver.php
deleted file mode 100644
index a1e9d943a18..00000000000
--- a/app/code/Magento/PageBuilder/Plugin/Framework/Session/SidResolver.php
+++ /dev/null
@@ -1,49 +0,0 @@
-request = $request;
- }
-
- /**
- * Get Sid for pagebuilder preview
- *
- * @param \Magento\Framework\Session\SidResolver $subject
- * @param string|null $result
- * @param \Magento\Framework\Session\SessionManagerInterface $session
- *
- * @return string|null
- */
- public function afterGetSid(
- \Magento\Framework\Session\SidResolver $subject,
- $result,
- \Magento\Framework\Session\SessionManagerInterface $session
- ) {
- if (strpos($this->request->getPathInfo(), '/pagebuilder/contenttype/preview') === 0) {
- return $this->request->getQuery(
- $subject->getSessionIdQueryParam($session)
- );
- }
-
- return $result;
- }
-}
diff --git a/app/code/Magento/PageBuilder/etc/di.xml b/app/code/Magento/PageBuilder/etc/di.xml
index 5dae5fe19ae..280876989cd 100644
--- a/app/code/Magento/PageBuilder/etc/di.xml
+++ b/app/code/Magento/PageBuilder/etc/di.xml
@@ -194,9 +194,6 @@
-
-
-
Newest products first