Commit 4ca6f2f
committed
bug #1908 [Fix] Revert removing
This PR was merged into the 2.x branch.
Discussion
----------
[Fix] Revert removing `twig_component.controllers_json`
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix #
| License | MIT
I [removed](https://github.com/symfony/ux/pull/1823/files) this key because it was an [mistake](0284c0a) (never used, documented, or written in recipes)
I wrongly did not consider this a BC break, and it was.
This PR re-adds the configuration key and deprecates it instead.
--
Should this be acceptable in a hotfix version like 2.18.1 ?
Commits
-------
6c397d5 [Fix] Revert removing `twig_component.controllers_json`twig_component.controllers_json (smnandre)File tree
2 files changed
+27
-0
lines changed- src/TwigComponent
- src/DependencyInjection
- tests/Unit/DependencyInjection
2 files changed
+27
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
| |||
Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
69 | 92 | | |
70 | 93 | | |
71 | 94 | | |
| |||
0 commit comments