Commit f5d9d79
committed
fix(plugins): use 'jsonc' instead of 'json' for code block language
The Block Kit CodeBlock type and Kumo's CodeBlock component use
'jsonc' for JSON content. Both webhook-notifier and sandboxed-test
were using 'json' which is not in the canonical set and would fail
validation if validateBlocks() were enforced.
While the blocks renderer now normalizes 'json' -> 'jsonc' as a
safety net, first-party plugins should use the canonical value.1 parent da513e7 commit f5d9d79
File tree
2 files changed
+2
-2
lines changed- packages/plugins
- sandboxed-test/src
- webhook-notifier/src
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1259 | 1259 | | |
1260 | 1260 | | |
1261 | 1261 | | |
1262 | | - | |
| 1262 | + | |
1263 | 1263 | | |
1264 | 1264 | | |
1265 | 1265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
0 commit comments