-
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…
-
record of code changes
-
Even though I added the configuration settings specified in the ReadMe, I am not able to trigger intellisense for all HTML attributes when editing a Twig file.
Example:
In an `HTML` file, I can ty…
-
I have some problem with the formatting when I have an inline script tag.
When I have this in my file:
```
const myVar = "test;
if(myVar == 'test'){
console…
-
When I try to include twig component I receive the following error:
`Unable to find template file @molecules/inline/inline.twig. TypeError: fs.statSync is not a function`
```
"@babel/cli": …
-
### 1. Why is this change necessary?
- Currently the help text of the value `preventCombination` is not displayed correctly because it uses the wrong attribute
- Currently there is no help text for …
-
I want to display the threads above the comment form. I checked all the templates in the bundle, but no luck. anyone know how to do it?
-
## Summary
Follow up to PR #5832.
In #5832, we identified that the `twig-html-loader` ~and `react-dom`~ dependencies were not referenced or used in the uswds repo. However, we discovered some possi…
-
Tried init_js_validation() with a bunch of different options. Tried it above, below...
```
{# feedbackWidget.html.twig #}
{{ init_js_validation() }}
{{ form(form) }}
Feedback
…
-
I have a twig extension(a filter) for payMethod and status of a bill.
How can i use them in a table?
Twig Extension:
```
`class AppBillExtension extends AbstractExtension
{
public function…