title | issue |
---|---|
Added BaseAppUrl to apps and plugins as entry point for AdminExtensionAPI |
NEXT-18117 |
- Added
<base-app-url>
field to admin section ofmanifest-1.0.xsd
, to specify the entry point url for the AdminExtensionAPI. - Changed
\Shopware\Core\Framework\App\Manifest\Xml\Admin
to parse new base-app-url field. - Added
baseAppUrl
to\Shopware\Core\Framework\App\AppDefinition
. - Changed
\Shopware\Core\Framework\App\Lifecycle\AppLifecycle
to handle the base-app-url field. - Added
\Shopware\Core\Framework\Plugin::getAdminBaseUrl()
-method, to specify the entry point url for the AdminExtensionAPI. - Changed
\Shopware\Core\Framework\Api\Controller\InfoController::getBundles()
to also return thebaseUrl
of the active apps and plugins.