feat: add column count and is public options to board creation modal (#930)

* feat: add column count and is public options to board creation modal

* test: adjust board creation test to match modified schema
This commit is contained in:
Meier Lukas
2024-08-09 18:28:52 +02:00
committed by GitHub
parent 349c49462f
commit fcb72e6716
6 changed files with 36 additions and 11 deletions

View File

@@ -1201,6 +1201,10 @@ export default {
name: {
label: "Name",
},
isPublic: {
label: "Public",
description: "Public boards are accessible by everyone, even without an account.",
},
},
content: {
metaTitle: "{boardName} board",