Closed (fixed)
Project:
Unset CSS
Version:
7.x-1.0-alpha1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2011 at 23:39 UTC
Updated:
18 Dec 2011 at 21:00 UTC
I love the new Drupal 7 feature providing the option to link to the module's configuration page from the Modules page. Your module isn't taking advantage of that — but an easy update to the .info file would do it:
unset_css.info
@@ -1,5 +1,6 @@
name = Unset CSS
description = Allows site admins to set a list of css files/path patterns that should be unset.
+configure = admin/config/development/unset-css
; Information added by drupal.org packaging script on 2011-11-25
version = "7.x-1.x-dev"Thanks so much for this module — it was just what I needed when Draggable Views wreaked havoc with my CSS!
Comments
Comment #1
kaleworsley commentedAwesome! Committed: http://drupal.org/commitlog/commit/30432/781d777d92c82ce9f91522961a92e9b...
Thanks
Kale
Comment #2
kaleworsley commented