lib/spina.rb in spina-2.11.0 vs lib/spina.rb in spina-2.12.0

- old
+ new

@@ -25,14 +25,16 @@ :backend_path, :importmap, :frontend_parent_controller, :disable_frontend_routes, :disable_decorator_load, + :disable_current_account, :locales, :embedded_image_size, :mailer_defaults, :thumbnail_image_size, + :resource_pages_limit_value, :party_pooper, :tailwind_content, :tailwind_plugins, :queues, :transliterations @@ -42,14 +44,16 @@ self.api_path = "api" self.authentication = "Spina::Authentication::Sessions" self.backend_path = 'admin' self.disable_frontend_routes = false self.disable_decorator_load = false + self.disable_current_account = false self.embedded_image_size = [2000, 2000] self.mailer_defaults = ActiveSupport::OrderedOptions.new self.thumbnail_image_size = [400, 400] self.frontend_parent_controller = "ApplicationController" self.locales = [I18n.default_locale] + self.resource_pages_limit_value = 25 self.party_pooper = false self.transliterations = %i(latin) # Queues for background jobs # - config.queues.page_updates