Admin tweaks plus
- Version now reports the correct version - Post edit properly renders existing selected categories as checked, and uses the description in the title attribute if it is present - Created light/dark transparent logos Ready to test the functionality of the admin area next...
This commit is contained in:
BIN
src/MyWebLog/content/logo-dark.png
Normal file
BIN
src/MyWebLog/content/logo-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
src/MyWebLog/content/logo-light.png
Normal file
BIN
src/MyWebLog/content/logo-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
@@ -2,7 +2,7 @@
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true,
|
||||
"copyToOutput": {
|
||||
"include": "views"
|
||||
"include": [ "views", "content" ]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
10
src/MyWebLog/views/admin/content/tinymce-init.js
Normal file
10
src/MyWebLog/views/admin/content/tinymce-init.js
Normal file
@@ -0,0 +1,10 @@
|
||||
tinymce.init({
|
||||
menubar: false,
|
||||
plugins: [
|
||||
"advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker",
|
||||
"searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking",
|
||||
"save table contextmenu directionality emoticons template paste textcolor"
|
||||
],
|
||||
selector: "textarea",
|
||||
toolbar: "styleselect | forecolor backcolor | bullist numlist | link unlink anchor | paste pastetext | spellchecker | visualblocks visualchars | code fullscreen"
|
||||
})
|
||||
Reference in New Issue
Block a user