static-cms
static-cms copied to clipboard
A Git-based CMS for Static Site Generators
Considering a full page preview, would be nice to be able to scroll and highlight on preview the component being edited, maybe if the `entry` object has `focused` (or something)...
In the general i18n support configuration, 3 options are offered for the `structure`: > Required and can be one of multiple_folders, multiple_files or single_file > multiple_folders - persists files in...
> It would be great to edit slugs/filenames within the CMS! Probably the most requested thing from my clients. _Originally posted by @ryangittings in https://github.com/StaticJsCMS/static-cms/discussions/4#discussioncomment-4253686_
To make it work you have to declare `media_folder` on both widgets. ``` { label: t("video"), name: "video", choose_url: true, media_folder: "public/video", hint: t("video_hint"), widget: "file", required: false, }, {...
I dont know why, but sometimes I get build errors on images, when I look at the md file I see that the image gets a "\r" added to the...
The `useMediaFiles` hook and other media management code is a mess, especially because the behaviour is very different between the media library tab and the draft entry editor. To make...
It would be very useful to be able to move an existing page from one folder to another.
**Current Behavior** Currently folders are being requested from the git provider, which returns a 404 error (as expected). **Expected Behavior** Folders should not be requested from the git provider.
Hello! I'm trying to use Netlify Identity Widget from NPM instead of CDN: https://github.com/netlify/netlify-identity-widget#module-api. It looks like Static CMS cannot detect this, unless I set it to `window.netlifyIdentity = NetlifyIdentityWidget`....