mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
Make TinyMCE Prism integration use full CSS path
This commit is contained in:
parent
2510972a83
commit
a888b12ad1
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export default Component.extend({
|
|||
inline: 'i'
|
||||
}
|
||||
},
|
||||
codesample_content_css: '//' + window.location.host + '/prism.css',
|
||||
codesample_content_css: '//' + window.location.host + '/prism/prism.css',
|
||||
codesample_languages: [
|
||||
{ text: 'ASP.NET (C#)', value: 'aspnet' },
|
||||
{ text: 'C', value: 'c' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue