New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@constellation4sitecore/feature-navigation

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@constellation4sitecore/feature-navigation

A collection of XM Cloud compatible libraries for SXA Sitecore Development.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
2
Created
Source

Constellation Feature Navigation

Installation

npm install @constellation4sitecore/feature-navigation --save

Setup Serialization

In your project add in sitecore.json

  "modules": [
    ....
    "npm:@constellation4sitecore/feature-navigation"
  ],

Then you can push the items by

dotnet sitecore ser push

Usage

If you want to get navigation links from Link Group you can do the following:

const links = await getNavLinks(group.id);

Sponsors/Developers/Testers

(in no particular order)

  • Richard Cabral
  • Roberto Armas
  • Sebastián Aliaga

FAQs

Package last updated on 28 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts