Tell us what you are trying to do? I would like the AUTHOR BOX to appear at the end of the post and I've configured it accordingly.. however one of the elements in the content template is a standard field and it's supposed to show the 'Post Content (Body)'.. and in this it's showing the Author Box too.. I don't want this as it's a duplication..
Is there any documentation that you are following?
It looks like the author box is added by hooking into the "the_content" filter of WordPress, and when you insert the post body into the template it gets fired there, too.
We have an option when inserting the post content to prevent third parties hooking into the filter and producing duplicate content, but it's not available with the current implementation of blocks.
So you'll need to replace where you insert the content now using the Single Field block.
Add a standard Shortcode block (or Custom HTML block) in its place, and insert the following shortcode: