core
core copied to clipboard
🧿 Bolt 5 core
Hi all!! I have updated a project from v4.2 to v5.0.0 beta 7 and the site seems partly broken. I'm getting the following error:  At first I thought I...
The method is making _too_ many things, including calls to the database, which slows down things like `{{ record.title }}`. How can it be refactored? Can we do less there?...
In Chinese, in a contenttype using ``` (...) slug: type: slug uses: title ``` hitting "generate slug from title" does not generate a slug. Wanted to mention it because having...
Details ------- Currently checkbox in admin listings are rendered with empty labels. https://github.com/bolt/core/blob/4.1/assets/js/app/listing/Components/Filter.vue#L8 That leads to bad accessibiltiy. | Question | Answer |------------------------------------------------------ | ------ | Relevant Bolt Version |...
I have a contenttype with a templateselect field like this: ``` fields: template: type: templateselect filter: 'blok*.twig' ``` In my theme folder I have a folder with corresponding templates where...
I think Bolt doesn't have any form of protection against brute-force password guessing attempts. Symfony has recently added a Rate Limiter component `symfony/rate-limiter` that is usable from version 5.2 and...
The pre/post install commands run the `assets:install` command multiple (?) times. Most of these look like this: php bin/console assets:install --symlink --relative public --ansi The `public` attribute in that command...
Hello there, I'm trying to install Bolt 4 on a Ionos (1and1) shared hosting. Everything seems to go fine until, near the end I run into this error: `Script php...
When navigating to a 404 page the menu item URI's are all pointing to the 404 page path. Details ------- | Question | Answer |----------------- | ------ | Relevant Bolt...
Upon running `composer require ...`, it will be very convenient if Bolt can recognise the package as a Bolt theme, and run the install script already :-)