Jim Fisk
Jim Fisk
The field types from the video ^ should be ready for testing in [v0.5.13](https://github.com/plentico/plenti/releases/tag/v0.5.13). That does _not_ include components and keep in mind the API for these might change still.
Just wanted to mention the other field types discussed in https://github.com/plentico/plenti/issues/213: ID ```json "my_id_field": { "type": "id" }, ``` Untracked Using a `before` or `after` key will place this type...
More fields will continue to be added overtime, and someday maybe you'll even be able to define your own (https://github.com/plentico/plenti/issues/219). However, for now the schema types mentioned previously on this...
The default starter does include a `.gitlab-ci.yml` file. Since the CMS uses GitLab as a backend and [doesn't support GitHub yet](https://github.com/plentico/plenti/issues/188) I think this makes sense. However, there currently is...
Template strings with replacements should _finally_ be fixed in [v0.6.12](https://github.com/plentico/plenti/releases/tag/v0.6.12) :tada: Just let me know if you hit issues when testing!
Not a silly question, I've definitely had my eye on Goja for a while. You're exactly right though, running the whole compile step in Goja is quite slow compared to...
I've been working on this. The structural changes to the built app will be: - `public/spa/ejected/` => `public/spa/core/` - The following generated files should be grouped into a `public/spa/generated/` folder:...
Most of these structural changes have been released in [v0.6.0](https://github.com/plentico/plenti/releases/tag/v0.6.0). The client is still uploaded into an `public/spa/` folder for now, although that may change in a future `v0.6.x` release...
Hi @axodys, thanks for your interest in the project! Are you looking for a simple way to auto-generate a `sitemap.xml` or were you hoping for more control over the XML...
I've been playing with different build structures. Historically, I was operating under the assumption that v8 ctx was expensive, so we were creating one global SSRCtx with all SSR components...