markkaylor
markkaylor
This is still a WIP but I think I could use some feedback already @gu-stav (@soupette if you have the time 🙏 ). Based on notes from a meeting with...
Awesome thanks for your help @soupette !
@kibblerz we are aiming to release an alpha version by the end of August
> I still have 1 bug: when I try to add a map custom field, `customField.options is undefined` Seen that one before, thought I had fixed it... Should be good...
I haven't been able to reproduce yet but I did find this issue which might be helpful: https://github.com/gatsbyjs/gatsby/issues/12552, and this one which links to two others https://github.com/gatsbyjs/gatsby/issues/20377. The issues are...
Hi @gnc11 I just a did a fresh install with no issues. But I found this issue: https://github.com/vercel/next.js/issues/17236. I think this error is related to the Tailwind install: https://tailwindcss.com/docs/guides/nextjs using...
Hi we have moved templates and starters to npm Could you try this command ``` yarn create strapi-app my-blog --template blog ## or npx create-strapi-app my-blog --template blog ``` https://www.npmjs.com/package/@strapi/template-blog...
For v3 Strapi applications you can run: ``` npx [email protected] my-blog --template blog ```
Hi @doro0020 thanks for submitting this issue. > Would a pull request of the other fixes raised by this issue be considered here? Are you offering to open a PR?...
Hey @soupette I opened a PR for some of your requests, I left the commits for each on your comments I started this https://github.com/strapi/strapi/pull/14163#discussion_r977778399 but will have to continue on...