mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
const recordsValidator = (value) => _.isArray(value);
|
||||
|
||||
module.exports = {
|
||||
sync: true,
|
||||
|
||||
inputs: {
|
||||
records: {
|
||||
type: 'ref',
|
||||
custom: (value) => _.isArray(value),
|
||||
custom: recordsValidator,
|
||||
required: true,
|
||||
},
|
||||
attribute: {
|
||||
|
||||
Reference in New Issue
Block a user