Type alias ContentNavigation

ContentNavigation: {
    blacklist?: string[];
    whitelist?: string[];
}

Restrict navigation to URLs that match a whitelisted pattern. In the lack of a whitelist, navigation to URLs that match a blacklisted pattern would be prohibited. See here for more details.

Type declaration

  • Optional blacklist?: string[]

    Forbidden URLs for navigation.

  • Optional whitelist?: string[]

    Allowed URLs for navigation.

Generated using TypeDoc