diff --git a/example/assets/codex2x.png b/example/assets/codex2x.png new file mode 100644 index 00000000..09388d08 Binary files /dev/null and b/example/assets/codex2x.png differ diff --git a/example/example-dev.html b/example/example-dev.html index 82844964..1467e878 100644 --- a/example/example-dev.html +++ b/example/example-dev.html @@ -108,10 +108,7 @@ /** * Or pass class directly without any configuration */ - image: { - class: SimpleImage, - inlineToolbar: ['link'], - }, + image: SimpleImage, list: { class: List, @@ -265,7 +262,7 @@ { type: 'image', data: { - url: 'https://capella.pics/bbe6896c-ca1f-439e-8cb6-ebfda0d397d6.jpg', + url: 'assets/codex2x.png', caption: '', stretched: false, withBorder: true, diff --git a/example/example.html b/example/example.html index e178c083..0970f2f9 100644 --- a/example/example.html +++ b/example/example.html @@ -99,10 +99,7 @@ /** * Or pass class directly without any configuration */ - image: { - class: SimpleImage, - inlineToolbar: ['link'], - }, + image: SimpleImage, list: { class: List, @@ -254,7 +251,7 @@ { type: 'image', data: { - url: 'https://capella.pics/bbe6896c-ca1f-439e-8cb6-ebfda0d397d6.jpg', + url: 'assets/codex2x.png', caption: '', stretched: false, withBorder: true,