mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 01:11:23 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -15,9 +15,9 @@ module.exports = {
|
||||
type: 'string',
|
||||
isNotEmptyString: true,
|
||||
},
|
||||
// TODO: add validation
|
||||
background: {
|
||||
type: 'json',
|
||||
custom: (value) => _.isNull(value),
|
||||
},
|
||||
backgroundImage: {
|
||||
type: 'json',
|
||||
|
||||
Reference in New Issue
Block a user