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: content/docs/tools/teddyCloud/tecdoc/tonies-custom-json.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: "tonies-custom-json config"
3
-
description: "Info about the tonies-custom-json file"
2
+
title: "tonies.custom.json config"
3
+
description: "Info about the tonies.custom.json file"
4
4
bookCollapseSection: true
5
5
---
6
6
# tonies.custom.json
7
-
teddyCloud uses the tonies-custom-json file to read the metadata of custom tags in the same manner it's done for the official boxine tonies in the tonies-json file. The structure is the same, but it's not overwritten as the tonies-json file through regularly updates. So you can use the tonies-custom-json to save metadata of your own custom tags.
7
+
teddyCloud uses the `tonies.custom.json` file from `config` folder to read the metadata of custom tags in the same manner it's done for the official boxine tonies in the `tonies.json` file. The structure is the same, but it's not overwritten as the `tonies.json` file through regularly updates. So you can use the `tonies.custom.json` to save metadata of your own custom tags.
8
8
9
-
Initially the tonies-custom-json file looks like the following:
9
+
Initially the `tonies.custom.json` file looks like the following:
10
10
11
11
```
12
12
[]
@@ -16,7 +16,7 @@ In the GUI, a custom tag looks initially like:
16
16
17
17

18
18
19
-
Enriched with metadata for the above shown custom tag the tonies-custom-json file looks like this (more details see below in section [Specification](#specification)):
19
+
Enriched with metadata for the above shown custom tag the `tonies.custom.json` file looks like this (more details see below in section [Specification](#specification)):
@@ -33,7 +33,7 @@ This results after restart of teddyCloud in the following changed appearance in
33
33
34
34
## Specification
35
35
36
-
The tonies-custom-json file uses the JSON Array Structure. It contains zero, one, or more ordered elements, separated by a comma. The JSON array is surrounded by square brackets [].
36
+
The `tonies.custom.json` file uses the JSON Array Structure. It contains zero, one, or more ordered elements, separated by a comma. The JSON array is surrounded by square brackets [].
37
37
38
38
Each element consists of a JSON object with the following keys:
39
39
@@ -57,4 +57,4 @@ Each element consists of a JSON object with the following keys:
57
57
58
58
Navigate to the taf file in the library (or content if library is not enabled) and double click on the row. A modal will be shown which contains the information:
59
59
60
-

60
+

0 commit comments