data limit changed to 30
This commit is contained in:
		
							parent
							
								
									be95c613b3
								
							
						
					
					
						commit
						29e67dd2e6
					
				| 
						 | 
				
			
			@ -6,12 +6,12 @@ module Announcement
 | 
			
		|||
        module_label "announcement.announcement"
 | 
			
		||||
        base_url File.expand_path File.dirname(__FILE__)
 | 
			
		||||
        widget_methods ["widget"]
 | 
			
		||||
        widget_settings [{"data_count"=>20}]
 | 
			
		||||
        widget_settings [{"data_count"=>30}]
 | 
			
		||||
        taggable "Bulletin"
 | 
			
		||||
        categorizable
 | 
			
		||||
        authorizable
 | 
			
		||||
        frontend_enabled
 | 
			
		||||
        data_count 1..20
 | 
			
		||||
        data_count 1..30
 | 
			
		||||
 | 
			
		||||
        side_bar do
 | 
			
		||||
          head_label_i18n 'announcement.announcement', icon_class: "icons-megaphone"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue