diff --git a/app/views/templates/_upload_button.html.erb b/app/views/templates/_upload_button.html.erb index b2281e50..12f36df0 100644 --- a/app/views/templates/_upload_button.html.erb +++ b/app/views/templates/_upload_button.html.erb @@ -14,6 +14,6 @@ - + <% end %> diff --git a/lib/docuseal.rb b/lib/docuseal.rb index 15db4be0..3c11deda 100644 --- a/lib/docuseal.rb +++ b/lib/docuseal.rb @@ -55,6 +55,10 @@ module Docuseal ENV['MULTITENANT'] == 'true' end + def advanced_formats? + multitenant? + end + def demo? ENV['DEMO'] == 'true' end