form.setLayoutData(data);
LayoutEditorContext context = (LayoutEditorContext) getContext();
contentSection =
new AssetContentSection(form.getBody(), SWT.NONE, context);
data = new GridData(GridData.FILL_HORIZONTAL);
contentSection.setLayoutData(data);
// Register the content section with the context.
context.addLayoutModificationListener(