docs
docs copied to clipboard
Documentation for Bolt.
Currently if you want to create a custom field for an extension in Bolt's backend the documentation is rather lacking. If you want to supply simple fields ( ie: a...
The screenshots section [here](https://docs.bolt.cm/3.1/getting-started/screenshots) (3.x branches) could need some fresh screenshots, because they still show Bolt 2.0
in https://docs.bolt.cm/2.2/howto/building-multilingual-websites#making-templates-and-fetching-content we can find this : {% if app.canonicalpath %} {% set languageslug = app.canonicalpath|split('/')[1] %} {% else %} {% set languageslug = app.paths.current|split('/')[1] %} {% endif %} but...
During my first 3.0 install I was confused at first that Bolt first told me that I should chmod my **extensions** directory, just after I already did so - or...
The documentation should be updated to explain how to use all of the different fields like "description". I can't find anything in the documentation that explains it and every way...
See this short conversation on Twitter. There are a bunch of points in there that aren't very clear, yet could easily be added to the [Custom fields](https://docs.bolt.cm/extensions/customfields) docs: https://twitter.com/PhillippOh/status/636816326883975169
A work-around to set a menu item to active, pass an `activepage` variable to the macro. When on a record-template for a contenttype, before including header.twig, you set activepage `{%...
In the "search" 1 docs, it is mentioned that you can add `searchweight` to a field. This setting should probably also be mentioned on the contenttype / fieldtype overview 2....