Array that holds the card data. Item structure:
dp.cards.list = [ {id: 1, "name": "Task 1", column: "1", text: "This is a description of task #1."}, {id: 2, "name": "Task 2", column: "1", text: "This is a description of task #2.", barColor: "#ea3624"} ];