From d7dd9b97a47c12585b7d183e05e95698efe14160 Mon Sep 17 00:00:00 2001 From: ElenaGaneva Date: Thu, 17 Mar 2016 13:55:21 +0200 Subject: [PATCH] Removed extra foramting symbols --- CustomStylesContentBlock/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomStylesContentBlock/readme.md b/CustomStylesContentBlock/readme.md index 279110e5..43d64be0 100644 --- a/CustomStylesContentBlock/readme.md +++ b/CustomStylesContentBlock/readme.md @@ -1,4 +1,4 @@ -*Add custom styles to Content block widget* +*Add custom styles to Content block widget* ===================================== The content block widget in Feather uses the Kendo editor @@ -13,7 +13,7 @@ Feather Content Block widget) by replacing the default view that Feather uses. You need to create a folder structure in your Sitefinity web application on root level with path **client-components\\fields\\html-field** and inside of it create a file -named ***sf-html-field.sf-cshtml**.* This way you override the default +named **sf-html-field.sf-cshtml**. This way you override the default view for the html field which is used by the Feather Content Block widget designer. The default file content is [here](https://github.com/Sitefinity/feather/blob/master/Telerik.Sitefinity.Frontend/client-components/fields/html-field/sf-html-field.sf-cshtml).