-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommand.ral.json
More file actions
39 lines (39 loc) · 862 Bytes
/
command.ral.json
File metadata and controls
39 lines (39 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"command":"RAL",
"vendor": {
"name":"phpManufaktur",
"url":"https://phpmanufaktur.de"
},
"name": {
"en":"RAL color palette",
"de":"RAL Farbtablle"
},
"description": {
"en":"Use the kitCommand to show or select specific RAL colors or complete palettes",
"de":"Verwenden Sie das kitCommand RAL um einzelne RAL Farben oder Paletten anzuzeigen und auszuwählen"
},
"help": {
"en": {
"link":"https://gist.github.com/hertsch/7675780",
"gist_id":"7675780",
"file": {
"help":"kitcommand_ral_en.md"
}
}
},
"info": {
"en": {
"link":"https://kit2.phpmanufaktur.de"
}
},
"issues": {
"en": {
"link":"https://github.com/phpManufaktur/kfCommandCollection/issues"
}
},
"support": {
"en": {
"link":"https://support.phpmanufaktur.de"
}
}
}