mirror of https://gitee.com/bigwinds/arangodb
Added engines field to example manifest.
This commit is contained in:
parent
a3b2e1727f
commit
22cb44904e
|
@ -39,6 +39,10 @@ A more complete example for a Manifest file:
|
||||||
"description": "My Website with a blog and a shop",
|
"description": "My Website with a blog and a shop",
|
||||||
"thumbnail": "images/website-logo.png",
|
"thumbnail": "images/website-logo.png",
|
||||||
|
|
||||||
|
"engines": {
|
||||||
|
"arangodb": "^2.7.0"
|
||||||
|
},
|
||||||
|
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"currency": {
|
"currency": {
|
||||||
"description": "Currency symbol to use for prices in the shop.",
|
"description": "Currency symbol to use for prices in the shop.",
|
||||||
|
|
Loading…
Reference in New Issue