nathancox / betteranchors
A SilverStripe module to add extra anchors to the insert link dialog
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.4
This package is not auto-updated.
Last update: 2024-10-27 04:54:02 UTC
README
- Allows you to specify extra anchors that appear in the anchor dropdown in the insert link dialog (eg for template elements).
- Turns off broken link highlighting for anchors.
Maintainer Contacts
Nathan Cox (me@nathan.net.nz)
Requirements
- SilverStripe 3.4+
Documentation
Installation Instructions
composer require nathancox/betteranchors
Usage Overview
Configuration via config.yml
:
Page: anchors: before: - main after: - footer - newsletter
This will insert the "main" anchor before the auto generated content anchors and "footer" and "newsletter" after them.