Ability to add comments

Created on 31 October 2024, 2 months ago

Problem/Motivation

This is a REALLY great little module - it just works!

A very useful addition would be the ability add comments in order to describe groups of allowed (or disallowed) URLs, for example, we require logins for most pages but like to leave some open...

/test-yourself* | Allow access to ALL test-yourself paths
/statements* | Allow access to the list of statements

# Group comment...
/node/7059
/node/8566

# Group comment here...
/node/8449 | Inline comment
/node/8608 | Inline comment

The inline one doesn't have to a pipe but the spaces either side of would be useful for quick readability.

Better still would be to allow the inline comment delimiter to be configurable.

✨ Feature request
Status

Active

Version

3.0

Component

User interface

Created by

πŸ‡¬πŸ‡§United Kingdom SirClickALot Somerset

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @SirClickALot
  • πŸ‡ΊπŸ‡ΈUnited States robphillips

    I understand how comments could be useful, however, this module relies on the Drupal core conditions API, which manages path parsing. I prefer not to introduce changes that deviate from the core's behavior or add unnecessary code. Thanks for the recommendation though.

    As a workaround, you could keep a plain text note or README in the project to describe the configuration.

Production build 0.71.5 2024