Add notes, show addedBy
This commit is contained in:
parent
650eaafa8a
commit
a309b35b94
6 changed files with 144 additions and 37 deletions
5
config/wishlist/index.js
Normal file
5
config/wishlist/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
note: {
|
||||
rows: Number(process.env.WISHLIST_NOTE_ROWS) || 5
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue