feat: Google Play Store Reviews

This commit is contained in:
Pranav
2026-05-19 15:32:49 -07:00
parent 1913ccadfa
commit 13a9f2591b
33 changed files with 603 additions and 39 deletions
@@ -114,6 +114,12 @@ export const FORMATTING = {
nodes: [],
menu: [],
},
'Channel::GooglePlay': {
// Google Play developer replies are plain text only — no formatting is supported.
marks: [],
nodes: [],
menu: [],
},
// Special contexts (not actual channels)
'Context::PrivateNote': {
marks: ['strong', 'em', 'code', 'link', 'strike'],