Sha256: 92d4085f8fa7c2a73a01fa06ded7447ab3e773bfad17beb050df4c79ebfe3a4d
Contents?: true
Size: 942 Bytes
Versions: 43
Compression:
Stored size: 942 Bytes
Contents
# This file controls what config variables you want to be able to allow your users # to set, as well as those you'll be able to access from within the application. # # If you want to be able to access a string config[:site_title], for example: # # site_title: # name: Site Title # type: string # default: My Site # # 'name' is the name that appears in the edit form # # 'type' can be 'string' for a text field, 'password' for a password field or 'text' for a text area # 'type' defaults to 'string' # # 'default' is the default value to use if there's no entry in the database. Otherwise, nil will be returned # # Some Examples: # # site_title: # name: Site Title # default: My Site # type: string # # site_description: # name: Description for Google # default: Lots of Awesomeness Here # type: text # # secret: # name: Secret Password for Accessing Secret Areas # default: secret # type: password
Version data entries
43 entries across 43 versions & 5 rubygems