Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

1 changed files with 4 additions and 5 deletions

View File

@ -12,11 +12,10 @@ 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
is_personal_plugin true frontend_enabled
frontend_enabled icon_class_no_sidebar "icons-user"
icon_class_no_sidebar "icons-user" data_count 1..10
data_count 1..10
end end
end end
end end