docs
docs copied to clipboard
Documentation for Bolt.
Suggesting to have unique fieldnames in collections in the examples in the docs, related to https://github.com/bolt/core/issues/3386 There may be more instances in the docs where this can apply.
Hi there and happy Christmas! There is an issue with the docs site, whatever you type, it doesn't bring any results. I think it's the same problems as this: #973
Hi, Following the instruction on the install page (here : https://docs.boltcms.io/installation/installation), here is what I have : Step 1, make sure composer is installed (it is, version 2.4.4) Step 2,...
On this page: [https://docs.boltcms.io/5.0/templating/content-search#setcontent-search](https://docs.boltcms.io/5.0/templating/content-search#setcontent-search) is an example usecase: ``` {% if records|length == 0 %} {{ searchresult.no_of_results }} results for {{ searchTerm }} found. {% else %} ... {% endif...
Added documentation for the popup function changes and corrected an error regarding being able to pass in the cropping parameters.
I noticed the TLS certificate on https://docs.bolt.cm has just been expired! ;)
It looks like this `allowpaging` option on the `setcontent` twig method was never implemented in Bolt 5. See PR: https://github.com/bolt/core/pull/303  1. Is there any plan to...
Would it be possible to change app.css line 10823 ``` .copy-code:hover, .copy-code a { color:#ecf3f8; } ``` into ``` .copy-code:hover, .copy-code a { color:#000; } ``` ? The icon is...
This page https://docs.boltcms.io/5.0/contenttypes/intro#advanced-yaml-repeated-nodes uses `attrib: title `on the image field in the example. As far as I know `attrib` is not used anymore. The only option is `alt: true`. Please...
See https://docs.boltcms.io/5.0/templating/content-search#global-search The example use case: `{% if records|length == 0 %} {{ searchresult.no_of_results }} results for {{ searchTerm }} found. ` results in the runtime error `Variable "searchresult" does...