This project is not covered by Drupal’s security advisory policy.

Introduction

In some case, you can have a huge editorial content and you would like navigate into for easier reading or highlight some sections.
In this case, usualy you create a specific text field marked as hX and create tour navigation with JS.

Purpose

This module are an implementation of this generic solution plus some configurable link on end of the navigation

Technical Approach

This module :
- add a new field ( basicly an extended fieldtext) with a title and an anchor.
- add a configuration in all fieldable entities permitting you to choose if you want print the InContentNavigation for this entity
- add a administration page, permitting adding link to the Navigation

Exemple of implementation

#1

I have a CT "article" with some section
I create some "In Content Navigation Title" fields for each section
I check the "Show Content Navigation" option in CT "article" configuration
I see a list of my sections

#2

I have a paragraph type "edito" with some field and a "In Content Navigation Title" as "paragraph title"
I have a CT "article" with field "paragraph" using "edito" paragraph
I check the "Show Content Navigation" option only in CT "article" configuration ( none in paragraph configuration)
I see in my "article" page the list of my paragraph titles

#3

I add some links by the administration page
I see theres link at the end of the "In Content Navigation" in my page

Project information

Releases