Active
Project:
Block Revisions
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2010 at 20:29 UTC
Updated:
1 Aug 2010 at 17:51 UTC
Great module idea; thanks.
It'd be handy to have the ability to configure a default enabled/disabled state for block revisions, similar to what's provided at the content type level for nodes. It would be all too easy to forget to check the box on the block edit page and fail to keep the previous revision.
Comments
Comment #1
mr.baileysI like the idea of being able to provide a default for the "create new revision" checkbox (also playing with the idea of making the revision log field required when "create a new revision" is checked).
However, I'm not sure how where to best implement it. I'm trying to keep the module light-weight, and adding a separate configuration page for just one checkbox default seems overkill...
In the meantime I did set up a variable (block_revisions_revision_default) which you can set to toggle this checkbox default. Including:
in your settings.php file will make the checkbox selected by default.
Comment #2
jerry commentedGood deal; thanks!
Comment #3
Rob T commentedPerfect.