Sha256: e7c1133e513d79bfcea6b567e6b34a5cb6a04e3ce96a044a1295eb6a418c3f6d
Contents?: true
Size: 685 Bytes
Versions: 40
Compression:
Stored size: 685 Bytes
Contents
Rao::Component.configure do |config| # Set the default format for timestamps in tables. # # Default: config.table_default_timestamp_format = nil # config.table_default_timestamp_format = nil # Set the default format for dates in tables. # # Default: config.table_default_date_format = nil # config.table_default_date_format = nil # Image variant options for images in tables # # default: # # config.image_variant_options = { # collection: { resize: "160x120" }, # resource: { resize: "320x240" } # } # config.image_variant_options = { collection: { resize: "160x120" }, resource: { resize: "320x240" } } end
Version data entries
40 entries across 40 versions & 1 rubygems