-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read and edit my previously saved .md files #1260
Comments
@ThiagoMiranda you will not be able to use the You can try to get some help in the community at https://gitter.im/netlify/NetlifyCMS |
File collections need to contain an array of files, see the example here: https://www.netlifycms.org/docs/collection-types/#file-collections - name: product
label: Produto
files:
- name: index
label: Produto Index
file: src/pages/produto/index.md
... |
@talves it´s a bitbucket repo. @tech4him1 Basically I was trying to read/edit my already saved .md files and create new ones. Is that possible? |
I think @talves answered your questions in Gitter, right? If you still need help, let's move the conversation there so that we can both help you easier. |
@tech4him1 sort off. He said that there's a little "complex" configuration that I could implement at least to read my local .md files and edit them but I'm not sure what. Can you provide me an example? Thanks! |
@ThiagoMiranda He is the expert on the filesystem backend -- I'd ask him on Gitter. |
- Do you want to request a feature or report a bug?
Not getting my previously local collections on the /admin/ tab
- What is the current behavior?
I have a /admin/collections tab and when I click on a collection it shows an error "Sorry!
There's been an error - please report it!". I´m not seeing my current images too
- If the current behavior is a bug, please provide the steps to reproduce.
Index.md on the Product page for example:
- What is the expected behavior?
Read and edit my current saved .md files and see all my image files
- Please mention your CMS, node.js, and operating system version.
Using GatsbyJS + node v8.10 + Windows 10
- Please link or paste your
config.yml
below if applicable.The text was updated successfully, but these errors were encountered: