Joshua Schumacher
Joshua Schumacher
This fixed the problem described here: https://github.com/bolt/core/issues/1905#issuecomment-1196654934 I'm not able to test if fixtures can be installed with postgres. This may undo the fix made in the Issue above.
When fetching content the documentation suggest using a shortcut for the limit: https://docs.boltcms.io/5.0/templating/content-fetching#one-record-or-multiple-records `{% setcontent mypages = 'page' latest 5 %}`  Id I use `{% setcontent mypages = 'page'...
I've got the following setup: I'm using a mask with a video in the background. Based on the scroll position the video will be replaced. The transition should be with...
It's not possible to tab into the path/link field, which would be nice.
This feature adds the Content-Translation page:  This page allows to export content in the `xlf` format, which is the default format for translation agencies. After translating the files, they...
See video: https://user-images.githubusercontent.com/14187981/203981579-5a71af1d-b2b6-4ce8-b3f7-590b482fa6a3.mov Details ------- | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version | 5.2 beta | Install type | composer | PHP version | 8.1 |...
I've got a problem with an SVG: ``` ``` I set a `class="color"` to be able to change the color via css later on. After optimizing the class is missing:...