Skip to content

Commit

Permalink
Merge pull request #27 from ride90/product-types-cv
Browse files Browse the repository at this point in the history
Add product_types CV.
  • Loading branch information
ride90 authored Mar 27, 2019
2 parents b26ad55 + 58277e6 commit 3890c4d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions server/data/vocabularies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2667,5 +2667,28 @@
"type": "int"
}
}
},
{
"_id": "product_types",
"display_name": "Product Types",
"type": "unmanageable",
"selection_type": "do not show",
"items": [
{
"is_active": true,
"name": "API",
"qcode": "api"
},
{
"is_active": true,
"name": "Direct",
"qcode": "direct"
},
{
"is_active": true,
"name": "Both",
"qcode": "both"
}
]
}
]

0 comments on commit 3890c4d

Please sign in to comment.