title = uifactory.addTextElement("title", "feed.title.label", 256, post.getTitle(), this.flc);
title.setMandatory(true);
title.setNotEmptyCheck("feed.form.field.is_mandatory");
VFSContainer baseDir = FeedManager.getInstance().getItemContainer(post, blog);
// Description
description = uifactory.addRichTextElementForStringData("description", "feed.form.description", post.getDescription(), 8, -1, false,
false, baseDir, null, formLayout, ureq.getUserSession(), getWindowControl());
RichTextConfiguration descRichTextConfig = description.getEditorConfiguration();
// set upload dir to the media dir