Sha256: 7250a73d598dd28c173be4d7cc251fa0e5cbbcca90b9bbf0e8a15ac26bc7e8c0

Contents?: true

Size: 288 Bytes

Versions: 11

Compression:

Stored size: 288 Bytes

Contents

module Refinery
  module Admin
    module VisualEditorHelper
      def visual_editor_javascripts
        Refinery::Core.visual_editor_javascripts.uniq
      end

      def visual_editor_stylesheets
        Refinery::Core.visual_editor_stylesheets.uniq(&:path)
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
refinerycms-core-4.0.3 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-4.0.2 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-4.0.1 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-3.0.6 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-4.0.0 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-3.0.5 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-3.0.4 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-3.0.3 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-3.0.2 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-3.0.1 app/helpers/refinery/admin/visual_editor_helper.rb
refinerycms-core-3.0.0 app/helpers/refinery/admin/visual_editor_helper.rb