Central maintained web component to navigate across TYPO3 Platforms.
Key | Platform | Url |
---|---|---|
services | Product Hub | https://typo3.com |
community | Community Hub | https://typo3.org |
demo | Demo | https://demo.typo3.org |
extensions | Extensions | https://extensions.typo3.org |
documentation | Documentation | https://docs.typo3.org |
shop | Shop | https://shop.typo3.com |
mytypo3 | My TYPO3 | https://my.typo3.org |
download | Download Area | https://get.typo3.org |
-
Import the JavaScript into the Document
<script type="module" async src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js"></script>
-
Add the component to your application after the opening
body
tag. Ensure you set the platform key, that is assigned to your platform to theactive
attribute on the element.<typo3-universe active="{platformkey}"> <!-- Fallback to consume the defined space on loading and no component support --> <div style="display: block; height: 44px; background-color: #313131;"></div> </typo3-universe>
npm install
npm run build
- Go to https://portal.azure.com/
- Select Home > CDN profiles > TYPO3
- Select Purge
- Endpoint: typo3.azureedge.net
- Content path:
/typo3infrastructure/universe/*
- Purge