This commit is contained in:
Martin Raifer 2025-10-23 14:56:26 +02:00 committed by GitHub
commit 0040aeb1aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 1 deletions

View file

@ -7,5 +7,8 @@
"terms": [
"label",
"title"
]
],
"prerequisiteTag": {
"keyNot": "noname"
}
}

17
data/fields/noname.json Normal file
View file

@ -0,0 +1,17 @@
{
"key": "noname",
"type": "defaultCheck",
"label": "Nameless",
"universal": true,
"strings": {
"options": {
"undefined": "No",
"yes": "Feature does not have a name"
}
},
"terms": [
"anonymous",
"innominate",
"unnamed"
]
}