How to upload some files to a specific directory? #264
Replies: 1 comment
-
There a two solution:
{
"upload": {
"behavior": "yaml",
"defaultName": "content/posts",
"rootFolder": "",
"yamlFolderKey": "directory",
}
} So you just need to use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I configure it, thank you very much.
This is my configuration:
By default all files are uploaded to the content/posts directory, but individual files I want to upload to the content directory, how do I configure this.
Beta Was this translation helpful? Give feedback.
All reactions