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

So I have a content type of regions: ``` regions: name: Regions singular_name: Region fields: r_id: type: number mode: integer required: true title: type: text class: large required: true slug:...

question

This page explains many Twig filters but doesn't mention the `default` filter. The official Twig documentation page at https://twig.symfony.com/doc/3.x/filters/default.html is very helpful but it doesn't explain how an empty or...

This is not very urgent, as the functionality has not been implemented yet, but I would suggest to use an example taxonomy other than 'pages' on https://docs.bolt.cm/4.0/menus/dynamic , as the...

I've got a setup that works, but you have to search all over the web to find out how to do it. In the end it's 'just' symfony, but having...

We are missing API documentation for Bolt 4. It should feature: - [ ] explanation + screenshots - [ ] examples of common REST and GraphQL requests - [ ]...

Documenation page for Twig tests returns HTTP 403 (https://docs.bolt.cm/4.0/twig-components/tests). I checked the repository and the markdown for this page already exists (https://github.com/bolt/docs/blob/4.0/docs/twig-components/tests.md). Also I tested this page locally but everything...

I believe this is related to: #1025 ``` sidebar: ... fields: socialnetworks: label: "Social Networks" type: collection fields: socialnetwork: #

When I click on image upload and choose "From library" I get error and library do not open. `Uncaught (in promise) TypeError: Cannot read property 'data' of undefined at bolt.js:1...

On page https://docs.bolt.cm/4.0/extensions/configfiles , in the first code snippet: public function getConfig(): array should be: public function getConfig(): Collection

Taxonomies and Field definitions links don't work in the section 4. ContentTypes and contenttypes.yml.