[fix] Bump version of navigator json to 3.0 + fix booleans

This commit is contained in:
William Wernert
2020-11-06 08:52:36 -05:00
parent d2ea197ce0
commit 6b2ab67c58

View File

@@ -1,6 +1,6 @@
{
"name": "Playbook",
"version": "2.2",
"version": "3.0",
"domain": "mitre-enterprise",
"description": "Current Coverage of Playbook",
"filters": {
@@ -13,16 +13,15 @@
},
"sorting": 0,
"viewMode": 0,
"hideDisabled": "false",
"techniques": [{
}],
"hideDisabled": false,
"techniques": [],
"gradient": {
"colors": ["#ff6666", "#ffe766", "#8ec843"],
"minValue": 0,
"maxValue": 100
},
"metadata": [],
"showTacticRowBackground": "false",
"showTacticRowBackground": false,
"tacticRowBackground": "#dddddd",
"selectTechniquesAcrossTactics": "true"
"selectTechniquesAcrossTactics": true
}