You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-18
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,23 @@ Content can be added and edited using the block editor.
19
19
20
20
The following variables are available:
21
21
22
-
| Name | Description |
23
-
| --- | --- |
24
-
| + Main | The main content block area |
25
-
| Brand | The brand HTML, SVG or text to be used as logo |
26
-
| Image Logo | The path to your logo - this variable should be defined globally in the shared data section |
27
-
| Image Logo Mobile | An alternative logo for smaller devices |
28
-
| Items Footer | Additional markup to be added to page's footer |
29
-
| Items Header | Additional markup to be added to page's `<head></head>` section |
30
-
| Format Date | The format for displaying the date |
31
-
| Label More | Label text for the "More" button |
32
-
| Label Show All | Label text for filter button when no filter is selected |
33
-
| Locale | The locale information to format date and time according to like `en_EN` or `de_DE`|
34
-
| Meta Title | An optional meta title to be used for the browser title bar and links used on Twitter, Facebook or similar social networks |
35
-
| Notification No Search Results | Notification text for an empty list of search results |
36
-
| Og Image | A glob pattern to select a preview image for Twitter, Facebook or similar social network cards. This could be for example `*.png, *.jpg`|
37
-
| Placeholder Search | Placeholder text for the search field of the main menu |
38
-
| Url Github | The URL to a related GitHub repository |
39
-
| Url Pagelist | The URL for the search results page |
22
+
| Name | Description | Scope |
23
+
| --- | --- | --- |
24
+
| + Main | The main content block area | Page |
25
+
| Brand | The brand HTML, SVG or text to be used as logo | - |
26
+
| Image Logo | The path to your logo - this variable should be defined globally in the shared data section | - |
27
+
| Image Logo Mobile | An alternative logo for smaller devices | - |
28
+
| Items Footer | Additional markup to be added to page's footer | - |
29
+
| Items Header | Additional markup to be added to page's `<head></head>` section | - |
30
+
| Format Date | The format for displaying the date | - |
31
+
| Label More | Label text for the "More" button | Shared |
32
+
| Label Show All | Label text for filter button when no filter is selected | Shared |
33
+
| Locale | The locale information to format date and time according to like `en_EN` or `de_DE`| - |
34
+
| Meta Title | An optional meta title to be used for the browser title bar and links used on Twitter, Facebook or similar social networks | - |
35
+
| Notification No Search Results | Notification text for an empty list of search results | Shared |
36
+
| Og Image | A glob pattern to select a preview image for Twitter, Facebook or similar social network cards. This could be for example `*.png, *.jpg`| - |
37
+
| Placeholder Search | Placeholder text for the search field of the main menu | Shared |
38
+
| Search Results Title | The title for the search results page | Shared |
39
+
| Syntax Theme | The name of the syntax theme for [highlight.js](https://highlightjs.org/static/demo/) like for example 'mono-blue'. | Shared |
40
+
| Url Github | The URL to a related GitHub repository | Shared |
41
+
| Url Pagelist | The URL for the search results page | Shared |
Copy file name to clipboardExpand all lines: theme.json
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
"notificationNoSearchResults",
11
11
"placeholderSearch",
12
12
"searchResultsTitle",
13
+
"syntaxTheme",
13
14
"urlGithub",
14
15
"urlPagelist"
15
16
],
@@ -33,6 +34,7 @@
33
34
"ogImage": "A glob pattern to select a preview image for Twitter, Facebook or similar social network cards. This could be for example `*.png, *.jpg`",
34
35
"placeholderSearch": "Placeholder text for the search field of the main menu",
35
36
"searchResultsTitle": "The title for the search results page",
37
+
"syntaxTheme": "The name of the syntax theme for <a href='https://highlightjs.org/static/demo/' style='color: inherit; text-decoration: underline !important;'>highlight.js</a> like for example 'mono-blue'",
36
38
"urlGithub": "The URL to a related GitHub repository",
37
39
"urlPagelist": "The URL for the search results page"
0 commit comments