j1-template 2022.0.8 → 2022.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (209) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  3. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  4. data/apps/public/cc/index.adoc +0 -1
  5. data/assets/data/article_navigator/index.html +0 -1
  6. data/assets/data/news_panel_posts/index.html +0 -1
  7. data/assets/error_pages/HTTP445.html +5 -4
  8. data/assets/error_pages/HTTP446.html +3 -3
  9. data/assets/error_pages/HTTP447.html +110 -0
  10. data/assets/error_pages/HTTP448.html +111 -0
  11. data/assets/themes/j1/adapter/js/advertising.js +413 -0
  12. data/assets/themes/j1/adapter/js/algolia.js +1 -4
  13. data/assets/themes/j1/adapter/js/analytics.js +237 -0
  14. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -4
  15. data/assets/themes/j1/adapter/js/attic.js +1 -4
  16. data/assets/themes/j1/adapter/js/bmd.js +1 -4
  17. data/assets/themes/j1/adapter/js/carousel.js +1 -4
  18. data/assets/themes/j1/adapter/js/clipboard.js +1 -2
  19. data/assets/themes/j1/adapter/js/comments.js +386 -0
  20. data/assets/themes/j1/adapter/js/cookieConsent.js +84 -51
  21. data/assets/themes/j1/adapter/js/fab.js +1 -1
  22. data/assets/themes/j1/adapter/js/framer.js +1 -7
  23. data/assets/themes/j1/adapter/js/j1.js +125 -208
  24. data/assets/themes/j1/adapter/js/justifiedGallery.js +1 -4
  25. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -4
  26. data/assets/themes/j1/adapter/js/lightbox.js +1 -5
  27. data/assets/themes/j1/adapter/js/logger.js +1 -2
  28. data/assets/themes/j1/adapter/js/mmenu.js +2 -3
  29. data/assets/themes/j1/adapter/js/navigator.js +4 -3
  30. data/assets/themes/j1/adapter/js/quicksearch.js +1 -4
  31. data/assets/themes/j1/adapter/js/rouge.js +2 -5
  32. data/assets/themes/j1/adapter/js/rtable.js +1 -4
  33. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -4
  34. data/assets/themes/j1/adapter/js/scroller.js +2 -5
  35. data/assets/themes/j1/adapter/js/themer.js +1 -1
  36. data/assets/themes/j1/adapter/js/toccer.js +1 -4
  37. data/assets/themes/j1/adapter/js/translator.js +79 -124
  38. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -0
  39. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  40. data/assets/themes/j1/core/js/template.js +13 -5
  41. data/assets/themes/j1/core/js/template.min.js +1 -1
  42. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  43. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +117 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +11 -2
  45. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  46. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +1 -1
  47. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  48. data/assets/themes/j1/modules/scroller/js/scroller.js +1 -1
  49. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  50. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  51. data/lib/j1/version.rb +1 -1
  52. data/lib/starter_web/Gemfile +1 -1
  53. data/lib/starter_web/_config.yml +1 -13
  54. data/lib/starter_web/_data/apps/carousel.yml +2 -2
  55. data/lib/starter_web/_data/apps/defaults/carousel.yml +3 -2
  56. data/lib/starter_web/_data/apps/defaults/justifiedGallery.yml +2 -2
  57. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +2 -2
  58. data/lib/starter_web/_data/apps/defaults/lightGallery.yml +2 -2
  59. data/lib/starter_web/_data/apps/defaults/lightbox.yml +2 -2
  60. data/lib/starter_web/_data/apps/justifiedGallery.yml +2 -2
  61. data/lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml +2 -2
  62. data/lib/starter_web/_data/apps/lightGallery.yml +2 -2
  63. data/lib/starter_web/_data/apps/lightbox.yml +2 -2
  64. data/lib/starter_web/_data/blocks/banner.yml +3 -2
  65. data/lib/starter_web/_data/blocks/defaults/banner.yml +9 -0
  66. data/lib/starter_web/_data/blocks/defaults/footer.yml +9 -0
  67. data/lib/starter_web/_data/blocks/defaults/panel.yml +9 -0
  68. data/lib/starter_web/_data/blocks/footer.yml +3 -2
  69. data/lib/starter_web/_data/blocks/panel.yml +3 -2
  70. data/lib/starter_web/_data/builder/blog_navigator.yml +3 -2
  71. data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +8 -8
  72. data/lib/starter_web/_data/j1_config.yml +0 -116
  73. data/lib/starter_web/_data/layouts/default.yml +21 -21
  74. data/lib/starter_web/_data/layouts/home.yml +24 -0
  75. data/lib/starter_web/_data/layouts/page.yml +7 -18
  76. data/lib/starter_web/_data/layouts/post.yml +0 -11
  77. data/lib/starter_web/_data/modules/advertising.yml +140 -12
  78. data/lib/starter_web/_data/modules/analytics.yml +99 -0
  79. data/lib/starter_web/_data/modules/attics.yml +3 -2
  80. data/lib/starter_web/_data/modules/comments.yml +55 -0
  81. data/lib/starter_web/_data/modules/cookieconsent.yml +2 -1
  82. data/lib/starter_web/_data/modules/cookies.yml +3 -1
  83. data/lib/starter_web/_data/modules/defaults/advertising.yml +106 -0
  84. data/lib/starter_web/_data/modules/defaults/analytics.yml +93 -0
  85. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -2
  86. data/lib/starter_web/_data/modules/defaults/authentication.yml +51 -48
  87. data/lib/starter_web/_data/modules/defaults/comments.yml +114 -0
  88. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
  89. data/lib/starter_web/_data/modules/defaults/cookies.yml +39 -19
  90. data/lib/starter_web/_data/modules/defaults/fab.yml +4 -2
  91. data/lib/starter_web/_data/modules/defaults/framer.yml +2 -3
  92. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +3 -2
  93. data/lib/starter_web/_data/modules/defaults/log4r.yml +2 -2
  94. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -2
  95. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +4 -3
  96. data/lib/starter_web/_data/modules/defaults/rtable.yml +3 -2
  97. data/lib/starter_web/_data/modules/defaults/scoller.yml +3 -2
  98. data/lib/starter_web/_data/modules/defaults/themer.yml +119 -118
  99. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  100. data/lib/starter_web/_data/modules/defaults/translator.yml +1 -1
  101. data/lib/starter_web/_data/modules/fab.yml +3 -2
  102. data/lib/starter_web/_data/modules/framer.yml +3 -4
  103. data/lib/starter_web/_data/modules/log4r.yml +2 -2
  104. data/lib/starter_web/_data/modules/navigator.yml +4 -2
  105. data/lib/starter_web/_data/modules/quicksearch.yml +3 -3
  106. data/lib/starter_web/_data/modules/rtable.yml +3 -3
  107. data/lib/starter_web/_data/modules/scroller.yml +2 -3
  108. data/lib/starter_web/_data/modules/themer.yml +2 -3
  109. data/lib/starter_web/_data/modules/toccer.yml +3 -3
  110. data/lib/starter_web/_data/modules/translator.yml +1 -1
  111. data/lib/starter_web/_data/plugins/defaults/paginator.yml +2 -2
  112. data/lib/starter_web/_data/plugins/paginator.yml +2 -2
  113. data/lib/starter_web/_data/resources.yml +447 -290
  114. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  115. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  116. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  117. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  118. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.ads.asciidoc +196 -0
  119. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.comments.asciidoc +182 -0
  120. data/lib/starter_web/index.html +0 -1
  121. data/lib/starter_web/package.json +1 -1
  122. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
  123. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
  124. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
  125. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -1
  126. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +0 -1
  127. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -1
  128. data/lib/starter_web/pages/public/blog/navigator/archive.html +0 -1
  129. data/lib/starter_web/pages/public/blog/navigator/index.html +0 -1
  130. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -3
  131. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +265 -0
  132. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +237 -0
  133. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +237 -0
  134. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +62 -0
  135. data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +130 -0
  136. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
  137. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
  138. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
  139. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  140. data/lib/starter_web/utilsrv/package.json +1 -1
  141. metadata +23 -70
  142. data/_includes/themes/j1/blocks/ads/ad.html +0 -64
  143. data/_includes/themes/j1/modules/boards/news_pin_board.html +0 -183
  144. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +0 -30
  145. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +0 -62
  146. data/_includes/themes/j1/modules/connectors/ads +0 -56
  147. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +0 -32
  148. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +0 -30
  149. data/_includes/themes/j1/modules/connectors/analytics +0 -60
  150. data/_includes/themes/j1/modules/connectors/comment/commento.html +0 -31
  151. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +0 -30
  152. data/_includes/themes/j1/modules/connectors/comment/disqus.html +0 -32
  153. data/_includes/themes/j1/modules/connectors/comment/facebook.html +0 -30
  154. data/_includes/themes/j1/modules/connectors/comment/hyvor.html +0 -32
  155. data/_includes/themes/j1/modules/connectors/comment/just-comments.html +0 -31
  156. data/_includes/themes/j1/modules/connectors/comments +0 -64
  157. data/_includes/themes/j1/modules/connectors/sharing +0 -29
  158. data/_includes/themes/j1/modules/connectors/survey/custom-provider.html +0 -30
  159. data/_includes/themes/j1/modules/connectors/survey/jotform.html +0 -32
  160. data/_includes/themes/j1/modules/connectors/surveys +0 -58
  161. data/_includes/themes/j1/modules/connectors/translator +0 -58
  162. data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +0 -32
  163. data/_includes/themes/j1/modules/connectors/translators/google-translator.html +0 -53
  164. data/_includes/themes/j1/modules/search/algolia.html +0 -181
  165. data/_includes/themes/j1/modules/search/docsearch.html +0 -42
  166. data/assets/data/disqus.js +0 -81
  167. data/assets/data/hyvor.js +0 -72
  168. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +0 -244
  169. data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +0 -110
  170. data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +0 -28
  171. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +0 -14
  172. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
  173. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
  174. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +0 -11
  175. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +0 -11
  176. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +0 -11
  177. data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
  178. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +0 -11
  179. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +0 -11
  180. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +0 -11
  181. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
  182. data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
  183. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +0 -220
  184. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +0 -177
  185. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +0 -148
  186. data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +0 -226
  187. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +0 -109
  188. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +0 -127
  189. data/lib/starter_web/pages/_test_pages/card-tester.adoc +0 -128
  190. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +0 -96
  191. data/lib/starter_web/pages/_test_pages/deepl.0.adoc +0 -258
  192. data/lib/starter_web/pages/_test_pages/deepl.adoc +0 -204
  193. data/lib/starter_web/pages/_test_pages/desandro-button.adoc +0 -171
  194. data/lib/starter_web/pages/_test_pages/desandro.adoc +0 -147
  195. data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +0 -308
  196. data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +0 -167
  197. data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +0 -727
  198. data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +0 -113
  199. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -231
  200. data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +0 -149
  201. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -237
  202. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +0 -183
  203. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +0 -235
  204. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +0 -222
  205. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +0 -119
  206. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +0 -236
  207. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +0 -225
  208. data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +0 -265
  209. data/lib/starter_web/pages/_test_pages/tictok.adoc +0 -127
@@ -12,9 +12,10 @@
12
12
  # ------------------------------------------------------------------------------
13
13
 
14
14
  # ------------------------------------------------------------------------------
15
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
17
+ description:
18
+
18
19
  title: J1 QuickSearch
19
20
  scope: Default settings
20
21
  location: _data/modules/defaults/quicksearch.yml
@@ -23,8 +24,8 @@ about_config:
23
24
  # Default settings
24
25
  #
25
26
  defaults:
26
-
27
27
  enabled: false
28
+
28
29
  placement: navbar
29
30
  target: _blank
30
31
  rebuild: false
@@ -16,9 +16,10 @@
16
16
  # ------------------------------------------------------------------------------
17
17
 
18
18
  # ------------------------------------------------------------------------------
19
- # About this configuration (used for J1 CC only)
19
+ # Description (used for J1 CC only)
20
20
  #
21
- about_config:
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
- # About this configuration (used for J1 CC only)
19
+ # Description (used for J1 CC only)
20
20
  #
21
- about_config:
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
- # Themer settings
16
+ # Description (used for J1 CC only)
17
17
  #
18
- # enabled
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
- # About this configuration (used for J1 CC only)
19
+ # Description (used for J1 CC only)
20
20
  #
21
- about_config:
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
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
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
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
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
- # About this configuration (used for J1 CC only)
18
+ # Description (used for J1 CC only)
19
19
  #
20
- about_config:
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
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
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
- # About this configuration (used for J1 CC only)
19
+ # Description (used for J1 CC only)
20
20
  #
21
- about_config:
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
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
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
- # About this configuration (used for J1 CC only)
16
+ # Description (used for J1 CC only)
17
17
  #
18
- about_config:
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
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
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
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
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
- # About this configuration (used for J1 CC only)
15
+ # Description (used for J1 CC only)
16
16
  #
17
- about_config:
17
+ description:
18
18
 
19
19
  title: J1 Paginator
20
20
  scope: User settings