Repository URL to install this package:
module Blocks class Image < Block content_fields :style if respond_to?(:has_scrapbook) has_scrapbook :blocks_image def self.params [:blocks_image_id].concat(super) end end end end