From 035b3175b02e3bd42ea24e49940db81cf25f7ecb Mon Sep 17 00:00:00 2001 From: Niko Schmuck Date: Mon, 3 Dec 2012 22:48:22 +0100 Subject: [PATCH] Note about configuring ckeditor language setting. --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index 9f9f589..15712f5 100644 --- a/README.textile +++ b/README.textile @@ -46,6 +46,7 @@ Now navigate to @/page/admin@ and create and edit pages using the Tiny MCE HTML Optionally create the following templates to make the pages look more like being part of your app: * @cms/default.html@, which will be used to render your pages. * @cms/cms.html@, which will be used to render the cms admin pages. +* set the language of the ckeditor to your prefered language (default: 'ru') by copying @public/ckeditor/config.js@ to your project *Congratulations! You just added a CMS to your Play! App!*