Merge branch 'master' of https://git.seemsleg.it/ef/cssjs-func-lib into HEAD
This commit is contained in:
12
README.md
12
README.md
@@ -149,8 +149,12 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs
|
|||||||
image: {
|
image: {
|
||||||
toolbar: [
|
toolbar: [
|
||||||
'imageTextAlternative',
|
'imageTextAlternative',
|
||||||
|
'|',
|
||||||
'imageStyle:full',
|
'imageStyle:full',
|
||||||
'imageStyle:side'
|
'imageStyle:side',
|
||||||
|
'imageStyle:alignLeft', 'imageStyle:alignCenter', 'imageStyle:alignRight',
|
||||||
|
'|',
|
||||||
|
'imageResize',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
table: {
|
table: {
|
||||||
@@ -182,3 +186,9 @@ git submodule add https://git.seemsleg.it/ef/cssjs-func-lib cssjs
|
|||||||
} );
|
} );
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## mailto
|
||||||
|
```
|
||||||
|
<span class="mailto">mail@<span style="display:none;">no-thx-</span>server.de</span
|
||||||
|
<script src="/cssjs/mailto.js"></script>
|
||||||
|
```
|
||||||
2
ckeditor.js
vendored
2
ckeditor.js
vendored
File diff suppressed because one or more lines are too long
1
ckeditor.js.map
Normal file
1
ckeditor.js.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user