From 27e74c0e09c6d0d389df23cc74c3ad14bc87eba9 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Sun, 22 Jan 2023 16:45:45 +0100 Subject: [PATCH] Create board:title.json Key used with information=board to describe the headline or title of the board. Also see #64 --- data/fields/board:title.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/fields/board:title.json diff --git a/data/fields/board:title.json b/data/fields/board:title.json new file mode 100644 index 00000000..253af1ca --- /dev/null +++ b/data/fields/board:title.json @@ -0,0 +1,5 @@ +{ + "key": "board:title", + "type": "text", + "label": "Board Title" +}