1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-25 16:19:44 +02:00

Allow all inline tools for Warning tool. Improve styles (#76)

* allow all inline tools to Warning tool. Improve styles

* update editor and tools
This commit is contained in:
Peter Savchenko 2019-03-30 17:58:00 +03:00 committed by GitHub
parent 42eacba15b
commit 9f8cc83e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 22 deletions

View file

@ -77,7 +77,7 @@ export default class Editor {
warning: {
class: Warning,
inlineToolbar: ['inlineCode', 'italic', 'bold']
inlineToolbar: true
},
/**