disabled video embed in full html format (for email), added syntax hightlighting with ckeditor_codeminor
This commit is contained in:
@@ -41,7 +41,6 @@ settings:
|
||||
name: Média
|
||||
items:
|
||||
- DrupalImage
|
||||
- video_embed
|
||||
-
|
||||
name: Outils
|
||||
items:
|
||||
@@ -54,10 +53,30 @@ settings:
|
||||
- JustifyRight
|
||||
- JustifyBlock
|
||||
plugins:
|
||||
drupallink:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
stylescombo:
|
||||
styles: ''
|
||||
language:
|
||||
language_list: un
|
||||
codemirror:
|
||||
enable: true
|
||||
startupMode: wysiwyg
|
||||
mode: htmlmixed
|
||||
theme: monokai
|
||||
options:
|
||||
lineNumbers: true
|
||||
lineWrapping: true
|
||||
matchBrackets: true
|
||||
autoCloseTags: true
|
||||
autoCloseBrackets: true
|
||||
enableSearchTools: true
|
||||
enableCodeFolding: true
|
||||
enableCodeFormatting: true
|
||||
autoFormatOnStart: true
|
||||
autoFormatOnModeChange: true
|
||||
autoFormatOnUncomment: true
|
||||
font:
|
||||
font_names: ''
|
||||
font_sizes: ''
|
||||
@@ -70,9 +89,6 @@ settings:
|
||||
responsive: true
|
||||
width: '854'
|
||||
height: '480'
|
||||
drupallink:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
|
Reference in New Issue
Block a user