-
Righto lets say I have a BlogPost DomainObject that contains an ArrayField of Comments as follows.
``` php
class Comment extends Moa\DomainObject
{
}
class Post extends Moa\DomainObject
{
publi…
-
How to make that were comments where field is_moderate is null not displayed?
It's impossible?
I found nothing like filters for query to database
But this feature could be best of the best!
anboo updated
9 years ago
-
The idea behind this proposal is the ability to pick multiple modules and hit the big "create my distribution" button. A `composer.json` should be generated along with the basic `skeletonapp` Upon dow…
-
Is there any chance you can add support for Antlers and Twig? Flatwhite is such a beautiful theme but it does not highlight the tags in these two languages. They are basically just additional tags fo…
-
### Description
There are many discussions about assignments in conditions and whether to use them or not, e.g.
* https://www.drupal.org/project/coding_standards/issues/2907332
* https://github…
-
- [x] Missing link to Login or register to post comment
Add these via twig if user not logged in
- [ ] email notification of comments to reviewer
- [ ] Review various modules
- [ ] Add documentation.…
-
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Version
10.0.15
### …
-
I am using Symfony 4.1 with installed Webpack Encore. Translator is properly imported by
`var Translator = require('bazinga-translator');`
but I am receiving that error in my console:
`Uncaug…
-
### Describe the bug
We have a site hosted on [Servd](https://servd.host/docs/static-caching) which makes use of static caching. They provide a dynamicInclude twig tag to omit certain parts of a te…
-
### 1. Why is this change necessary?
- If you are currently working with the storefront there is a custom error (Shopware-StorefrontException) which catches the TwigError and displays information…