markkaylor

Results 44 comments of markkaylor

Hi @lperozzi sorry it looks like the .env.development.example doesn't exists :( I will add it ASAP but you can create a .env.development file with: ``` GATSBY_PREVIEW_SECRET=a-very-secret-token ```

The .env.development file needs to be added at the root of the frontend folder. Same level as `gatsby-config.js` for example. There is a video here: https://strapi.io/blog/strapi-starter-next-corporate-site that shows how to...

When preview mode is turned on and you are accessing a preview page you do not need to restart the server, that page will fetch data on the client. Otherwise,...

@valentina-paniza could you also try using [node LTS](https://nodejs.org/en/)?

> document how to extend the base / advanced form in the content-type builder here: > When extending a custom field’s base and advanced forms in the Content-type Builder, it...

Hello @xenobytezero, this was addressed in https://github.com/strapi/strapi/releases/tag/v4.10.0. I'll close this now but thank you for reporting the issue.

Hello thank you for reporting this. We are aware of the issue. I will be working on this soon.

Sorry for the delay, I just started working on this again. Expect a PR ~hopefully in the next two weeks~ ASAP.

The overrides are still a WIP but a patch was put in place here: https://github.com/strapi/strapi/commit/573d56bc30af6b318f75928b8e07eee2e429e74d. It allows you to override components, paths, and tags. You can see how it is...

A PR is currently open to address various issues related to the documentation plugin, including the overrides. I have created an experimental release if anyone would like to try it...