data limit changed to 30
This commit is contained in:
parent
18df942e4e
commit
8cef8fc133
|
@ -12,7 +12,7 @@ module WebResource
|
|||
categorizable
|
||||
authorizable
|
||||
frontend_enabled
|
||||
data_count 1..10
|
||||
data_count 1..30
|
||||
side_bar do
|
||||
head_label_i18n 'web_resource',:icon_class=>"icons-link"
|
||||
available_for "users"
|
||||
|
|
Loading…
Reference in New Issue