mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
8 lines
222 B
JavaScript
8 lines
222 B
JavaScript
module.exports = (params) => {
|
|
params.variables.fileType = {
|
|
folder: "Projects",
|
|
//folderExclude: "",
|
|
// There's no folder to exclude so I commented it out
|
|
filename:"Kanban"
|
|
};
|
|
} |