bUTschy.de

Suchen

TinyMCE - image_list

image_list: [
{ title: 'Bild 1', value: '../image/wall.png' },
{ title: 'Bild 2', value: '../image/tafel.png' }
],

Code

<!-- html -->
<!doctype html>
<meta charset="utf-8">
<title>Titel</title>
<meta name="theme-color" content="black">
<!-- img -->
<img src="..." loading="lazy" alt="">
<!-- link -->
<a href="https://www.link.de">https://www.link.de</a>