Sha256: 6339e07586def4048b21836dbc992666e529f12396fafd57d0d7d69d01f5565b
Contents?: true
Size: 620 Bytes
Versions: 8
Compression:
Stored size: 620 Bytes
Contents
Formily.config.setup do |config| # Configure html formily form editor # # Editor height (pixel) # config.editor.height = 500 # # Editor width (pixel) # config.editor.width = 720 # Paperclip config # The full URL of where the attachment is publicly accessible. # config.paperclip.url = '/formily_file/:id/:style_:basename.:extension' # # The files that are assigned as attachments are, by default, placed in the directory specified by this option. # config.paperclip.path = ':rails_root/public/formily_file/:id/:style_:basename.:extension' # # config.paperclip.use_timestamp = false end
Version data entries
8 entries across 8 versions & 1 rubygems