Skip to content

Commit

Permalink
switch off old template Bundle naming convention by default (eg ::bas…
Browse files Browse the repository at this point in the history
…e.html.twig)
  • Loading branch information
Haehnchen committed Aug 24, 2023
1 parent 0c33faf commit a8b3034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class Settings implements PersistentStateComponent<Settings> {
public boolean codeFoldingTwigConstant = true;
public boolean featureTwigIcon = true;

public boolean twigBundleNamespaceSupport = true;
public boolean twigBundleNamespaceSupport = false;

public boolean dismissEnableNotification = false;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<properties>
<selected value="true"/>
<text value="Support Bundle Namespaces"/>
<toolTipText value="Example: Foobar:Bar:Foo.html.twig"/>
<toolTipText value="Example: Foobar:Bar:Foo.html.twig (for older Symfony Versions)"/>
</properties>
</component>
</children>
Expand Down

0 comments on commit a8b3034

Please sign in to comment.