Compare commits

...

1 Commits

Author SHA1 Message Date
Harry Bomrah 9dbd9f26fd Update 'lib/personal_diploma/engine.rb' 2023-12-29 08:35:22 +00:00
1 changed files with 5 additions and 4 deletions

View File

@ -12,10 +12,11 @@ module PersonalDiploma
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