Sha256: 418d466da3aafbefc723015918e4224d8f566a8ed9620f727f5d443a4be51eeb
Contents?: true
Size: 230 Bytes
Versions: 3
Compression:
Stored size: 230 Bytes
Contents
module Pageflow module Chart class Plugin < Pageflow::Plugin def configure(config) config.page_types.register(Chart.page_type) config.features.register('chart_embed_opt_in') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pageflow-chart-2.6.0 | lib/pageflow/chart/plugin.rb |
pageflow-chart-2.5.0 | lib/pageflow/chart/plugin.rb |
pageflow-chart-2.4.0 | lib/pageflow/chart/plugin.rb |