Compare commits

...

1 Commits

Author SHA1 Message Date
Harry Bomrah cd53abadac Update 'lib/personal_research/engine.rb' 2023-12-29 08:32:15 +00:00
1 changed files with 5 additions and 4 deletions

View File

@ -11,10 +11,11 @@ module PersonalResearch
author "RD dep"
intro "I am intro"
update_info 'some update_info'
frontend_enabled
icon_class_no_sidebar "icons-user"
data_count 1..10
authorizable
is_personal_plugin true
frontend_enabled
icon_class_no_sidebar "icons-user"
data_count 1..10
end
end
end