-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbehavior.yml
41 lines (41 loc) · 1.08 KB
/
behavior.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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
shooter_api_key:
name: Shooter API Key
default: ''
type: string
#
provider_tracking_code:
name: Tracking script for providers
default: <!-- Tracking Code -->
type: text
tracking_code:
name: Tracking script
default: <!-- Tracking Code -->
type: text
#
# secret:
# name: Secret Password for Accessing Secret Areas
# default: secret
# type: password