keywords already used, use tag instead
This commit is contained in:
parent
f0a46db39f
commit
923ed5bf83
1 changed files with 5 additions and 5 deletions
|
@ -711,8 +711,8 @@
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "keywords",
|
"id": "tags",
|
||||||
"title": "Keywords",
|
"title": "Tags",
|
||||||
"type": "layer",
|
"type": "layer",
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
|
@ -1007,10 +1007,10 @@
|
||||||
*/
|
*/
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"id": "keywords",
|
"id": "tags",
|
||||||
"title": "Keywords",
|
"title": "Tags",
|
||||||
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
"item": "Keyword",
|
"item": "Tag",
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|
Loading…
Reference in a new issue