Skip to content

Remove placeholder items from manifest source

Walter Bender requested to merge remove-placeholders into master

When generating a manifest, all of the fields from the source are included as arguments, including the _placeholder entries. The _placeholder entries are not needed and their presence has led to some confusion. This MR removes them.

Merge request reports