feat: add custom css for board and custom classes in advanced options for items (#512)
* feat: add custom css for board and custom classes in advanced options for items * chore: add mysql migration * fix: test not working * fix: format issues * fix: typecheck issue * fix: build issue * chore: add missing translations * fix: merge issues related to migrations * fix: format issues * fix: merge issue with migration * fix: format issue
This commit is contained in:
@@ -469,6 +469,10 @@ export default {
|
||||
multiSelect: {
|
||||
placeholder: "Pick one or more values",
|
||||
},
|
||||
multiText: {
|
||||
placeholder: "Add more values",
|
||||
addLabel: `Add {value}`,
|
||||
},
|
||||
select: {
|
||||
placeholder: "Pick value",
|
||||
badge: {
|
||||
@@ -594,10 +598,17 @@ export default {
|
||||
},
|
||||
edit: {
|
||||
title: "Edit item",
|
||||
advancedOptions: {
|
||||
label: "Advanced options",
|
||||
title: "Advanced item options",
|
||||
},
|
||||
field: {
|
||||
integrations: {
|
||||
label: "Integrations",
|
||||
},
|
||||
customCssClasses: {
|
||||
label: "Custom css classes",
|
||||
},
|
||||
},
|
||||
},
|
||||
remove: {
|
||||
@@ -944,7 +955,13 @@ export default {
|
||||
label: "Opacity",
|
||||
},
|
||||
customCss: {
|
||||
label: "Custom CSS",
|
||||
label: "Custom css for this board",
|
||||
description: "Further, customize your dashboard using CSS, only recommended for experienced users",
|
||||
customClassesAlert: {
|
||||
title: "Custom classes",
|
||||
description:
|
||||
"You can add custom classes to your board items in the advanced options of each item and use them in the custom CSS above.",
|
||||
},
|
||||
},
|
||||
columnCount: {
|
||||
label: "Column count",
|
||||
|
||||
Reference in New Issue
Block a user