Skip to content

Central maintained web component to navigate across TYPO3 Platforms.

Notifications You must be signed in to change notification settings

TYPO3/infra-component-universe

Repository files navigation

Instrastructure Component Universe

Central maintained web component to navigate across TYPO3 Platforms.

Platform Keys

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

Usage

  1. Import the JavaScript into the Document

    <script type="module" async src="https://typo3.azureedge.net/typo3infrastructure/universe/dist/typo3-universe.js"></script>
  2. Add the component to your application after the opening body tag. Ensure you set the platform key, that is assigned to your platform to the active 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>

Build

npm install
npm run build

CDN Cache Clearing

  1. Go to https://portal.azure.com/
  2. Select Home > CDN profiles > TYPO3
  3. Select Purge
    1. Endpoint: typo3.azureedge.net
    2. Content path: /typo3infrastructure/universe/*
    3. Purge

About

Central maintained web component to navigate across TYPO3 Platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published