Added secondary stash button, centralized bookmark (heart) component.
This commit is contained in:
@@ -67,7 +67,11 @@ module.exports = {
|
||||
stashes: {
|
||||
nameLength: [2, 24],
|
||||
namePattern: /^[a-zA-Z0-9!?$&\s_-]+$/,
|
||||
viewRefreshCooldown: 60, // minutes
|
||||
viewRefreshCron: '* * * * *', // every minute
|
||||
viewRefreshCooldowns: {
|
||||
actors: 60, // minutes
|
||||
stashes: 1,
|
||||
},
|
||||
},
|
||||
media: {
|
||||
path: './media',
|
||||
|
||||
Reference in New Issue
Block a user