david-szabo97 / grav-plugin-admin-addon-revisions

An extension for Grav Admin plugin which adds revisions for pages.
MIT License
11 stars 8 forks source link

Update blueprints.yaml #5

Closed CSixtyFour closed 7 years ago

CSixtyFour commented 7 years ago

Added a menu option to hide all the debug messages for this plugin from the debugger.

david-szabo97 commented 7 years ago

Hi there!

I appreciate your PR. These are my concerns:

Update blueprints.yaml as commit message doesn't include any information about the changes. It's a rather small change so we can easily state what this commits do in the message rather than in the description. Something like Add debug option to configuration would be more informative.

I would prefer debug rather than debug_output. So it would state a debug mode for the plugin.

By default it should be disabled (default: 0)

I think Debug mode is enough for label and we should clarify what this does in the help.

label: Debug mode
help: Enables debug mode, debug messages will appear in the debugger.
highlight: 0
default: 0

Version shouldn't be bumped by plugin functionality changes PR, I will bump it when I do a release.

david-szabo97 commented 7 years ago

Implemented by v1.1.0 (https://github.com/david-szabo97/grav-plugin-admin-addon-revisions/commit/edc851c7b566373c53f83d56c1b603fd31cdf4d0)