Configure Asset Types
You can configure the different types of available Content::Assets
.
your_app/config/initializers/workarea.rb:
Workarea.configure do |config|
config.asset_types = %w(image pdf flash video audio text)
end
Help Us Improve this Doc
Was this helpful? Open a GitHub issue to report a problem with this doc, suggest an improvement, or otherwise provide feedback. Thanks!