Added stash creation. Added dialog framework.
This commit is contained in:
@@ -65,6 +65,8 @@ module.exports = {
|
||||
usernamePattern: /^[a-zA-Z0-9_-]+$/,
|
||||
},
|
||||
stashes: {
|
||||
nameLength: [2, 24],
|
||||
namePattern: /^[a-zA-Z0-9_-]+$/,
|
||||
viewRefreshCooldown: 60, // minutes
|
||||
},
|
||||
media: {
|
||||
|
||||
Reference in New Issue
Block a user