mirror of
https://github.com/plankanban/planka.git
synced 2026-09-19 01:44:45 +08:00
fix: Enable favorites by default
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
* enableFavoritesByDefault:
|
||||
* type: boolean
|
||||
* description: Whether favorites are enabled by default
|
||||
* example: false
|
||||
* example: true
|
||||
* defaultEditorMode:
|
||||
* type: string
|
||||
* enum: [wysiwyg, markup]
|
||||
|
||||
@@ -122,9 +122,9 @@
|
||||
* example: false
|
||||
* enableFavoritesByDefault:
|
||||
* type: boolean
|
||||
* default: false
|
||||
* default: true
|
||||
* description: Whether favorites are enabled by default (personal field)
|
||||
* example: false
|
||||
* example: true
|
||||
* defaultEditorMode:
|
||||
* type: string
|
||||
* enum: [wysiwyg, markup]
|
||||
@@ -356,7 +356,7 @@ module.exports = {
|
||||
},
|
||||
enableFavoritesByDefault: {
|
||||
type: 'boolean',
|
||||
defaultsTo: false,
|
||||
defaultsTo: true,
|
||||
columnName: 'enable_favorites_by_default',
|
||||
},
|
||||
defaultEditorMode: {
|
||||
|
||||
Reference in New Issue
Block a user