Commit 7e56765
committed
minor #47732 [TwigBridge] Adding the new block form_label_content for bootstrap 5 layout (Yoann-TYT)
This PR was merged into the 6.2 branch.
Discussion
----------
[TwigBridge] Adding the new block form_label_content for bootstrap 5 layout
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
<!--
Replace this notice by a short README for your feature/bugfix.
This will help reviewers and should be a good start for the documentation.
Additionally (see https://symfony.com/releases):
- Always add tests and ensure they pass.
- Bug fixes must be submitted against the lowest maintained branch where they apply
(lowest branches are regularly merged to upper ones so they get the fixes too).
- Features and deprecations must be submitted against the latest branch.
- For new features, provide some code snippets to help understand usage.
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
- Never break backward compatibility (see https://symfony.com/bc).
-->
Adding the new block `form_label_content` for `bootstrap_5_layout.html.twig` to simplify it
Linked to [[TwigBridge] Add form_label_content and form_help_content block to form_div_layout](symfony/symfony#45985)
Commits
-------
c2b9becda4 adding the new block form_label_content for bootstrap_5_layout.html.twig to simplify it1 file changed
+1
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | 311 | | |
322 | 312 | | |
323 | 313 | | |
324 | 314 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
| 315 | + | |
338 | 316 | | |
339 | 317 | | |
340 | 318 | | |
| |||
0 commit comments