mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
0f839a9d27
refs https://github.com/TryGhost/Team/issues/1211 We've moved the rendering of HTML outside of the OEmbed endpoint - so the Admin needs to handle constructing the HTML from the OEmbed response metadata.
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
import Component from '@ember/component';
|
|
|
|
export default Component.extend({
|
|
payload: null
|
|
});
|