You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Following the README, I added <script src="https://unpkg.com/@ncwidgets/netlify-cms@^0.7.0/dist/netlify-cms.js"></script>, instead of <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>.
However when I went to the CMS, the values I had previously populated in relation widgets were missing. (Although saving entries with ncw-id fields did not remove the relations in the .md files). The little tags in the CMS UI were simply not there any more. When I removed the ncw-id script and widget, and adding back the original script, the relation tags came back in the UI.
The text was updated successfully, but these errors were encountered:
Following the README, I added
<script src="https://unpkg.com/@ncwidgets/netlify-cms@^0.7.0/dist/netlify-cms.js"></script>
, instead of<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
.However when I went to the CMS, the values I had previously populated in relation widgets were missing. (Although saving entries with
ncw-id
fields did not remove the relations in the.md
files). The little tags in the CMS UI were simply not there any more. When I removed the ncw-id script and widget, and adding back the original script, the relation tags came back in the UI.The text was updated successfully, but these errors were encountered: