mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-05-17 02:08 am

[dw-nonfree] Custom text module

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/64da389a4bde]

http://bugs.dwscoalition.org/show_bug.cgi?id=908

Add custom text module to Transmo style.

Patch by [personal profile] draigwen.

Files modified:
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r 5427f107df3d -r 64da389a4bde bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Sun May 17 02:07:20 2009 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Sun May 17 02:08:26 2009 +0000
@@ -34,6 +34,7 @@ propgroup modules {
     property use module_syndicate_group;
     property use module_time_group;
     property use module_poweredby_group;
+    property use module_customtext_group;
 }
 
 set module_layout_sections = "none|(none)|one|Header|two|Sidebar|three|Footer";
@@ -46,6 +47,7 @@ set module_calendar_section = "two";
 set module_calendar_section = "two";
 set module_poweredby_section = "three";
 set module_time_section = "none";
+set module_customtext_section = "two";
 
 propgroup text {
     property use text_view_recent;
@@ -79,6 +81,10 @@ propgroup text {
     property use text_watch_comments; 
     property use text_unwatch_comments; 
     property use text_permalink; 
+    
+    property use text_module_customtext;
+    property use text_module_customtext_content;
+    property use text_module_customtext_url;
 }
 
 propgroup colors {
--------------------------------------------------------------------------------