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

Hi there, I was lost at the steps on https://docs.bolt.cm/3.1/upgrading/updating. In step 3 it says to "Make sure you have Composer. If not, get it here". Could you add a...

missing-info

The docs at [https://docs.bolt.cm/3.2/templating/templatetags#image](https://docs.bolt.cm/3.2/templating/templatetags#image) state: >To scale an image proportionally to a given width or height, set the other dimension to null, and set cropping mode to resize. >``` >...

No option in config.yml for admin session length.

The docs page on https://docs.bolt.cm/templatetags gives a list of example queries, i.e. this one: > quote/random/5 - get 5 random quotes But if you want to show just one, you'd...

`paths` is being deprecated, per @CarsonF `asset` and `path` need to be documented in the cheatsheet see his PR here: https://github.com/bolt/bolt/pull/5836

Please add a warning to the upgrade pages that hyphens, underscores etc. cause contenttypes to break. Cheers

I think packaginst doesn't know about the repo is exists however documentation v3.2 is referring in chapter [extensions/basic/about](https://docs.bolt.cm/3.2/extensions/basics/about#getting-started) Check: [https://packagist.org/search/?q=bolt%2Fbolt-extension-stencil](https://packagist.org/search/?q=bolt%2Fbolt-extension-stencil)

Currently there's a missing link between Extension docs and Container documentation, as quite often you want access to the container, but until you really start digging throughout other bits of...

On https://docs.bolt.cm/3.1/installation/install-command-line it says: ``` Permissions Generally most servers should be fine with the default permissions. However, if you require guidance on setting up permissions, see our File System Permissions...

Following the documentation [here](https://docs.bolt.cm/3.0/extensions/advanced/customfields) instructions are given for registering custom assets. However, this will not work unless the assets are assigned to a zone: ``` php $asset = new JavaScript('web/jquery.uix.multiselect.min.js');...

wrong-info