docs
docs copied to clipboard
Documentation for Bolt.
In the current Docs you can setup a project running: ``` # In one go bin/console bolt:setup # As separate steps bin/console doctrine:database:create bin/console doctrine:schema:create bin/console bolt:add-user --admin bin/console doctrine:fixtures:load...
The last sentence of this page: https://docs.bolt.cm/4.0/other/locales refers to a link that does not work. (...) and the documentation section on [localedatetime()](https://docs.bolt.cm/4.0/templating/twig-functionality#filter-localedatetime)
On the bottom of this page: https://docs.bolt.cm/4.0/contenttypes/taxonomies#adding-taxonomies-to-contenttypes is a link to _sub_taxonomylinks.twig which leads to a 404 page on Github: https://github.com/bolt/bolt/blob/4.0/bolt/templates/helpers/_sub_taxonomylinks.twig My guess is that it should be linked to...
The standard upload path for images in records is `/files` so it seems. That is different from Bolt 3 where files are automagically uploaded to YYYY-MM folders. I can't find...
This: https://docs.bolt.cm/4.0/manual/fieldtypes, originally arrived from https://docs.bolt.cm/3.7/manual/fieldtypes and selecting to show 4.0 instead. I am not sure why the 4.0 fieldtypes page is different to https://docs.bolt.cm/4.0/fields
Looking at the code this isn't implemented at the moment, hence I guess it is a documentation issue. However, `sortable: true` does not work as described in the documentation (it...
See https://github.com/bolt/core/issues/1137
**Issue** When following the README, the setup of the worktree with the command `git worktree add -b 4.0 var/versions/4.0` doesn't seem to work. Viewing the site gives a 404 error,...
Hi, first of all thanks for making this awesome CMS! So I am trying to write an extension, and the documentation says: > in any Bolt site you can put...