ref: master
plugins/community_block/lib/community_block.rb
1 2 3 4 5 6 7 8 9 10
class CommunityBlock < Block def self.description _("Community block") end def help _("Help for Community Description Block.") end end