Basti
Basti

Reputation: 686

CKEditor and german quotes

Does someone know how I have to configure CKEditor to use german quotes like:„ ... “

Cause by default it is using quotes like: " ... "

Someone got an idea what I have to change to achieve that?

Upvotes: 2

Views: 482

Answers (1)

AhK
AhK

Reputation: 76

Use autocorrect plugin (http://ckeditor.com/addon/autocorrect)

config.autocorrect_doubleQuotes = "„“";

Upvotes: 2

Related Questions