-
Picking either of these options when I install gives me this error when I tried to generate:
`configuring pattern lab...
your styleguide won't render because i can't find your styleguide files. are y…
-
Big BC BREAK, rename twig file names to snake_case
- `card-vertical-navigation.html.twig` to `card_navigation_vertical.html.twig`
- `card_nav.html.twig` to `card_navigation.html.twig`
- `card_nav_h…
-
**Description: **
Add "ignore missing" to
```
{% sw_include "@Storefront/storefront/section/cms-section-" ~ section.type ~ ".html.twig" %}
```
in storefront/Resources/views/storefront/page/content/de…
-
as of version 4.1.15, a change breaks this template. Here's the changelog for the release in question:
```security: disable unsafe Twig Template filters „filter“, „map“ and „reduce“```
Unfortuna…
-
It errors when the twig template include other templates (molecule made out of atoms).
twig example:
```{% for item in image_list_items %}
{% set url = item['image_style_url'] %}
{% set alt…
-
`LineageHelper` has some special handling for Twig. We should move this to `patternengine-php-twig` as core should be templating engine agnostic.
I think this should be possible to do by adding a `…
-
With this code (where `|` represents the cursor):
```twig
{% include '@Web/JS/re|' only %}
```
the autocompletion for template name does not restrict choices to template names starting with `@…
-
Hi, i have a phpbb board with CKEditor-phpbb version 1.6.1 and everything is working fine. When i try to update to version 1.7.0 there is an error 500 when users try to load a topic.
here the error…
-
Hi everyone,
I'm using PHPWord in my SF2.8 application, and i would like to use a twig as template for my docx.
Does anybody did that ?
Thanks a lot !
-
We think we need a standard layout system for the Design System that determines grid rules and spacing between elements. This could be configured as a series of Bootstrap-like utility classes for the …