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 super << { blocks_image_id: [] } end end end end