Sha256: 55a452f35a942b93a9ab6ce11053fbb6dafa1a3c4e97151b01c8f9b3f359d317
Contents?: true
Size: 578 Bytes
Versions: 8
Compression:
Stored size: 578 Bytes
Contents
module GovukAdminTemplate def self.configure yield(Config) end module Config # Name of your application mattr_accessor :app_title @app_title = "GOV.UK" # Show flash-messages # Default: false mattr_accessor :show_flash # Show username and signout link in the top right corner # Default: false mattr_accessor :show_signout # Disable analytics # Default: false mattr_accessor :disable_google_analytics # Enable analytics in tests # Default: false mattr_accessor :enable_google_analytics_in_tests end end
Version data entries
8 entries across 8 versions & 1 rubygems