Skip to content
#

Content Management System

A content management system (CMS) is a piece of software which provides website authoring, collaboration, and administration tools that help users with little knowledge of programming languages create and manage website content.

Here are 3,913 public repositories matching this topic...

hugo
Wtoll
Wtoll commented Apr 20, 2020

If you use a shortcode in a content file in order to embed a read time estimation for that content file within itself, the estimation always comes back as 0. This is probably because the parser hasn't finished converting the document by the time it gets to the read time estimation so it can't actually get an estimate for it. This is supported by the fact that, when embedding a read time estimation

Ghost
ErisDS
ErisDS commented Apr 20, 2020

When you're logged in as E.g. an author, the admin panel isn't good at telling you why you can't edit a post. I've found two specific cases - the /edit URL and search, but I think they are both very similar.

To Reproduce

Case 1: search

  1. In admin search for a post you can't edit
  2. See the post listed in the results
  3. Click on the post
  4. You are taken to the posts list with no
amrsalama
amrsalama commented Apr 24, 2020

Describe the bug
Find-one endpoint /resource/:id responses with 500 status code instead of 404, this happens with MongoDB setup.

Steps to reproduce the behavior

  1. Setup Strapi with MongoDB configuration.
  2. Create a collection (resource).
  3. Give findOne access to the public.
  4. Send a request to /resource-name/any-invalid-id.

Expected behavior
404 response.

**Sys

agairing
agairing commented Apr 17, 2020

Describe the bug
If you use github as backend the following basic setup is required:

lennarddevries
lennarddevries commented Mar 27, 2020

Issue Summary

While editing a page in IE11 I'm unable to add blocks to a StreamFields. Clicking the '+' button only triggers focus outline for the block above

Steps to Reproduce

  1. Set up fresh bakerydemo instance
  2. Create a new blogpost instance
  3. Add a block through the + button

![ezgif com-video-to-gif](https://user-images.githubusercontent.com/7124952/77750214-b4572e00-70

directus
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

hugo-academic
JOduMonT
JOduMonT commented Nov 7, 2019

Hi;

I hope it's a feature request and not a bug report
I try to apply design.background but at the item level
and the code won't let me add more than one [design.background]

this is work

widget = "slider"
weight = 11
[[item]]
  title = "Left"
  content = "I am left aligned :smile:"
  [design.background]
    gradient_start = "#0000F9"
    gradient_end = "#86007D"
You can’t perform that action at this time.