I was scratching my head trying to figure out how to adjust where the webform_entity fields show up on the webform submission, since on the surface in the Drupal UI, the Manage Display settings for the core Webform fields was a complete different thing than the Manage Display for the webform_entity fields, and neither knew about the other.

But I took a quick look at the code and noticed webform_entity fields are added to the core webform render array, and given a default weight of "1" in the module code.

So, I adjusted all my core webform field weights manually to be negative numbers, and voila - I was able to get the webform_entity fields to move below the core webform fields. I'm sure I could mix them in using this method of manual weights, as well.

Just thought I'd mention it here for others. Thought it could be good to include in the documentation somewhere.

Thanks for this module! Extremely helpful for our AmazonS3 file storage submissions!