43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
slug: "swot"
|
|
icon: "fa-chess-board"
|
|
disclaimer: ""
|
|
minColumns: 2
|
|
|
|
boxes:
|
|
swot_strengths:
|
|
icon: "fa-dumbbell"
|
|
title: "box.swot.strengths"
|
|
swot_weaknesses:
|
|
icon: "fa-fire"
|
|
title: "box.swot.weaknesses"
|
|
swot_opportunities:
|
|
icon: "fa-clover"
|
|
title: "box.swot.opportunities"
|
|
swot_threats:
|
|
icon: "fa-bolt-lightning"
|
|
title: "box.swot.threats"
|
|
|
|
statusLabels: {}
|
|
relatesLabels: default
|
|
|
|
dataLabels:
|
|
1: { title: "label.description", field: "conclusion", active: true }
|
|
2: { title: "label.data", field: "data", active: true }
|
|
3: { title: "label.assumptions", field: "assumptions", active: false }
|
|
|
|
layout:
|
|
- type: header
|
|
columns:
|
|
- { width: 50, header: { icon: "far fa-thumbs-up", title: "box.header.swot.helpful" } }
|
|
- { width: 50, header: { icon: "far fa-thumbs-down", title: "box.header.swot.harmful" } }
|
|
- type: boxes
|
|
id: firstRow
|
|
columns:
|
|
- { width: 50, box: "swot_strengths" }
|
|
- { width: 50, box: "swot_weaknesses" }
|
|
- type: boxes
|
|
id: secondRow
|
|
columns:
|
|
- { width: 50, box: "swot_opportunities" }
|
|
- { width: 50, box: "swot_threats" }
|