@contentstack/cli-variants
Version:
Variants plugin
64 lines (63 loc) • 1.89 kB
JSON
{
"data": "./test/unit/mock/contents",
"contentDir": "./test/unit/mock/contents",
"backupDir": "./test/unit/mock/contents",
"apiKey": "TEST-STACK-API-KEY",
"master_locale": { "code": "en-us" },
"host": "https://test.abc.com",
"modules": {
"entries": {
"dirName": "entries",
"fileName": "entries.json",
"invalidKeys": [
"stackHeaders",
"content_type_uid",
"urlPath",
"created_at",
"updated_at",
"created_by",
"updated_by",
"_metadata",
"published"
],
"batchLimit": 20,
"downloadLimit": 5,
"limit": 100,
"dependencies": ["locales", "content-types"],
"exportVersions": false
},
"content-types": {
"dirName": "content_types",
"fileName": "content_types.json",
"validKeys": ["title", "uid", "schema", "options", "singleton", "description"],
"limit": 100
},
"personalization": {
"project_id": "PROJ-1",
"importData": true,
"dirName": "personalization",
"importOrder": ["attributes", "audiences", "events", "experiences"],
"projects": { "dirName": "projects", "fileName": "projects.json" },
"attributes": { "dirName": "attributes", "fileName": "attributes.json" },
"audiences": { "dirName": "audiences", "fileName": "audiences.json" },
"events": { "dirName": "events", "fileName": "events.json" },
"experiences": {
"dirName": "experiences",
"fileName": "experiences.json",
"thresholdTimer": 0,
"checkIntervalDuration": 0
}
},
"variantEntry": {
"apiConcurrency": 1,
"dirName": "variants",
"fileName": "index.json",
"query": { "locale": "en-us" }
},
"taxonomies": {
"dirName": "taxonomies",
"fileName": "taxonomies.json"
}
},
"personalizationEnabled": true
}