Erez Rokah
Erez Rokah
Sure @bradystroud, the relevant code is here: https://github.com/netlify/netlify-cms/blob/7bd80b29a43943e5e01a0d7c75573ce02c97f9a3/packages/netlify-cms-backend-github/src/implementation.tsx#L286 We can use the `forkExists` check and sync the repo if the condition is true. We can probably optimize that code to...
I think this might be related to one of the dependencies we're using https://github.com/netlify/netlify-cms/issues/4367#issuecomment-699884163
No sure actually, it requires some research. We'll be happy to get a contribution for it if someone does the research on it.
Thanks for the additional information @cowboyd and effort you're putting into this. Is there a way to put this change behind an option? Then users should be able to opt-in...
I like that idea @cowboyd 💡 !
Hi 👋 >The UnknownControl is always registered as a default editor control. `UnknownControl` is always registered, and it's in the "core" since it renders as a fallback when the CMS...
To add some more context, one can inject the file creation date using `{{year}}`: https://www.netlifycms.org/docs/configuration-options/#slug but this issue is about using a specific field's date and formatting it.
Thanks @kwyoung11, I think this would only cover the select widget for now. Instead of changing the `config.yml` (which will probably trigger an unwanted CI build) the widget could support...
Hi @AbdallahAbis, the best way to move this forward is through a contribution.
Hi @AbdallahAbis you can see our guide [here](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md). The select widget code is [here](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select). Please let me know if you have any other questions.