Remove ad from TinyMCE
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<input type="hidden" name="test[{i}][body]" value={data.body} />
|
<input type="hidden" name="test[{i}][body]" value={data.body} />
|
||||||
<Editor scriptSrc="tinymce/tinymce.min.js" conf={{}} bind:value={data.body} />
|
<Editor scriptSrc="tinymce/tinymce.min.js" conf={{ promotion: false }} bind:value={data.body} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-4 flex justify-end">
|
<div class="mt-4 flex justify-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user