Sha256: 9e82c2bbae8011b81c2f14fccbf609e0db0c3b0b7bdbd27cd013b82e1fcb3394

Contents?: true

Size: 210 Bytes

Versions: 9

Compression:

Stored size: 210 Bytes

Contents

class Plugins::Textfilters::NoneController < TextFilterPlugin::Markup
  plugin_display_name "None"
  plugin_description 'Raw HTML only'

  def self.filtertext(controller,content,text,params)
    text
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 components/plugins/textfilters/none_controller.rb
typo-3.99.2 components/plugins/textfilters/none_controller.rb
typo-3.99.1 components/plugins/textfilters/none_controller.rb
typo-3.99.3 components/plugins/textfilters/none_controller.rb
typo-4.0.0 components/plugins/textfilters/none_controller.rb
typo-3.99.4 components/plugins/textfilters/none_controller.rb
typo-4.0.1 components/plugins/textfilters/none_controller.rb
typo-4.0.2 components/plugins/textfilters/none_controller.rb
typo-4.0.3 components/plugins/textfilters/none_controller.rb