Hello , got problem , i add extra input and button for ComposerBody. i got code like
app.initializers.add('kris/tmdb', () => {
extend(ComposerBody.prototype, 'headerItems', function(items) {
items.add('tmdb', (
<h3>
<input id="tmdblink" placeholder="Wklej linka z TMDB i kliknij ikonฤ obok" class="tmdbinput"></input>
<button class="fas fa-download" id="getdatanow"></button>
</h3>
),-1);
});
rest code
ok , but how can add this only when i try make new discussion or edit. Not when i respone to oder posts.