inherit outline tags of parent post

This commit is contained in:
Eric Bailey
2023-10-21 12:14:37 -04:00
parent a5d4cfda9b
commit 61f88ae2b0
13 changed files with 34 additions and 7 deletions
+1
View File
@@ -251,6 +251,7 @@ export interface ComposerOpts {
onPost?: () => void
quote?: ComposerOptsQuote
mention?: string // handle of user to mention
outlineTags?: string[]
}
export class ShellUiModel {