New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

radiant-navigation_tags-extension

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radiant-navigation_tags-extension

  • 0.2.7
  • Rubygems
  • Socket score

Version published
Maintainers
3
Created
Source

= Navigation Tags

Provides hierarchical tree navigation based on Radiant's site structure. Outputs navigation in the form of a -very flexible and CSS'able- unordered list.

== Usage

<r:nav [root="/"] [depth="2"] [expand_all="true"] [ids_for_lis="true"] [ids_for_links="true"] [append_urls=".."] [prepend_urls=".."]/>

Given this directory tree:

  • Home ** About *** Contact us ** Blog *** First Article *** Second Article ** Catalog

<r:nav /> would output a navigation list like:

  • About
  • Blog
  • Catalogue

== Available tag attributes:

  • ids_for_lis: defaults to false, enable this to give each li an id
  • ids_for_links: defaults to false, enable this to give each a unique id
  • root: defaults to "/", which page to start building the navigation from
  • depth: defaults to 2, which will print out the first two levels of pages.
  • expand_all: defaults to false, enable this to have all li's create sub-ul's of their children, i.o. only the currently active li
  • prepend_urls: defaults to none allows to add certain pages at the top of the list
  • qppend_urls: defaults to none allows to add certain pages at the bottom of the list
  • id, class, monkeyballs, ... will be used as html attributes for the ul

= CREDITS

  • Ryan Heneise
  • Marty Haught
  • Benny Degezelle

FAQs

Package last updated on 05 May 2012

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc