Software Público Brasileiro
Portal do

Software Público Brasileiro

  • Cadastre-se
  • Entrar
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • noosfero
  • plugins
  • event
  • lib
  • event_plugin.rb
  • 7f062d8f   Introduce EventPlugin with EventBlock ... Browse Code »
    ActionItem2119
    
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Aurélio A. Heckert <aurelio@colivre.coop.br>
    Arthur Esposte
    2015-01-30 11:59:31 +0000  
event_plugin.rb 413 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
class EventPlugin < Noosfero::Plugin

  def self.plugin_name
    _("Event Extras")
  end

  def self.plugin_description
    _("Include a new block to show the environment's or profiles' events information")
  end

  def self.extra_blocks
    { EventPlugin::EventBlock => { :type => [Community, Person, Enterprise, Environment] } }
  end

  def stylesheet?
    true
  end

  def js_files
    'event.js'
  end

end
Voltar para o topo
Assuntos
Publique seu software
Prestadores de serviço
Espaços dos municípios
Software Público
Entenda o que é
Eventos
Prêmios
Publicações
Serviços
FAQ
Contato
Relatar erros
RSS
O que é?
Assine
Navegação
Acessibilidade
Mapa do site

Desenvolvido com os projetos de software livre Colab, Gitlab, Mailman e Noosfero