-
https://www.drupal.org/node/3096454
The deprecated twig_without() procedural function in core/themes/engines/twig/twig.engine has been removed.
-
You can configure the templates as follows:
```yaml
# config/packages/twig_component.yaml
twig_component:
anonymous_template_directory: 'components/'
defaults:
# Namespace & di…
-
*PHP Version:* 8.3 | *Shopware Version:* 6.6.7.1 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
The line-item label should not end up in the xkey HTTP-header.
…
-
I'm using knp_dictionary to define icons by class:
```php
$containerConfigurator->extension('knp_dictionary', [
'dictionaries' => [
'class_icons' => [
't…
-
Hi, I've noticed that our app started failing after third-party libraries upgrade and I traced it to Twig library upgrade from 3.8 to 3.9.
I suspect it's something related to the twig components l…
-
The goal is to convert every "twig macro component" into TwigComponent (https://github.com/kevinpapst/TablerBundle/issues/173) in TablerBundle.
As of today, there is no "best practice" or "how to" …
-
It would be nice to be able pass some additional content to default twig template. I would like to pass details about environment, app version etc. but only being displayed if details are allowed.
-
-
### Template:
```twig
{% block content deferred %}
hello world
{% endblock %}
```
### Error message:
![image](https://github.com/rybakit/twig-deferred-extensi…
-
Currently the vscode extension watches for *.twig file changes and notifies the server - https://github.com/moetelo/twiggy/blob/1e9acaeb47e8887a69181ebe5cc418392afba3be/packages/vscode/src/extension.t…