Update 'lib/personal_conference/engine.rb'

This commit is contained in:
Harry Bomrah 2023-12-18 06:42:09 +00:00
parent 2d5938458a
commit 8e3e714659
1 changed files with 5 additions and 4 deletions

View File

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