docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for Bolt.

Results 70 docs issues
Sort by recently updated
recently updated
newest added

On the [File system permissions](https://docs.boltcms.io/5.0/installation/permissions) page, should it include the `translations` directory? In my installation (Bolt v5.1.0) when I went to the admin area there is a big error at...

I've installed Bolt 5.0 following the instructions here: https://docs.boltcms.io/5.0/installation/installation After creating an admin account, I'm not able to log in when using Edge or Firefox. However, it works fine with...

page: https://docs.boltcms.io/5.0/fields/image#options Reminder: The link in the sentence See Bolt Template tags for more info, does not work. ![Capture_bolt-docs](https://user-images.githubusercontent.com/66225295/142427291-9734ea99-cd3a-4db0-86f3-89fba1dbafcb.PNG)

In the following screenshot `datepublish` should be replace by `depublishedAt` Screenshot: ![image (1)](https://user-images.githubusercontent.com/6607455/142396074-d9313d55-f845-4d20-81dd-f39d479cb2ef.png) That can be found here: https://docs.boltcms.io/5.0/templating/record-and-records#using-a-record

As far as I can see https://docs.boltcms.io/5.0/configuration/introduction#dynamic-values-for-config-settings suggests non-existing functionality -- I've seen 2 questions about it on slack recently. I'd suggest at least removing the part that speaks about...

The documentation of Bolt 4.x seems to be mentioning features that are actually not implemented in this branch, but are in 5.0. It might be worth taking some time to...

There is an example how to define and print Set field in a collection here https://docs.boltcms.io/5.0/howto/transform-repeaters-to-sets-and-collections#repeater-collection-with-1-set. I think it would be helpful to add that example on the [Collection](https://docs.boltcms.io/5.0/fields/collection#jumpbutton) and...

Hi there 👋 On the following page: https://docs.boltcms.io/5.0/twig-components/extras#examples it says ![Capture_edit_link](https://user-images.githubusercontent.com/66225295/135686941-0dac01e4-bc93-44b0-bdab-ab88432d52d0.PNG) this does not work, the magical filter that does is: `edit_link` like so: `{% if record|edit_link %} Edit this...

- [ ] Write about how to deploy a Bolt site to production (installation/deployment.md) @bobdenotter - [x] Write about how to create custom Twig tags and Filters (extensions/twig.md) @I-Valchev -...

I could not immediately find which file defines the docs menu and PR, but I suggest to change the order of the items in Field Types: Put the Set field...