diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/post.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/post.go b/content/post.go index 14f3330..efa83e8 100644 --- a/content/post.go +++ b/content/post.go @@ -48,7 +48,7 @@ func (p *Post) MarshalEditor() ([]byte, error) { }), }, editor.Field{ - View: editor.Textarea("Content", p, map[string]string{ + View: editor.Richtext("Content", p, map[string]string{ "label": "Content", "placeholder": "Add the content of your post here", }), |