feat(boards): add responsive layout system (#2271)
This commit is contained in:
@@ -2142,7 +2142,13 @@
|
||||
"unrecognizedLink": "The provided link is not recognized and won't preview, it might still work."
|
||||
},
|
||||
"layout": {
|
||||
"title": "Layout"
|
||||
"title": "Layout",
|
||||
"responsive": {
|
||||
"title": "Responsive layouts",
|
||||
"action": {
|
||||
"add": "Add layout"
|
||||
}
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"title": "Background"
|
||||
@@ -2250,6 +2256,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"field": {
|
||||
"name": {
|
||||
"label": "Name"
|
||||
},
|
||||
"columnCount": {
|
||||
"label": "Column count"
|
||||
},
|
||||
"breakpoint": {
|
||||
"label": "Breakpoint",
|
||||
"description": "Layout will be used on all screens larger than this breakpoint until the next bigger breakpoint."
|
||||
}
|
||||
}
|
||||
},
|
||||
"management": {
|
||||
"metaTitle": "Management",
|
||||
"title": {
|
||||
|
||||
Reference in New Issue
Block a user