Erez Rokah

Results 453 comments of Erez Rokah

Thanks @taras, FYI custom widgets can declare their schema: https://www.netlifycms.org/docs/custom-widgets/#registerwidget Custom widgets are registered at runtime, so I'm not sure if we can compile their schema at build time (or...

> Are these custom widgets 3rd party widgets distributed via npm packages or widgets created by the developer making the site? (or both?) Both

@taras, another question on this. Can you confirm this fixes the CSP issue? I think we have [other dependencies using `eval`](https://github.com/netlify/netlify-cms/issues/4367#issuecomment-699884163).

Sure thing @kg-kartik, thanks. Please consider that we would like to do this in a backwards compatible way (minimal changes to search behavior) and that it should work in a...

Hi @andrew-paterson, thank you for this - great draft PR. I believe the code can be simplified as we can retrieve all of the nested files and directories in a...

> Thank you @erezrokah. I'm going to move on to selecting and uploading multiple files, unless you see a reason not to. Hi @andrew-paterson, I think selecting multiple files should...

> I can test for all the other backends. Is there a way of handling this situation at present? Hi @andrew-paterson, I can look into it later on this week.

> I've just seen a comment in issue [4965](https://github.com/netlify/netlify-cms/issues/4965) which mentions that multiple file deletions in one commit are possible. This PR implements deletion of multiple images with a separate...

So I finally had some time to give this is a try. I would like to scope down the PR to only add directory navigation to make it easier to...

Thanks @andrew-paterson, sorry for me being so slow on this. I've been clearing some of the other smaller PRs so I can focus on this one