j1_template_mde 2018.4.25 → 2018.4.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_shim_generator.html +11 -0
  3. data/lib/j1/version.rb +1 -1
  4. data/lib/j1_app.rb +0 -1
  5. data/lib/j1_app/j1_auth_manager/auth_manager.rb +498 -292
  6. data/lib/j1_app/j1_auth_manager/helpers.rb +19 -2
  7. data/lib/j1_app/omniauth/strategies/disqus.rb +1 -1
  8. data/lib/j1_app/omniauth/strategies/patreon.rb +5 -3
  9. data/lib/starter_web/Gemfile +4 -4
  10. data/lib/starter_web/_config.yml +2 -2
  11. data/lib/starter_web/_data/apps/j1_bootstrap_gallery.yml +11 -10
  12. data/lib/starter_web/_data/apps/j1_carousel.yml +49 -48
  13. data/lib/starter_web/_data/apps/j1_justified_gallery.yml +14 -12
  14. data/lib/starter_web/_data/apps/j1_light_gallery.yml +10 -8
  15. data/lib/starter_web/_data/apps/j1_lightbox.yml +31 -29
  16. data/lib/starter_web/_data/apps/j1_link_checker.yml +6 -4
  17. data/lib/starter_web/_data/asciidoc2pdf/default-theme.yml +57 -55
  18. data/lib/starter_web/_data/asciidoc2pdf/j1-theme.yml +6 -6
  19. data/lib/starter_web/_data/builder/blog_navigator.yml +9 -11
  20. data/lib/starter_web/_data/j1_colors.yml +27 -27
  21. data/lib/starter_web/_data/j1_config.yml +43 -41
  22. data/lib/starter_web/_data/j1_polyfills.yml +49 -0
  23. data/lib/starter_web/_data/j1_resources.yml +5 -4
  24. data/lib/starter_web/_data/layouts/app.yml +14 -15
  25. data/lib/starter_web/_data/layouts/blog_archive.yml +24 -26
  26. data/lib/starter_web/_data/layouts/collection.yml +24 -25
  27. data/lib/starter_web/_data/layouts/default.yml +74 -107
  28. data/lib/starter_web/_data/layouts/home.yml +24 -32
  29. data/lib/starter_web/_data/layouts/page.yml +24 -25
  30. data/lib/starter_web/_data/layouts/post.yml +24 -25
  31. data/lib/starter_web/_data/layouts/raw.yml +14 -15
  32. data/lib/starter_web/_data/modules/j1_back2top.yml +25 -23
  33. data/lib/starter_web/_data/modules/j1_footer.yml +5 -4
  34. data/lib/starter_web/_data/modules/j1_header.yml +4 -4
  35. data/lib/starter_web/_data/modules/j1_iframe_resizer.yml +40 -20
  36. data/lib/starter_web/_data/modules/j1_jekyll_search.yml +25 -12
  37. data/lib/starter_web/_data/modules/j1_log4javascript.yml +12 -12
  38. data/lib/starter_web/_data/modules/j1_panel.yml +56 -58
  39. data/lib/starter_web/_data/modules/j1_parallax.yml +10 -6
  40. data/lib/starter_web/_data/modules/j1_polyfills.yml +0 -0
  41. data/lib/starter_web/_data/modules/j1_smooth_scroll.yml +83 -55
  42. data/lib/starter_web/_data/modules/j1_theme_switcher.yml +57 -43
  43. data/lib/starter_web/_data/modules/j1_toccer.yml +36 -35
  44. data/lib/starter_web/_data/pages/builder.yml +17 -16
  45. data/lib/starter_web/_rack/config.ru +4 -3
  46. data/lib/starter_web/assets/themes/j1/core/css/uno.css +8 -2
  47. data/lib/starter_web/assets/themes/j1/core/css/uno.min.css +1 -1
  48. data/lib/starter_web/package.json +1 -1
  49. metadata +4 -4
  50. data/lib/starter_web/_config.yml.kapott +0 -1064
  51. data/lib/starter_web/assets/data/_panel.html +0 -597
@@ -12,15 +12,15 @@
12
12
  #
13
13
  # ------------------------------------------------------------------------------
14
14
 
15
- # -------------------------------------------------------------------------
15
+ # ------------------------------------------------------------------------------
16
16
  # GLOBALS
17
- # -------------------------------------------------------------------------
17
+ # ------------------------------------------------------------------------------
18
18
  #
19
19
  # THE GLOBALS sequence (array) contains general parameters used for
20
20
  # ALL resource definitions
21
21
  #
22
- # data_path
23
- # ---------------------------------------------------------------
22
+ # data_path
23
+ # ----------------------------------------------------------------------------
24
24
  # All data items displayed by a panel are being read from a
25
25
  # data file automatically generated from that configuration.
26
26
  # AJAX get method is used to supply the panel with respective
@@ -30,6 +30,7 @@
30
30
  # values: string
31
31
  # default: /assets/data/footer/index.html
32
32
  #
33
+ # ------------------------------------------------------------------------------
33
34
  global:
34
35
  id: j1_footer
35
36
  theme: footer-light-theme
@@ -69,7 +69,7 @@ defaults:
69
69
  logo_height: 196
70
70
  logo_animate: slideInDown
71
71
 
72
- # ------------------------------------------------------------------------------
72
+ # ----------------------------------------------------------------------------
73
73
  # 1.3 Image Header default settings (image-based header only)
74
74
  #
75
75
  image_header:
@@ -155,7 +155,7 @@ defaults:
155
155
  #
156
156
  headers:
157
157
 
158
- # ------------------------------------------------------------------
158
+ # ----------------------------------------------------------------------------
159
159
  # Home (page) header (image-based)
160
160
  #
161
161
  - header:
@@ -170,7 +170,7 @@ headers:
170
170
  tagline:
171
171
  align: center
172
172
 
173
- # ------------------------------------------------------------------
173
+ # ----------------------------------------------------------------------------
174
174
  # Page header (image-based)
175
175
  #
176
176
  - header:
@@ -194,7 +194,7 @@ headers:
194
194
  # caption_href: "#"
195
195
  # caption_color: "rgba(255, 255, 255, 0.8)"
196
196
 
197
- # ------------------------------------------------------------------
197
+ # ----------------------------------------------------------------------------
198
198
  # Post|Collection|App|Raw|Blog Archive header (text-based)
199
199
  #
200
200
  - header:
@@ -14,14 +14,16 @@
14
14
  # ------------------------------------------------------------------------------
15
15
  # J1 APP Module (iFrameResizer) settings
16
16
  #
17
-
18
- # enabled
17
+ #
18
+ # enabled
19
+ # ----------------------------------------------------------------------------
19
20
  # Enables|Disables the use of J1 Application Manager
20
21
  #
21
22
  # values: boolean (true|false)
22
23
  # default: false
23
24
  #
24
- # log
25
+ # log
26
+ # ----------------------------------------------------------------------------
25
27
  # Setting the log option to true will make the scripts in both the host
26
28
  # page and the iFrame output everything they do to the JavaScript console
27
29
  # so you can see the communication between the two scripts.
@@ -29,7 +31,8 @@
29
31
  # values: boolean (true|false)
30
32
  # default: false
31
33
  #
32
- # autoResize
34
+ # autoResize
35
+ # ----------------------------------------------------------------------------
33
36
  # When enabled changes to the Window size or the DOM will cause the iFrame
34
37
  # to resize to the new content size. Disable if using size method with custom
35
38
  # dimensions.
@@ -37,13 +40,15 @@
37
40
  # values: boolean (true|false)
38
41
  # default: true
39
42
  #
40
- # bodyBackground
43
+ # bodyBackground
44
+ # ----------------------------------------------------------------------------
41
45
  # Overrides the body background style in the iFrame.
42
46
  #
43
47
  # values: string
44
48
  # default: null
45
49
  #
46
- # bodyMargin
50
+ # bodyMargin
51
+ # ----------------------------------------------------------------------------
47
52
  # Override the default body margin style in the iFrame. A string can be
48
53
  # any valid value for the CSS margin attribute, for example '8px 3em'.
49
54
  # A number value is converted into px.
@@ -51,7 +56,8 @@
51
56
  # values: integer
52
57
  # default: 0
53
58
  #
54
- # checkOrigin
59
+ # checkOrigin
60
+ # ----------------------------------------------------------------------------
55
61
  # When set to true, only allow incoming messages from the domain listed
56
62
  # in the src property of the iFrame tag. If your iFrame navigates between
57
63
  # different domains, ports or protocols; then you will need to provide an
@@ -60,14 +66,16 @@
60
66
  # values: boolean (true|false)
61
67
  # default: true
62
68
  #
63
- # inPageLinks
69
+ # inPageLinks
70
+ # ----------------------------------------------------------------------------
64
71
  # When enabled in page linking inside the iFrame and from the iFrame to
65
72
  # the parent page will be enabled.
66
73
  #
67
74
  # values: boolean (true|false)
68
75
  # default: false
69
76
  #
70
- # interval
77
+ # interval
78
+ # ----------------------------------------------------------------------------
71
79
  # Browsers that doesn't support mutationObserver, such as IE10, the
72
80
  # library falls back to use setInterval, to check for changes of the page
73
81
  # size. The default value is set to 2 frame refreshes at 60Hz, setting
@@ -80,7 +88,8 @@
80
88
  # values: integer (msec)
81
89
  # default: 32
82
90
  #
83
- # heightCalculationMethod
91
+ # heightCalculationMethod
92
+ # ----------------------------------------------------------------------------
84
93
  # By default the height of the iFrame is calculated by converting the margin
85
94
  # of the body to px and then adding the top and bottom figures to the
86
95
  # offsetHeight of the body tag.
@@ -114,31 +123,36 @@
114
123
  # taggedElement
115
124
  # default: bodyOffset
116
125
  #
117
- # maxHeight
126
+ # maxHeight
127
+ # ----------------------------------------------------------------------------
118
128
  # Set maximum height of an iFrame
119
129
  #
120
130
  # values: integer
121
131
  # default: infinite
122
132
  #
123
- # minHeight
133
+ # minHeight
134
+ # ----------------------------------------------------------------------------
124
135
  # Set minimum height of an iFrame
125
136
  #
126
137
  # values: integer
127
138
  # default: 0
128
139
  #
129
- # maxWidth
140
+ # maxWidth
141
+ # ----------------------------------------------------------------------------
130
142
  # Set maximum width of an iFrame
131
143
  #
132
144
  # values: integer
133
145
  # default: infinite
134
146
  #
135
- # minWidth
147
+ # minWidth
148
+ # ----------------------------------------------------------------------------
136
149
  # Set minimum width of an iFrame
137
150
  #
138
151
  # values: integer
139
152
  # default: 0
140
153
  #
141
- # resizeFrom
154
+ # resizeFrom
155
+ # ----------------------------------------------------------------------------
142
156
  # Listen for resize events from the parent page, or the iFrame. Select
143
157
  # the 'child' value if the iFrame can be resized independently of the
144
158
  # browser window. Selecting this value can cause issues with some height
@@ -147,32 +161,37 @@
147
161
  # values: parent|child
148
162
  # default: parent
149
163
  #
150
- # scrolling
164
+ # scrolling
165
+ # ----------------------------------------------------------------------------
151
166
  # Enable scroll-bars for an iFrame
152
167
  #
153
168
  # values: boolean (true|false)
154
169
  # default: false
155
170
  #
156
- # sizeHeight
171
+ # sizeHeight
172
+ # ----------------------------------------------------------------------------
157
173
  # Resize an iFrame to it's content height
158
174
  #
159
175
  # values: boolean (true|false)
160
176
  # default: true
161
177
  #
162
- # sizeWidth
178
+ # sizeWidth
179
+ # ----------------------------------------------------------------------------
163
180
  # Resize an iFrame to it's content width
164
181
  #
165
182
  # values: boolean (true|false)
166
183
  # default: false
167
184
  #
168
- # tolerance
185
+ # tolerance
186
+ # ----------------------------------------------------------------------------
169
187
  # Set the number of pixels the iFrame content size has to change by, before
170
188
  # triggering a resize of the iFrame.
171
189
  #
172
190
  # values: integer
173
191
  # default: 0
174
192
  #
175
- # widthCalculationMethod
193
+ # widthCalculationMethod
194
+ # ----------------------------------------------------------------------------
176
195
  # By default the width of the page is worked out by taking the greater
177
196
  # of the documentElement and body scrollWidth values.
178
197
  #
@@ -212,6 +231,7 @@
212
231
  # rightMostElement|taggedElement
213
232
  # default: scroll
214
233
  #
234
+ # ------------------------------------------------------------------------------
215
235
  enabled: true
216
236
  load: sync
217
237
  log: false
@@ -14,78 +14,91 @@
14
14
  # ------------------------------------------------------------------------------
15
15
  # SimpleJekyllSearch settings
16
16
  #
17
- # enabled
17
+ # enabled
18
+ # ----------------------------------------------------------------------------
18
19
  # Enables|Disables the use of J1 Search Manager
19
20
  #
20
21
  # values: boolean (true|false)
21
22
  # default: false
22
23
  #
23
- # placement
24
+ # placement
25
+ # ----------------------------------------------------------------------------
24
26
  # Enables|Disables the console log
25
27
  #
26
28
  # values: boolean (true|false)
27
29
  # default: false
28
30
  #
29
- # target
31
+ # target
32
+ # ----------------------------------------------------------------------------
30
33
  # The ID used for the bootstrap theme css file
31
34
  #
32
35
  # values: string
33
36
  # default: bootstrapTheme
34
37
  #
35
- # searchInput
38
+ # searchInput
39
+ # ----------------------------------------------------------------------------
36
40
  # If true, a cookie will be saved with the currently selected theme
37
41
  #
38
42
  # values: boolean (true|false)
39
43
  # default: true
40
44
  #
41
- # resultsOutput
45
+ # resultsOutput
46
+ # ----------------------------------------------------------------------------
42
47
  # TBD
43
48
  #
44
49
  # values: string
45
50
  # default:
46
51
  #
47
- # resultsContainer
52
+ # resultsContainer
53
+ # ----------------------------------------------------------------------------
48
54
  # TBD
49
55
  #
50
56
  # values: string
51
57
  # default:
52
58
  #
53
- # indexData
59
+ # indexData
60
+ # ----------------------------------------------------------------------------
54
61
  # TBD
55
62
  #
56
63
  # values: string
57
64
  # default:
58
65
  #
59
- # resultTemplate
66
+ # resultTemplate
67
+ # ----------------------------------------------------------------------------
60
68
  # TBD
61
69
  #
62
70
  # values: string
63
71
  # default:
64
72
  #
65
- # resultLimit
73
+ # resultLimit
74
+ # ----------------------------------------------------------------------------
66
75
  # TBD
67
76
  #
68
77
  # values: string
69
78
  # default:
70
79
  #
71
- # minSearchItemLen
80
+ # minSearchItemLen
81
+ # ----------------------------------------------------------------------------
72
82
  # TBD
73
83
  #
74
84
  # values: string
75
85
  # default:
76
86
  #
77
- # searchFuzzy
87
+ # searchFuzzy
88
+ # ----------------------------------------------------------------------------
78
89
  # TBD
79
90
  #
80
91
  # values: string
81
92
  # default:
82
93
  #
83
- # searchExlude
94
+ # searchExlude
95
+ # ----------------------------------------------------------------------------
84
96
  # TBD
85
97
  #
86
98
  # values: string
87
99
  # default:
88
100
  #
101
+ # ------------------------------------------------------------------------------
89
102
  enabled: true
90
103
  placement: navbar
91
104
  target: _blank
@@ -11,11 +11,11 @@
11
11
  # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
- # -------------------------------------------------------------------------
14
+ # ------------------------------------------------------------------------------
15
15
  # GENERAL logging setting
16
16
  #
17
- # loader_finished_message
18
- # ---------------------------------------------------------------
17
+ # loader_finished_message
18
+ # ----------------------------------------------------------------------------
19
19
  #
20
20
  # If "loader_finished_message" is set to "true", the MODULE
21
21
  # loader displays a FINISHED (log) message on info level for
@@ -24,15 +24,15 @@
24
24
  # values: boolean (true|false)
25
25
  # default: false
26
26
  #
27
- # -------------------------------------------------------------------------
27
+ # ------------------------------------------------------------------------------
28
28
  loader_finished_message: false
29
29
 
30
- # -------------------------------------------------------------------------
30
+ # ------------------------------------------------------------------------------
31
31
  # APPENDER configurations
32
32
  #
33
33
  appenders:
34
34
 
35
- # ------------------------------------------------------------------
35
+ # ----------------------------------------------------------------------------
36
36
  # CONSOLE appender
37
37
  - appender:
38
38
  name: consoleAppender
@@ -40,7 +40,7 @@ appenders:
40
40
  custom_fields: [ file, line, path ]
41
41
  pattern_layout: "[%d{HH:mm:ss.SSS}] [%-5p] [%-35c] [%f{1}:%f{2}] [%m]%n [%f{3}]"
42
42
 
43
- # ------------------------------------------------------------------
43
+ # ----------------------------------------------------------------------------
44
44
  # POPUP appender
45
45
  - appender:
46
46
  name: popupAppender
@@ -52,12 +52,12 @@ appenders:
52
52
  pattern_layout: "%d{HH:mm:ss} %-5p - %m{1}%n"
53
53
 
54
54
 
55
- # -------------------------------------------------------------------------
55
+ # ------------------------------------------------------------------------------
56
56
  # LOGGER configurations
57
57
  #
58
58
  logger:
59
59
 
60
- # ---------------------------------------------------------------
60
+ # ----------------------------------------------------------------------------
61
61
  # J1 PARENT logger (j1)
62
62
  - log:
63
63
  type: parent
@@ -67,7 +67,7 @@ logger:
67
67
  production: warn
68
68
  development: debug
69
69
 
70
- # ---------------------------------------------------------------
70
+ # ----------------------------------------------------------------------------
71
71
  # ADAPTER CHILD logger (j1.adapter)
72
72
  - log:
73
73
  type: child
@@ -77,7 +77,7 @@ logger:
77
77
  production: warn
78
78
  development: debug
79
79
 
80
- # ---------------------------------------------------------------
80
+ # ----------------------------------------------------------------------------
81
81
  # LOADER CHILD logger (j1.loader)
82
82
  - log:
83
83
  type: child
@@ -87,7 +87,7 @@ logger:
87
87
  production: warn
88
88
  development: debug
89
89
 
90
- # ---------------------------------------------------------------
90
+ # ----------------------------------------------------------------------------
91
91
  # MODULE CHILD logger (j1.module)
92
92
  - log:
93
93
  type: child
@@ -24,8 +24,8 @@
24
24
  # THE GLOBALS sequence (array) contains general parameters used for
25
25
  # ALL resource definitions
26
26
  #
27
- # data_path
28
- # ------------------------------------------------------------------------------
27
+ # data_path
28
+ # ----------------------------------------------------------------------------
29
29
  # All data items displayed by a panel are being read from a
30
30
  # data file automatically generated from that configuration.
31
31
  # AJAX get method is used to supply the panel with respective
@@ -35,6 +35,7 @@
35
35
  # values: string
36
36
  # default: /assets/data/panel/index.html
37
37
  #
38
+ # ------------------------------------------------------------------------------
38
39
  global:
39
40
  data_path: /assets/data/panel/index.html
40
41
 
@@ -74,52 +75,52 @@ global:
74
75
  # ------------------------------------------------------------------------------
75
76
  # Defines panel details of a specific type
76
77
  #
77
- # id
78
- # ------------------------------------------------------------------------------
78
+ # id
79
+ # ----------------------------------------------------------------------------
79
80
  # Specifies the ID of a panel.
80
81
  #
81
82
  # type: string
82
83
  # default: no defaults
83
84
  #
84
- # type
85
- # ------------------------------------------------------------------------------
85
+ # type
86
+ # ----------------------------------------------------------------------------
86
87
  # Specifies the panel type
87
88
  #
88
89
  # type: string
89
90
  # values: intro|download|quote|quote_parallax|teaser
90
91
  # default: no defaults
91
92
  #
92
- # lane_span
93
- # ------------------------------------------------------------------------------
93
+ # lane_span
94
+ # ----------------------------------------------------------------------------
94
95
  # Specifies the span width of a panel inside a lane.
95
96
  #
96
97
  # type: string
97
98
  # values: fixed|fluid
98
99
  # default: fixed
99
100
  #
100
- # icon_family
101
- # ------------------------------------------------------------------------------
101
+ # icon_family
102
+ # ----------------------------------------------------------------------------
102
103
  # Specifies the ...
103
104
  #
104
105
  # type: string
105
106
  # default: no defaults
106
107
  #
107
- # style
108
- # ------------------------------------------------------------------------------
108
+ # style
109
+ # ----------------------------------------------------------------------------
109
110
  # Specifies the ID of a panel.
110
111
  #
111
112
  # type: string
112
113
  # default: no defaults
113
114
  #
114
- # raides
115
- # ------------------------------------------------------------------------------
115
+ # raised
116
+ # ----------------------------------------------------------------------------
116
117
  # Specifies the raised level of the cards used for a panel.
117
118
  #
118
119
  # values: number [0 .. 25]
119
120
  # default: 3
120
121
  #
121
- # cards
122
- # ------------------------------------------------------------------------------
122
+ # cards
123
+ # ----------------------------------------------------------------------------
123
124
  # Groups ...
124
125
  #
125
126
  # title
@@ -141,74 +142,71 @@ global:
141
142
  # QUOTE Panels, defines ALL quote|parallax panels
142
143
  #
143
144
  #
144
- # type
145
- # ------------------------------------------------------------------------------
145
+ # type
146
+ # ----------------------------------------------------------------------------
146
147
  # values: quote|quote_parallax
147
148
  #
148
149
  #
149
- # id
150
- # ------------------------------------------------------------------------------
151
- # Set an ID on the HTML element for the parallax quote|banner.
152
- # The ID is used to dynamically change the parallax quote for
153
- # individual values.
150
+ # id
151
+ # ----------------------------------------------------------------------------
152
+ # Set an ID on the HTML element for the parallax quote|banner.
153
+ # The ID is used to dynamically change the parallax quote for
154
+ # individual values.
154
155
  #
155
156
  # values: string
156
157
  # default: empty
157
158
  #
158
- # quote
159
- # ------------------------------------------------------------------------------
159
+ # quote
160
+ # ----------------------------------------------------------------------------
160
161
  # The cite text to be displayed with the banner.
161
162
  #
162
163
  # values: string (HTML)
163
164
  # default: empty
164
165
  #
165
- # source
166
- # ------------------------------------------------------------------------------
166
+ # source
167
+ # ----------------------------------------------------------------------------
167
168
  # The cite author to be displayed with the banner.
168
169
  #
169
170
  # values: quote_parallax
170
171
  # default: empty
171
172
  #
172
- # gridify
173
- # ------------------------------------------------------------------------------
174
- # If enabled, a grit pattern is placed over the background
175
- # image. This puts some "noise" on the image to focus more
176
- # on the cite rather than the (background) image.
173
+ # gridify
174
+ # ----------------------------------------------------------------------------
175
+ # If enabled, a grit pattern is placed over the background
176
+ # image. This puts some "noise" on the image to focus more
177
+ # on the cite rather than the (background) image.
177
178
  #
178
- # values: boolean (true|false)
179
- # default: true
179
+ # values: boolean (true|false)
180
+ # default: true
180
181
  #
181
- # gridifier
182
- # ------------------------------------------------------------------------------
183
- # Pixel image used to gridify the background image of the
184
- # banner.
182
+ # gridifier
183
+ # ----------------------------------------------------------------------------
184
+ # Pixel image used to gridify the background image of the
185
+ # banner.
185
186
  #
186
- # values: image path|name (string)
187
- # default: /assets/images/patterns/gridtile.png
187
+ # values: image path|name (string)
188
+ # default: /assets/images/patterns/gridtile.png
188
189
  #
189
- # darken
190
- # ------------------------------------------------------------------------------
191
- # Sets the lightning for the banner|background image. As
192
- # higher the value for darken as less is the (background)
193
- # light. Values are out of the range from 1 (light) to 9 (dark).
194
- # Useful to focus on the quote|text rather than the background
195
- # image.
190
+ # darken
191
+ # ----------------------------------------------------------------------------
192
+ # Sets the lightning for the banner|background image. As
193
+ # higher the value for darken as less is the (background)
194
+ # light. Values are out of the range from 1 (light) to 9 (dark).
195
+ # Useful to focus on the quote|text rather than the background
196
+ # image.
196
197
  #
197
- # values: number [1 .. 9]
198
- # default: 3
198
+ # values: number [1 .. 9]
199
+ # default: 3
199
200
  #
200
- # background
201
- # ------------------------------------------------------------------------------
202
- # Sets the background image of the banner. If no image is
203
- # specified, the default images is taken.
201
+ # background
202
+ # ----------------------------------------------------------------------------
203
+ # Sets the background image of the banner. If no image is
204
+ # specified, the default images is taken.
204
205
  #
205
- # values: image path|name (string)
206
- # default: /assets/images/quotes/default.png
206
+ # values: image path|name (string)
207
+ # default: /assets/images/quotes/default.png
207
208
  #
208
209
  # ------------------------------------------------------------------------------
209
-
210
- # ------------------------------------------------------------------------------
211
- #
212
210
  panels:
213
211
 
214
212
  # ----------------------------------------------------------------------------