j1-template 2022.0.9 → 2022.0.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
- data/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
- data/apps/public/cc/index.adoc +0 -1
- data/assets/data/article_navigator/index.html +0 -1
- data/assets/data/news_panel_posts/index.html +0 -1
- data/assets/error_pages/HTTP445.html +5 -4
- data/assets/error_pages/HTTP446.html +2 -2
- data/assets/error_pages/HTTP447.html +110 -0
- data/assets/error_pages/HTTP448.html +111 -0
- data/assets/themes/j1/adapter/js/advertising.js +442 -0
- data/assets/themes/j1/adapter/js/algolia.js +10 -13
- data/assets/themes/j1/adapter/js/analytics.js +259 -0
- data/assets/themes/j1/adapter/js/asciidoctor.js +10 -13
- data/assets/themes/j1/adapter/js/attic.js +10 -5
- data/assets/themes/j1/adapter/js/bmd.js +10 -14
- data/assets/themes/j1/adapter/js/carousel.js +10 -13
- data/assets/themes/j1/adapter/js/clipboard.js +9 -10
- data/assets/themes/j1/adapter/js/comments.js +407 -0
- data/assets/themes/j1/adapter/js/cookieConsent.js +107 -84
- data/assets/themes/j1/adapter/js/fab.js +11 -11
- data/assets/themes/j1/adapter/js/framer.js +59 -64
- data/assets/themes/j1/adapter/js/j1.js +203 -258
- data/assets/themes/j1/adapter/js/justifiedGallery.js +12 -14
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +10 -13
- data/assets/themes/j1/adapter/js/lightbox.js +12 -9
- data/assets/themes/j1/adapter/js/logger.js +11 -5
- data/assets/themes/j1/adapter/js/mmenu.js +11 -12
- data/assets/themes/j1/adapter/js/navigator.js +13 -12
- data/assets/themes/j1/adapter/js/quicksearch.js +10 -13
- data/assets/themes/j1/adapter/js/rouge.js +11 -14
- data/assets/themes/j1/adapter/js/rtable.js +10 -13
- data/assets/themes/j1/adapter/js/rtextResizer.js +10 -13
- data/assets/themes/j1/adapter/js/scroller.js +14 -12
- data/assets/themes/j1/adapter/js/themer.js +12 -3
- data/assets/themes/j1/adapter/js/toccer.js +10 -13
- data/assets/themes/j1/adapter/js/translator.js +50 -96
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -0
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- 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/assets/themes/j1/modules/advertising/js/google/adInitializer.js +127 -0
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +11 -2
- data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +1 -1
- data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
- data/assets/themes/j1/modules/scroller/js/scroller.js +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +1 -13
- 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 +21 -21
- data/lib/starter_web/_data/layouts/home.ads.yml +262 -0
- data/lib/starter_web/_data/layouts/home.no-ads.yml +262 -0
- data/lib/starter_web/_data/layouts/home.yml +24 -0
- 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 +139 -12
- 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 +1 -1
- data/lib/starter_web/_data/modules/defaults/advertising.yml +105 -0
- 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 +105 -26
- 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 +447 -290
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
- data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +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/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +1 -1
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +1 -1
- data/lib/starter_web/index.html +0 -4
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +0 -1
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -1
- data/lib/starter_web/pages/public/blog/navigator/archive.html +0 -1
- data/lib/starter_web/pages/public/blog/navigator/index.html +0 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -3
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +265 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +237 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +237 -0
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +62 -0
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +130 -0
- data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
- data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
- data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
- data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +23 -2
- data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +100 -166
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +25 -70
- 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/ad/custom-provider.html +0 -30
- data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +0 -62
- data/_includes/themes/j1/modules/connectors/ads +0 -56
- 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
- data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +0 -244
- data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +0 -110
- data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +0 -28
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +0 -14
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +0 -11
- data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
- data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
- data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +0 -220
- data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +0 -177
- data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +0 -148
- data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +0 -226
- data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +0 -109
- data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +0 -127
- data/lib/starter_web/pages/_test_pages/card-tester.adoc +0 -128
- data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +0 -96
- data/lib/starter_web/pages/_test_pages/deepl.0.adoc +0 -258
- data/lib/starter_web/pages/_test_pages/deepl.adoc +0 -204
- data/lib/starter_web/pages/_test_pages/desandro-button.adoc +0 -171
- data/lib/starter_web/pages/_test_pages/desandro.adoc +0 -147
- data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +0 -308
- data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +0 -167
- data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +0 -727
- data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +0 -113
- data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -231
- data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +0 -149
- data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -237
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +0 -183
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +0 -235
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +0 -222
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +0 -119
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +0 -236
- data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +0 -225
- data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +0 -265
- data/lib/starter_web/pages/_test_pages/tictok.adoc +0 -127
@@ -28,9 +28,79 @@ description:
|
|
28
28
|
# Default settings
|
29
29
|
#
|
30
30
|
defaults:
|
31
|
+
enabled: true
|
31
32
|
|
32
33
|
# ----------------------------------------------------------------------------
|
33
|
-
#
|
34
|
+
# Switches
|
35
|
+
#
|
36
|
+
# checkCookies
|
37
|
+
# --------------------------------------------------------------------------
|
38
|
+
# Check if cookies are created and available to the browser. If the cookie
|
39
|
+
# attributes does NOT allow to create and|or access on cookies,
|
40
|
+
# setting-up a page will fail. It is recommended to enable checks on
|
41
|
+
# cookies to issue an error page (HTML 445) if access on cookies has
|
42
|
+
# failed for some reason. This will prevent severe failures and|or endless
|
43
|
+
# loops accessing a page on missing cookies or invalid cookie settings.
|
44
|
+
#
|
45
|
+
# values: [false|true]
|
46
|
+
# default: true
|
47
|
+
#
|
48
|
+
# encryptCookiesOnHttp (currently NOT supported)
|
49
|
+
# --------------------------------------------------------------------------
|
50
|
+
# If a website does not use encryption over the HTTPS protocol, the
|
51
|
+
# content written by J1 to cookies can be (AES) encrypted to prevent
|
52
|
+
# unwanted manipulation.
|
53
|
+
#
|
54
|
+
# NOTE: For sites deployed on the Internet, it is highly recommended
|
55
|
+
# to use encryption (HTTPS protocol) for all sites to prevent
|
56
|
+
# (man-in-the-middle) attacks. If this is NOT possible, at least
|
57
|
+
# cookies should be encrypted to prevent attacks based on manipulated
|
58
|
+
# contents.
|
59
|
+
#
|
60
|
+
# NOTE: Encrpytion on cookies is only enabled, if an unsecure connection
|
61
|
+
# over the HTTP protocol is detected. This is for performance reasons
|
62
|
+
# to not do time consuming calculations if a site is already
|
63
|
+
# encrypted.
|
64
|
+
#
|
65
|
+
# values: [false|true]
|
66
|
+
# default: false
|
67
|
+
#
|
68
|
+
# expireCookiesOnRequiredOnly
|
69
|
+
# --------------------------------------------------------------------------
|
70
|
+
# J1 uses permanent cookies to store user-related data and process stored
|
71
|
+
# data on subsequent visits. permanent cookies require consent, which is
|
72
|
+
# automatically displayed as a cookie banner on the first visit.
|
73
|
+
#
|
74
|
+
# If the switch 'expireCookiesOnRequiredOnly' is set to 'true', all
|
75
|
+
# permanent cookies created by J1 are rewritten to session cookies if
|
76
|
+
# the consent for advanced cookies (type personalization or analysis) has
|
77
|
+
# been denied.
|
78
|
+
# The browser automatically deletes all session cookies when all browser
|
79
|
+
# sessions (windows/tabs) are closed. Since all session cookies are deleted
|
80
|
+
# automatically, this will result in a cookie consent dialog being
|
81
|
+
# displayed again on visitors next visit.
|
82
|
+
#
|
83
|
+
# NOTE: It is recommended that permanent J1 cookies be rewritten to
|
84
|
+
# session cookies for visitors who reject advanced cookies. In
|
85
|
+
# addition, session cookies improve privacy policy compliance and
|
86
|
+
# increase the chance all cookies are accepted on return.
|
87
|
+
#
|
88
|
+
# NOTE: Make sure that your website complies with applicable privacy
|
89
|
+
# regulations, such as the GDPR (DSGVO) or California California
|
90
|
+
# Consumer Privacy Act (CCPA) by using the cookie banner provided
|
91
|
+
# by J1 Template.
|
92
|
+
#
|
93
|
+
# values: [false|true]
|
94
|
+
# default: true
|
95
|
+
#
|
96
|
+
# ----------------------------------------------------------------------------
|
97
|
+
#
|
98
|
+
checkCookies: true
|
99
|
+
encryptCookiesOnHttp: false
|
100
|
+
expireCookiesOnRequiredOnly: true
|
101
|
+
|
102
|
+
# ----------------------------------------------------------------------------
|
103
|
+
# Attributes
|
34
104
|
#
|
35
105
|
# path
|
36
106
|
# --------------------------------------------------------------------------
|
@@ -43,19 +113,19 @@ defaults:
|
|
43
113
|
# domain
|
44
114
|
# --------------------------------------------------------------------------
|
45
115
|
# Switch 'domain' controls if the value for the attribute 'domain' is
|
46
|
-
# used (= auto|
|
47
|
-
# is calculated from the hostname
|
48
|
-
# to be used.
|
49
|
-
# If the switch 'domain' is to 'false', the attribute 'domain' is
|
50
|
-
# automatically set to the (fully qualified)
|
51
|
-
# are
|
116
|
+
# used (= auto|domain_string) or NOT used (false). If 'auto' is given,
|
117
|
+
# the domain is calculated from the hostname found in URL of the current
|
118
|
+
# page. Otherwise 'domain_string' is treates as domain to be used.
|
119
|
+
# If the switch 'domain' is set to 'false', the attribute 'domain' is
|
120
|
+
# not set, but automatically set by the browser to the (fully qualified)
|
121
|
+
# hostname and all subdomains are excluded from accessing the cookies.
|
52
122
|
#
|
53
123
|
# NOTE: Be carefull setting switch 'domain' to auto. For sites deployed
|
54
124
|
# to hosts of public domain providers like Netlify (netlify.app),
|
55
125
|
# this will open the access on cookies to ALL hosts (subdomains)!
|
56
126
|
# See 'same_site'.
|
57
127
|
#
|
58
|
-
# values: [false|auto|
|
128
|
+
# values: [false|auto|domain_string]
|
59
129
|
# default: false
|
60
130
|
#
|
61
131
|
# expires
|
@@ -69,44 +139,53 @@ defaults:
|
|
69
139
|
#
|
70
140
|
# same_site
|
71
141
|
# --------------------------------------------------------------------------
|
72
|
-
# Lax:
|
73
|
-
#
|
74
|
-
#
|
75
|
-
#
|
76
|
-
#
|
142
|
+
# Lax: Sent cookie for all requests, including subdomains, but
|
143
|
+
# not in cross-site requests.
|
144
|
+
# Strict: The cookie is only sent to the site where it originated,
|
145
|
+
# excluding subdomains, but not in cross-site requests.
|
146
|
+
# None: Send cookies in cross-site requests if the attribute
|
147
|
+
# 'secure' is enabled. Note, the value 'None' can be only
|
148
|
+
# used for HTTPS requests.
|
149
|
+
#
|
150
|
+
# values: [Strict|Lax|None]
|
77
151
|
# default: Strict
|
78
152
|
#
|
79
153
|
# http_only
|
80
154
|
# --------------------------------------------------------------------------
|
81
|
-
#
|
155
|
+
# Prevent access on cookies via JavaScript (client-side). Note, for
|
156
|
+
# client-side processing of cookies, like J1 Modules, never change
|
157
|
+
# the attribute to 'true'.
|
158
|
+
#
|
159
|
+
# NOTE: The attribute 'http_only' is only used for web applications to
|
160
|
+
# store sensitive private user data (like passwords, account data) to
|
161
|
+
# to cookies. Only 'server-sided' web applications will be able to
|
162
|
+
# read cookies secured by 'http_only'.
|
82
163
|
#
|
83
164
|
# values: [false|true]
|
84
165
|
# default: false
|
85
166
|
#
|
86
167
|
# secure
|
87
168
|
# --------------------------------------------------------------------------
|
88
|
-
#
|
89
|
-
# the HTTPS protocol
|
169
|
+
# If set to 'true', cookies are only sent to the server with an encrypted
|
170
|
+
# request over the HTTPS protocol. If set to 'auto', the attribute is
|
171
|
+
# ENABLED (set to 'true') automatically, if a secure connection (HTTPS)
|
172
|
+
# is detected.
|
90
173
|
#
|
91
|
-
#
|
92
|
-
#
|
174
|
+
# NOTE: For sites deployed on the Internet, it is highly recommended
|
175
|
+
# to use encryption (HTTPS protocol) for all sites to prevent
|
176
|
+
# (man-in-the-middle) attacks (and manipulation on cookies).
|
93
177
|
#
|
94
|
-
#
|
95
|
-
#
|
96
|
-
# Check if cookies created/available
|
97
|
-
#
|
98
|
-
# values: [false|true]
|
99
|
-
# default: true
|
178
|
+
# values: [auto|false|true]
|
179
|
+
# default: auto
|
100
180
|
#
|
101
181
|
# ----------------------------------------------------------------------------
|
102
182
|
#
|
103
|
-
check_cookies: false
|
104
183
|
path: /
|
105
184
|
domain: false
|
106
185
|
expires: 365
|
107
186
|
same_site: Strict
|
187
|
+
secure: auto
|
108
188
|
http_only: false
|
109
|
-
secure: false
|
110
189
|
|
111
190
|
# ------------------------------------------------------------------------------
|
112
191
|
# END config
|
@@ -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: Default settings
|
24
25
|
location: _data/modules/defaults/fab.yml
|
@@ -28,6 +29,7 @@ about_config:
|
|
28
29
|
#
|
29
30
|
defaults:
|
30
31
|
enabled: false
|
32
|
+
|
31
33
|
mode: icon
|
32
34
|
|
33
35
|
xhr_container_id: fab-container
|
@@ -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: Default settings
|
@@ -245,7 +245,6 @@ about_config:
|
|
245
245
|
# DEFAULTS
|
246
246
|
#
|
247
247
|
defaults:
|
248
|
-
|
249
248
|
enabled: true
|
250
249
|
|
251
250
|
load: sync
|
@@ -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: Logger
|
21
21
|
scope: Default settings
|
@@ -25,6 +25,7 @@ about_config:
|
|
25
25
|
# User configuration settings
|
26
26
|
#
|
27
27
|
defaults:
|
28
|
+
enabled: true
|
28
29
|
|
29
30
|
# ----------------------------------------------------------------------------
|
30
31
|
# APPENDER configurations
|
@@ -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: Default settings
|
@@ -17,9 +17,10 @@
|
|
17
17
|
# ------------------------------------------------------------------------------
|
18
18
|
|
19
19
|
# ------------------------------------------------------------------------------
|
20
|
-
#
|
20
|
+
# Description (used for J1 CC only)
|
21
21
|
#
|
22
|
-
|
22
|
+
description:
|
23
|
+
|
23
24
|
title: Navigator
|
24
25
|
scope: Default settings
|
25
26
|
location: _data/modules/defaults/navigator.yml
|
@@ -28,6 +29,7 @@ about_config:
|
|
28
29
|
# Default settings
|
29
30
|
#
|
30
31
|
defaults:
|
32
|
+
enabled: true
|
31
33
|
|
32
34
|
# ------------------------------------------------------------------------------
|
33
35
|
# Font icon settings
|
@@ -12,9 +12,10 @@
|
|
12
12
|
# ------------------------------------------------------------------------------
|
13
13
|
|
14
14
|
# ------------------------------------------------------------------------------
|
15
|
-
#
|
15
|
+
# Description (used for J1 CC only)
|
16
16
|
#
|
17
|
-
|
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
|
-
#
|
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
|