mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FEATURE: Inline (Mini) Oneboxing
see: https://meta.discourse.org/t/mini-inline-onebox-support-rfc/66400?source_topic_id=66066
This commit is contained in:
parent
44fb2a2833
commit
3882722195
18 changed files with 306 additions and 8 deletions
|
@ -164,6 +164,7 @@ module PrettyText
|
|||
__optInput.mentionLookup = __mentionLookup;
|
||||
__optInput.customEmoji = #{custom_emoji.to_json};
|
||||
__optInput.emojiUnicodeReplacer = __emojiUnicodeReplacer;
|
||||
__optInput.lookupInlineOnebox = __lookupInlineOnebox;
|
||||
JS
|
||||
|
||||
if opts[:topicId]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue