static-cms icon indicating copy to clipboard operation
static-cms copied to clipboard

A Git-based CMS for Static Site Generators

Results 54 static-cms issues
Sort by recently updated
recently updated
newest added

Hello, one strange thing just came up, while testing, i switched positions of locales inside `i18n: { locales }` array. Previously they were like this `["cs", "en"]`. Because of the...

bug
i18n

### Discussed in https://github.com/StaticJsCMS/static-cms/discussions/997 Originally posted by **mnordhaus** November 24, 2023 Hi Community, I wrote an change event listender so that it calculates the weights for the navigation based on...

bug
events

Hello, as the title says (this again might be just an UI thing), when there is a field set up for a collection like this: ```json { "name": "pubDateTime", "label":...

bug
widgets
i18n

Hi, we are using StaticCMS with Astro site hosted on gitlab where we setup circleci CI site rebuild and deploy to our www server. This all works fine until we...

enhancement

Hello everyone! I am trying to create a custom preview! This is one of my fields in my collection ``` { label: "Secções", label_singular: "Secção", name: "sections", widget: "list", summary:...

bug
preview

Like the title says, it would be a small change that would catch a bunch of errors from authors.

enhancement

Not sure if this is a bug or just a massive misuse of the feature on my part, but if I define a shortcode like so: ```js CMS.registerShortcode('shortcodename', { label:...

bug
widgets
markdown

It should be possible to configure the toolbar font items ("paragraph", "Heading 1",...)"? As with many projects, users are not allowed to add an h1, for example **Something like:** ```...

enhancement
widgets
markdown

I'm not 100% sure if this is intended or not as I can't find anything about dynamic default values in the Static CMS Docs, but maybe it called something else?...

enhancement

Hello :wave: I'm excited about using StaticCMS to offer open authoring on a new static site I'm about to launch. I'd really like to be able to do this without...

enhancement