vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+55
View File
@@ -0,0 +1,55 @@
{
"ProgressProperties": {
"enabled": false,
"properties": []
},
"IgnoredProperties": {
"enabled": false,
"properties": []
},
"AutoProperties": {
"enabled": true,
"properties": [
{
"name": "status",
"choices": [
" New",
"In Arbeit",
"In Test",
"Geschlossen",
"Abgewiesen"
]
}
]
},
"EditMode": {
"mode": "Some Multi",
"properties": [
"tags"
]
},
"KanbanHelper": {
"enabled": true,
"boards": [
{
"property": "status",
"boardName": "Project Board"
},
{
"property": "type",
"boardName": "Goal Board"
},
{
"property": "status",
"boardName": "Task Board"
},
{
"property": "status",
"boardName": "gba-office Board"
}
]
},
"UIElements": {
"enabled": true
}
}
+5538
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -0,0 +1,10 @@
{
"id": "metaedit",
"name": "MetaEdit",
"version": "1.8.2",
"minAppVersion": "1.4.1",
"description": "MetaEdit helps you manage your metadata.",
"author": "Christian B. B. Houmann",
"authorUrl": "https://bagerbach.com",
"isDesktopOnly": false
}
+15
View File
@@ -0,0 +1,15 @@
.centerSettingContent {
display: grid;
align-items: center;
justify-content: center;
}
.not-a-button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}