-
Example:
"orejime-v1.2.3.js.twig" => ["orejime", "v", "1", "1.2", "1.2.3", "js", "twig"]
Right now it's impossible because Standard analyzer cannot split words by dots, and simple analyzer filters…
-
Hello, in PHP we can set the default settings for the number_format filter like this:
`$twig->getExtension('core')->setNumberFormat(0, '.', ',');`
Is it possible to do the same in twig.js? I wan…
-
Part of Symfony migration project
Type: page
## Status
Todo:
- [ ] Migrate form
- [ ] Fix old bugs (see below)
Old bugs related to this page:
- [x] https://github.com/PrestaShop/PrestaSh…
matks updated
2 months ago
-
There is something unexpected going on with scopes in twig UX components, when it comes to translation domains.
Let's assume there is a template `foo.html.twig` and it uses a component `twig:Bar` th…
-
I have some custom Twing filters that correspond to Twig filters in a custom Drupal module.
I am including these using a patch to load them in to `environment.js` duplicating the existing method.
Is…
jowan updated
6 months ago
-
### PHP Version
8.2
### Shopware Version
6.4
### Expected behaviour
The elements in the manufacturer filter, should be sorted alphanumeric by name
```
Manufacturer
Apple (Id 4)…
-
This feature should be available outside of Symfony. Perhaps a Twig tag like this...
```
{% assetic_filter /\.coffee$/ 'coffee' %}
```
And something similar in PHP templates...
```
```
This would…
-
The replacement symbol of template engine {{ and }} conflicts with the template engine of other frameworks. What can you do about it?
-
### 1. Why is this change necessary?
- Currently the `ProductReviewLoader` is in the Storefront package, but we also need the functionality in the core (for example for the `ProductDescriptionReviews…
-
Can Twig be safely updated without breaking any features?
Some Filters were added in later versions, even in the 1.x branch.