j1-template 2022.0.10 → 2022.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/themes/j1/adapter/js/advertising.js +1 -4
- data/assets/themes/j1/adapter/js/algolia.js +1 -4
- data/assets/themes/j1/adapter/js/analytics.js +237 -0
- data/assets/themes/j1/adapter/js/asciidoctor.js +1 -4
- data/assets/themes/j1/adapter/js/attic.js +1 -4
- data/assets/themes/j1/adapter/js/bmd.js +1 -4
- data/assets/themes/j1/adapter/js/carousel.js +1 -4
- data/assets/themes/j1/adapter/js/clipboard.js +1 -2
- data/assets/themes/j1/adapter/js/comments.js +387 -0
- data/assets/themes/j1/adapter/js/cookieConsent.js +35 -27
- data/assets/themes/j1/adapter/js/fab.js +1 -1
- data/assets/themes/j1/adapter/js/framer.js +1 -4
- data/assets/themes/j1/adapter/js/j1.js +52 -166
- data/assets/themes/j1/adapter/js/justifiedGallery.js +1 -4
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -4
- data/assets/themes/j1/adapter/js/lightbox.js +1 -5
- data/assets/themes/j1/adapter/js/logger.js +1 -2
- data/assets/themes/j1/adapter/js/mmenu.js +2 -3
- data/assets/themes/j1/adapter/js/navigator.js +4 -3
- data/assets/themes/j1/adapter/js/quicksearch.js +1 -4
- data/assets/themes/j1/adapter/js/rouge.js +1 -4
- data/assets/themes/j1/adapter/js/rtable.js +1 -4
- data/assets/themes/j1/adapter/js/rtextResizer.js +1 -4
- data/assets/themes/j1/adapter/js/scroller.js +1 -4
- data/assets/themes/j1/adapter/js/themer.js +1 -1
- data/assets/themes/j1/adapter/js/toccer.js +1 -4
- data/assets/themes/j1/adapter/js/translator.js +25 -68
- data/assets/themes/j1/core/js/template.js +13 -5
- data/assets/themes/j1/core/js/template.min.js +1 -1
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -9
- data/lib/starter_web/_data/apps/carousel.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/carousel.yml +3 -2
- data/lib/starter_web/_data/apps/defaults/justifiedGallery.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/lightGallery.yml +2 -2
- data/lib/starter_web/_data/apps/defaults/lightbox.yml +2 -2
- data/lib/starter_web/_data/apps/justifiedGallery.yml +2 -2
- data/lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml +2 -2
- data/lib/starter_web/_data/apps/lightGallery.yml +2 -2
- data/lib/starter_web/_data/apps/lightbox.yml +2 -2
- data/lib/starter_web/_data/blocks/banner.yml +3 -2
- data/lib/starter_web/_data/blocks/defaults/banner.yml +9 -0
- data/lib/starter_web/_data/blocks/defaults/footer.yml +9 -0
- data/lib/starter_web/_data/blocks/defaults/panel.yml +9 -0
- data/lib/starter_web/_data/blocks/footer.yml +3 -2
- data/lib/starter_web/_data/blocks/panel.yml +3 -2
- data/lib/starter_web/_data/builder/blog_navigator.yml +3 -2
- data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +8 -8
- data/lib/starter_web/_data/j1_config.yml +0 -116
- data/lib/starter_web/_data/layouts/default.yml +14 -14
- data/lib/starter_web/_data/layouts/page.yml +7 -18
- data/lib/starter_web/_data/layouts/post.yml +0 -11
- data/lib/starter_web/_data/modules/advertising.yml +3 -2
- data/lib/starter_web/_data/modules/analytics.yml +99 -0
- data/lib/starter_web/_data/modules/attics.yml +3 -2
- data/lib/starter_web/_data/modules/comments.yml +55 -0
- data/lib/starter_web/_data/modules/cookieconsent.yml +2 -1
- data/lib/starter_web/_data/modules/cookies.yml +2 -0
- data/lib/starter_web/_data/modules/defaults/advertising.yml +4 -3
- data/lib/starter_web/_data/modules/defaults/analytics.yml +93 -0
- data/lib/starter_web/_data/modules/defaults/attics.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/authentication.yml +51 -48
- data/lib/starter_web/_data/modules/defaults/comments.yml +114 -0
- data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/cookies.yml +19 -8
- data/lib/starter_web/_data/modules/defaults/fab.yml +4 -2
- data/lib/starter_web/_data/modules/defaults/framer.yml +2 -3
- data/lib/starter_web/_data/modules/defaults/log4javascript.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/log4r.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -2
- data/lib/starter_web/_data/modules/defaults/quicksearch.yml +4 -3
- data/lib/starter_web/_data/modules/defaults/rtable.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/scoller.yml +3 -2
- data/lib/starter_web/_data/modules/defaults/themer.yml +119 -118
- data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/translator.yml +1 -1
- data/lib/starter_web/_data/modules/fab.yml +3 -2
- data/lib/starter_web/_data/modules/framer.yml +3 -4
- data/lib/starter_web/_data/modules/log4r.yml +2 -2
- data/lib/starter_web/_data/modules/navigator.yml +4 -2
- data/lib/starter_web/_data/modules/quicksearch.yml +3 -3
- data/lib/starter_web/_data/modules/rtable.yml +3 -3
- data/lib/starter_web/_data/modules/scroller.yml +2 -3
- data/lib/starter_web/_data/modules/themer.yml +2 -3
- data/lib/starter_web/_data/modules/toccer.yml +3 -3
- data/lib/starter_web/_data/modules/translator.yml +1 -1
- data/lib/starter_web/_data/plugins/defaults/paginator.yml +2 -2
- data/lib/starter_web/_data/plugins/paginator.yml +2 -2
- data/lib/starter_web/_data/resources.yml +442 -309
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.ads.asciidoc +196 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.comments.asciidoc +182 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/{100_present_images.no_ads.asciidoc → 100_present_images.base.asciidoc} +0 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +237 -0
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +12 -26
- data/_includes/themes/j1/blocks/ads/ad.html +0 -64
- data/_includes/themes/j1/modules/boards/news_pin_board.html +0 -183
- data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +0 -32
- data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +0 -30
- data/_includes/themes/j1/modules/connectors/analytics +0 -60
- data/_includes/themes/j1/modules/connectors/comment/commento.html +0 -31
- data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +0 -30
- data/_includes/themes/j1/modules/connectors/comment/disqus.html +0 -32
- data/_includes/themes/j1/modules/connectors/comment/facebook.html +0 -30
- data/_includes/themes/j1/modules/connectors/comment/hyvor.html +0 -32
- data/_includes/themes/j1/modules/connectors/comment/just-comments.html +0 -31
- data/_includes/themes/j1/modules/connectors/comments +0 -64
- data/_includes/themes/j1/modules/connectors/sharing +0 -29
- data/_includes/themes/j1/modules/connectors/survey/custom-provider.html +0 -30
- data/_includes/themes/j1/modules/connectors/survey/jotform.html +0 -32
- data/_includes/themes/j1/modules/connectors/surveys +0 -58
- data/_includes/themes/j1/modules/connectors/translator +0 -58
- data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +0 -32
- data/_includes/themes/j1/modules/connectors/translators/google-translator.html +0 -53
- data/_includes/themes/j1/modules/search/algolia.html +0 -181
- data/_includes/themes/j1/modules/search/docsearch.html +0 -42
- data/assets/data/disqus.js +0 -81
- data/assets/data/hyvor.js +0 -72
@@ -16,9 +16,10 @@
|
|
16
16
|
# ------------------------------------------------------------------------------
|
17
17
|
|
18
18
|
# ------------------------------------------------------------------------------
|
19
|
-
#
|
19
|
+
# Description (used for J1 CC only)
|
20
20
|
#
|
21
|
-
|
21
|
+
description:
|
22
|
+
|
22
23
|
title: rTable Module
|
23
24
|
scope: Default settings
|
24
25
|
location: _data/modules/defaults/rtable.yml
|
@@ -16,9 +16,10 @@
|
|
16
16
|
# ------------------------------------------------------------------------------
|
17
17
|
|
18
18
|
# ------------------------------------------------------------------------------
|
19
|
-
#
|
19
|
+
# Description (used for J1 CC only)
|
20
20
|
#
|
21
|
-
|
21
|
+
description:
|
22
|
+
|
22
23
|
title: Scroller API
|
23
24
|
scope: Default settings
|
24
25
|
location: _data/modules/defaults/rtable.yml
|
@@ -13,125 +13,9 @@
|
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
|
-
#
|
16
|
+
# Description (used for J1 CC only)
|
17
17
|
#
|
18
|
-
|
19
|
-
# ----------------------------------------------------------------------------
|
20
|
-
# Enables|Disables the use of J1 Themer
|
21
|
-
#
|
22
|
-
# values: boolean (true|false)
|
23
|
-
# default: false
|
24
|
-
#
|
25
|
-
# debug
|
26
|
-
# ----------------------------------------------------------------------------
|
27
|
-
# Enables|Disables the console log
|
28
|
-
#
|
29
|
-
# values: boolean (true|false)
|
30
|
-
# default: false
|
31
|
-
#
|
32
|
-
# cssThemeLink
|
33
|
-
# ----------------------------------------------------------------------------
|
34
|
-
# The ID used for the bootstrap theme css file
|
35
|
-
#
|
36
|
-
# values: string
|
37
|
-
# default: bootstrapTheme
|
38
|
-
#
|
39
|
-
# saveToCookie
|
40
|
-
# ----------------------------------------------------------------------------
|
41
|
-
# If true, a cookie will be saved with the currently selected theme
|
42
|
-
#
|
43
|
-
# values: boolean (true|false)
|
44
|
-
# default: true
|
45
|
-
#
|
46
|
-
# cookieThemeName
|
47
|
-
# The name of the cookie to be used to store the theme name
|
48
|
-
#
|
49
|
-
# values: string
|
50
|
-
# default: bootstrapTheme.name
|
51
|
-
#
|
52
|
-
# cookieDefaultThemeName
|
53
|
-
# ----------------------------------------------------------------------------
|
54
|
-
# The name of the cookie to be used to store the default theme name
|
55
|
-
#
|
56
|
-
# values: string
|
57
|
-
# default: bootstrapDefaultTheme.name
|
58
|
-
#
|
59
|
-
# cookieThemeCss
|
60
|
-
# ----------------------------------------------------------------------------
|
61
|
-
# The name of the cookie to be used to store the css file name
|
62
|
-
# used for the theme
|
63
|
-
#
|
64
|
-
# values: string
|
65
|
-
# default: bootstrapTheme.css
|
66
|
-
#
|
67
|
-
# cookieExpiration
|
68
|
-
# ----------------------------------------------------------------------------
|
69
|
-
# The number of days the cookies should expire
|
70
|
-
#
|
71
|
-
# values: integer
|
72
|
-
# default: 7
|
73
|
-
#
|
74
|
-
# cookiePath
|
75
|
-
# ----------------------------------------------------------------------------
|
76
|
-
# The path the cookie should be stored
|
77
|
-
#
|
78
|
-
# values: string (path)
|
79
|
-
# default: /
|
80
|
-
#
|
81
|
-
# defaultCssFile
|
82
|
-
# ----------------------------------------------------------------------------
|
83
|
-
# The default css file the plugin should use if it can not load
|
84
|
-
# the themes from Bootswatch
|
85
|
-
#
|
86
|
-
# values: string (URI)
|
87
|
-
# default: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
|
88
|
-
#
|
89
|
-
# bootswatchApiUrl
|
90
|
-
# ----------------------------------------------------------------------------
|
91
|
-
# The url for the bootswatch api
|
92
|
-
#
|
93
|
-
# values: string (URI)
|
94
|
-
# default: http://api.bootswatch.com
|
95
|
-
#
|
96
|
-
# bootswatchApiVersion
|
97
|
-
# ----------------------------------------------------------------------------
|
98
|
-
# The version of the bootswatch api to use
|
99
|
-
#
|
100
|
-
# values: integer
|
101
|
-
# default: 3
|
102
|
-
#
|
103
|
-
# localFeed
|
104
|
-
# ----------------------------------------------------------------------------
|
105
|
-
# The path to a JSON file that contains the themes you want to use.
|
106
|
-
# If this parameter is used, the control will be loaded the themes
|
107
|
-
# from here and not go to the bootswatchApiUrl. A sample of the json
|
108
|
-
# file can be found at themes.json
|
109
|
-
#
|
110
|
-
# values: string
|
111
|
-
# default: empty string
|
112
|
-
#
|
113
|
-
# excludeBootswatch
|
114
|
-
# ----------------------------------------------------------------------------
|
115
|
-
# Comma separated list of BootSwatch names (e.g. Slate,Yeti) that
|
116
|
-
# should be excluded from the rendered <ul> or <select>
|
117
|
-
#
|
118
|
-
# values: string
|
119
|
-
# default: empty string
|
120
|
-
#
|
121
|
-
# hideOnReload
|
122
|
-
# ----------------------------------------------------------------------------
|
123
|
-
# Number of milliseconds (msec) the current page is hidden (display: none)
|
124
|
-
# to prevent "DOM flicker" aka "FOUC" (Flash of unstyled content) while
|
125
|
-
# the css file is loaded|activated
|
126
|
-
#
|
127
|
-
# values: integer
|
128
|
-
# default: 150
|
129
|
-
# ------------------------------------------------------------------------------
|
130
|
-
|
131
|
-
# ------------------------------------------------------------------------------
|
132
|
-
# About this configuration (used for J1 CC only)
|
133
|
-
#
|
134
|
-
about_config:
|
18
|
+
description:
|
135
19
|
|
136
20
|
title: Themer
|
137
21
|
scope: Default settings
|
@@ -142,6 +26,123 @@ about_config:
|
|
142
26
|
#
|
143
27
|
defaults:
|
144
28
|
|
29
|
+
# ----------------------------------------------------------------------------
|
30
|
+
# Themer settings
|
31
|
+
#
|
32
|
+
# enabled
|
33
|
+
# --------------------------------------------------------------------------
|
34
|
+
# Enables|Disables the use of J1 Themer
|
35
|
+
#
|
36
|
+
# values: boolean (true|false)
|
37
|
+
# default: false
|
38
|
+
#
|
39
|
+
# debug
|
40
|
+
# --------------------------------------------------------------------------
|
41
|
+
# Enables|Disables the console log
|
42
|
+
#
|
43
|
+
# values: boolean (true|false)
|
44
|
+
# default: false
|
45
|
+
#
|
46
|
+
# cssThemeLink
|
47
|
+
# --------------------------------------------------------------------------
|
48
|
+
# The ID used for the bootstrap theme css file
|
49
|
+
#
|
50
|
+
# values: string
|
51
|
+
# default: bootstrapTheme
|
52
|
+
#
|
53
|
+
# saveToCookie
|
54
|
+
# --------------------------------------------------------------------------
|
55
|
+
# If true, a cookie will be saved with the currently selected theme
|
56
|
+
#
|
57
|
+
# values: boolean (true|false)
|
58
|
+
# default: true
|
59
|
+
#
|
60
|
+
# cookieThemeName
|
61
|
+
# The name of the cookie to be used to store the theme name
|
62
|
+
#
|
63
|
+
# values: string
|
64
|
+
# default: bootstrapTheme.name
|
65
|
+
#
|
66
|
+
# cookieDefaultThemeName
|
67
|
+
# --------------------------------------------------------------------------
|
68
|
+
# The name of the cookie to be used to store the default theme name
|
69
|
+
#
|
70
|
+
# values: string
|
71
|
+
# default: bootstrapDefaultTheme.name
|
72
|
+
#
|
73
|
+
# cookieThemeCss
|
74
|
+
# --------------------------------------------------------------------------
|
75
|
+
# The name of the cookie to be used to store the css file name
|
76
|
+
# used for the theme
|
77
|
+
#
|
78
|
+
# values: string
|
79
|
+
# default: bootstrapTheme.css
|
80
|
+
#
|
81
|
+
# cookieExpiration
|
82
|
+
# --------------------------------------------------------------------------
|
83
|
+
# The number of days the cookies should expire
|
84
|
+
#
|
85
|
+
# values: integer
|
86
|
+
# default: 7
|
87
|
+
#
|
88
|
+
# cookiePath
|
89
|
+
# --------------------------------------------------------------------------
|
90
|
+
# The path the cookie should be stored
|
91
|
+
#
|
92
|
+
# values: string (path)
|
93
|
+
# default: /
|
94
|
+
#
|
95
|
+
# defaultCssFile
|
96
|
+
# --------------------------------------------------------------------------
|
97
|
+
# The default css file the plugin should use if it can not load
|
98
|
+
# the themes from Bootswatch
|
99
|
+
#
|
100
|
+
# values: string (URI)
|
101
|
+
# default: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
|
102
|
+
#
|
103
|
+
# bootswatchApiUrl
|
104
|
+
# --------------------------------------------------------------------------
|
105
|
+
# The url for the bootswatch api
|
106
|
+
#
|
107
|
+
# values: string (URI)
|
108
|
+
# default: http://api.bootswatch.com
|
109
|
+
#
|
110
|
+
# bootswatchApiVersion
|
111
|
+
# --------------------------------------------------------------------------
|
112
|
+
# The version of the bootswatch api to use
|
113
|
+
#
|
114
|
+
# values: integer
|
115
|
+
# default: 3
|
116
|
+
#
|
117
|
+
# localFeed
|
118
|
+
# --------------------------------------------------------------------------
|
119
|
+
# The path to a JSON file that contains the themes you want to use.
|
120
|
+
# If this parameter is used, the control will be loaded the themes
|
121
|
+
# from here and not go to the bootswatchApiUrl. A sample of the json
|
122
|
+
# file can be found at themes.json
|
123
|
+
#
|
124
|
+
# values: string
|
125
|
+
# default: empty string
|
126
|
+
#
|
127
|
+
# excludeBootswatch
|
128
|
+
# --------------------------------------------------------------------------
|
129
|
+
# Comma separated list of BootSwatch names (e.g. Slate,Yeti) that
|
130
|
+
# should be excluded from the rendered <ul> or <select>
|
131
|
+
#
|
132
|
+
# values: string
|
133
|
+
# default: empty string
|
134
|
+
#
|
135
|
+
# hideOnReload
|
136
|
+
# --------------------------------------------------------------------------
|
137
|
+
# Number of milliseconds (msec) the current page is hidden (display: none)
|
138
|
+
# to prevent "DOM flicker" aka "FOUC" (Flash of unstyled content) while
|
139
|
+
# the css file is loaded|activated
|
140
|
+
#
|
141
|
+
# values: integer
|
142
|
+
# default: 150
|
143
|
+
#
|
144
|
+
# ----------------------------------------------------------------------------
|
145
|
+
#
|
145
146
|
enabled: false
|
146
147
|
|
147
148
|
reloadPageOnChange: false # reload current page, if theme has been changed
|
@@ -44,7 +44,6 @@ defaults:
|
|
44
44
|
# default: false
|
45
45
|
# ----------------------------------------------------------------------------
|
46
46
|
enabled: true
|
47
|
-
log: false
|
48
47
|
|
49
48
|
# ----------------------------------------------------------------------------
|
50
49
|
# MODULE settings
|
@@ -153,6 +152,7 @@ defaults:
|
|
153
152
|
# default: true
|
154
153
|
#
|
155
154
|
# ----------------------------------------------------------------------------
|
155
|
+
log: false
|
156
156
|
tocSelector: .js-toc
|
157
157
|
contentSelector: .js-toc-content
|
158
158
|
headingSelector: "h2, h3, h4, h5, h6"
|
@@ -15,6 +15,7 @@
|
|
15
15
|
# About this configuration (used for J1 CC only)
|
16
16
|
#
|
17
17
|
about_config:
|
18
|
+
|
18
19
|
title: J1 Translator
|
19
20
|
scope: Default settings
|
20
21
|
location: _data/modules/defaults/translator.yml
|
@@ -23,7 +24,6 @@ about_config:
|
|
23
24
|
# Default translator settings (general)
|
24
25
|
#
|
25
26
|
defaults:
|
26
|
-
|
27
27
|
enabled: false
|
28
28
|
|
29
29
|
translationEnabled: false
|
@@ -16,9 +16,10 @@
|
|
16
16
|
# ------------------------------------------------------------------------------
|
17
17
|
|
18
18
|
# ------------------------------------------------------------------------------
|
19
|
-
#
|
19
|
+
# Description (used for J1 CC only)
|
20
20
|
#
|
21
|
-
|
21
|
+
description:
|
22
|
+
|
22
23
|
title: Floating Action Button
|
23
24
|
scope: User settings
|
24
25
|
location: _data/modules/fab.yml
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Framer
|
20
20
|
scope: User settings
|
@@ -24,8 +24,7 @@ about_config:
|
|
24
24
|
# SETTINGS
|
25
25
|
#
|
26
26
|
settings:
|
27
|
-
|
28
|
-
enabled: true
|
27
|
+
enabled: false
|
29
28
|
|
30
29
|
load: sync
|
31
30
|
log: false
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Ruby Logger
|
20
20
|
scope: User settings
|
@@ -15,9 +15,10 @@
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
16
|
|
17
17
|
# ------------------------------------------------------------------------------
|
18
|
-
#
|
18
|
+
# Description (used for J1 CC only)
|
19
19
|
#
|
20
|
-
|
20
|
+
description:
|
21
|
+
|
21
22
|
title: Navigator
|
22
23
|
scope: User settings
|
23
24
|
location: _data/modules/navigator.yml
|
@@ -26,6 +27,7 @@ about_config:
|
|
26
27
|
# User configuration settings
|
27
28
|
#
|
28
29
|
settings:
|
30
|
+
enabled: true
|
29
31
|
|
30
32
|
# ----------------------------------------------------------------------------
|
31
33
|
# NavBar
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: J1 QuickSearch
|
20
20
|
scope: User settings
|
@@ -24,8 +24,8 @@ about_config:
|
|
24
24
|
# User configuration settings
|
25
25
|
#
|
26
26
|
settings:
|
27
|
-
|
28
27
|
enabled: true
|
28
|
+
|
29
29
|
placement: navbar
|
30
30
|
target: _blank
|
31
31
|
rebuild: true
|
@@ -16,9 +16,10 @@
|
|
16
16
|
# ------------------------------------------------------------------------------
|
17
17
|
|
18
18
|
# ------------------------------------------------------------------------------
|
19
|
-
#
|
19
|
+
# Description (used for J1 CC only)
|
20
20
|
#
|
21
|
-
|
21
|
+
description:
|
22
|
+
|
22
23
|
title: rTable Module
|
23
24
|
scope: User settings
|
24
25
|
location: _data/modules/rtable.yml
|
@@ -29,6 +30,5 @@ about_config:
|
|
29
30
|
settings:
|
30
31
|
enabled: true
|
31
32
|
|
32
|
-
|
33
33
|
# ------------------------------------------------------------------------------
|
34
34
|
# END config
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Scroller API
|
20
20
|
scope: User settings
|
@@ -27,7 +27,6 @@ settings:
|
|
27
27
|
enabled: true
|
28
28
|
|
29
29
|
scrollers:
|
30
|
-
|
31
30
|
# --------------------------------------------------------------------------
|
32
31
|
# Intro Panel
|
33
32
|
#
|
@@ -13,9 +13,9 @@
|
|
13
13
|
# ------------------------------------------------------------------------------
|
14
14
|
|
15
15
|
# ------------------------------------------------------------------------------
|
16
|
-
#
|
16
|
+
# Description (used for J1 CC only)
|
17
17
|
#
|
18
|
-
|
18
|
+
description:
|
19
19
|
|
20
20
|
title: Themer
|
21
21
|
scope: User settings
|
@@ -25,7 +25,6 @@ about_config:
|
|
25
25
|
# User configuration settings
|
26
26
|
#
|
27
27
|
settings:
|
28
|
-
|
29
28
|
enabled: true
|
30
29
|
|
31
30
|
saveToCookie: true
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: Toccer
|
20
20
|
scope: Default settings
|
@@ -24,7 +24,6 @@ about_config:
|
|
24
24
|
# User configuration settings
|
25
25
|
#
|
26
26
|
settings:
|
27
|
-
|
28
27
|
# ----------------------------------------------------------------------------
|
29
28
|
# GENERAL settings
|
30
29
|
#
|
@@ -44,6 +43,7 @@ settings:
|
|
44
43
|
# default: false
|
45
44
|
# ----------------------------------------------------------------------------
|
46
45
|
enabled: true
|
46
|
+
|
47
47
|
log: false
|
48
48
|
|
49
49
|
# ------------------------------------------------------------------------------
|
@@ -24,8 +24,8 @@ description:
|
|
24
24
|
# User configuration settings
|
25
25
|
#
|
26
26
|
settings:
|
27
|
-
|
28
27
|
enabled: true
|
28
|
+
|
29
29
|
translatorName: google
|
30
30
|
contentLanguage: en # [auto|any supported language], auto: language set by site config
|
31
31
|
dialogLanguage: auto # [auto|en|de], auto: language set by site config
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: J1 Paginator
|
20
20
|
scope: Default settings
|
@@ -12,9 +12,9 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
17
|
+
description:
|
18
18
|
|
19
19
|
title: J1 Paginator
|
20
20
|
scope: User settings
|