Issue #1933914 by Wim Leers, Bojhan, quicksketch, wwalc: Enable CKEditor in the Standard install profile's 'Full HTML' text format.

8.0.x
webchick 2013-03-14 12:21:59 -07:00
parent fdf54dfbba
commit 0da4859bd7
2 changed files with 34 additions and 6 deletions

View File

@ -0,0 +1,34 @@
format: full_html
editor: ckeditor
settings:
toolbar:
buttons:
-
- Bold
- Italic
- Strike
- Superscript
- Subscript
- -
- RemoveFormat
- '|'
- Link
- Unlink
- '|'
- BulletedList
- NumberedList
- '|'
- Blockquote
- Image
- Table
- HorizontalRule
- '|'
- Format
- '|'
- ShowBlocks
- Source
plugins:
stylescombo:
styles: ''
status: '1'
langcode: und

View File

@ -6,12 +6,6 @@ roles:
- administrator
cache: '1'
filters:
filter_url:
module: filter
status: '1'
filter_autop:
module: filter
status: '1'
filter_htmlcorrector:
module: filter
status: '1'