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

Version Path
address_concern-3.0.0 lib/generators/address_concern/templates/configurable.yml
address_concern-2.1.1 lib/generators/address_concern/templates/configurable.yml
address_concern-2.1.0 lib/generators/address_concern/templates/configurable.yml
address_concern-2.0.1 lib/generators/address_concern/templates/configurable.yml
address_concern-2.0.0 lib/generators/address_concern/templates/configurable.yml
configurable_engine-2.0.2 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-2.0.1 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-2.0.0 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-1.0.0 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-0.5.0 lib/generators/configurable_engine/templates/configurable.yml
gorg_engine-1.2.4 config/configurable.yml
gorg_engine-1.2.3 config/configurable.yml
gorg_engine-1.2.0 config/configurable.yml
gorg_engine-1.1.0 config/configurable.yml
configurable_engine-0.4.8 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-0.4.7 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-0.4.6 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-0.4.5 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-0.4.4 lib/generators/configurable_engine/templates/configurable.yml
configurable_engine-0.3.3 lib/generators/configurable_engine/templates/configurable.yml