1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[OPEN SOURCE] Fix message-parameters table (#52359)

Co-authored-by: Hossein Abbasi <16090309+hsnabszhdn@users.noreply.github.com>
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
Ben Ahmady
2024-09-20 17:12:31 +01:00
committed by GitHub
parent d264fb0754
commit 7e684ee937

View File

@@ -1,6 +1,6 @@
| Parameter | Value | Required | Default | | Parameter | Value | Required | Default |
| :- | :- | :- | :- | | :- | :- | :- | :- |
| `title` | Custom title | Yes | None | | `title` | Custom title | No | None |
| `file` | Filename | No | `.github` | | `file` | Filename | No | `.github` |
| `col` | Column number, starting at 1 | No | None | | `col` | Column number, starting at 1 | No | None |
| `endColumn` | End column number | No | None | | `endColumn` | End column number | No | None |