Update 'lib/personal_diploma/engine.rb'

This commit is contained in:
Harry Bomrah 2023-12-29 08:35:22 +00:00
parent 6b62c4f567
commit 9dbd9f26fd
1 changed files with 5 additions and 4 deletions

View File

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