Commit a20d5b6
committed
This PR was squashed before being merged into the 4.4 branch.
Discussion
----------
[Form] Remove `:end-before:`, `:start-after:` as it's not used anymore
Fixes #16466 (I deleted the branch of my old pr accidentally, so I recreate a new PR)
1. The `:end-before:`, `:start-after:` directives is not supported by the new ReST parser, so it is displayed in the page:
2. As you can see on this page, the 2 options are duplicated in several places in the documentation ([here](https://symfony.com/doc/4.4/reference/forms/types/date.html#choice-translation-domain) and [here](https://symfony.com/doc/4.4/reference/forms/types/choice.html#choice-translation-domain)) whereas it is not necessary.

**Reviews are welcome! :)**
Commits
-------
efc6c2e [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore
File tree
3 files changed
+0
-10
lines changed- reference/forms/types/options
3 files changed
+0
-10
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
7 | | - | |
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
7 | | - | |
0 commit comments