diff options
Diffstat (limited to 'src/components/status/post.style.js')
| -rw-r--r-- | src/components/status/post.style.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/status/post.style.js b/src/components/status/post.style.js index 8dce527e..d0038424 100644 --- a/src/components/status/post.style.js +++ b/src/components/status/post.style.js @@ -17,6 +17,15 @@ export default { 'Attachment', 'PollGraph' ], + validInnerComponentsLite: [ + 'Text', + 'Link', + 'Icon', + 'Border', + 'ButtonUnstyled', + 'RichContent', + 'Avatar' + ], defaultRules: [ { directives: { |
