FEATURE: pasting a link into the title of the composer can automatically onebox it and update the title

This commit is contained in:
Neil Lalonde
2016-12-08 16:08:44 -05:00
parent a9acced4ca
commit fbd8e6ed4a
9 changed files with 158 additions and 10 deletions

View File

@@ -80,11 +80,6 @@
{{/if}}
{{render "additional-composer-buttons" model}}
{{/if}}
{{#if model.canEditTopicFeaturedLink}}
<div class="topic-featured-link-input">
{{text-field tabindex="4" type="url" value=model.featuredLink id='topic-featured-link' placeholderKey="composer.topic_featured_link_placeholder"}}
</div>
{{/if}}
</div>
{{/if}}
{{plugin-outlet "composer-fields"}}