Skip to content

Commit

Permalink
fixed content store bug
Browse files Browse the repository at this point in the history
If we want to stroe HTML content, we need to add a filter "JComponentHelper::filterText" into form xml
  • Loading branch information
LeoOnTheEarth committed Feb 21, 2014
1 parent 6e65691 commit 5b0085a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion administrator/components/com_blog/models/forms/item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
type="editor"
label="Content"
description="Item content"
required="true" />
required="true"
filter="JComponentHelper::filterText" />

<field name="created"
type="calendar"
Expand Down

0 comments on commit 5b0085a

Please sign in to comment.